Skip to content

Commit

Permalink
GitHub runner 0.0.19 with PTDB 0.5.3 (#1871)
Browse files Browse the repository at this point in the history
Fixes #1836.
  • Loading branch information
pbchekin authored Aug 13, 2024
1 parent 88b1472 commit 03327b1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-ipex/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
uses: ./.github/actions/load
env:
# Increase this value to reset cache
CACHE_NUMBER: 3
CACHE_NUMBER: 4
with:
path: intel-extension-for-pytorch/dist
key: ipex-$PYTHON_VERSION-$IPEX_COMMIT_ID-$CACHE_NUMBER
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-pytorch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ runs:
uses: ./.github/actions/load
env:
# Increase this value to reset cache
CACHE_NUMBER: 10
CACHE_NUMBER: 11
with:
path: pytorch
key: pytorch-$PYTHON_VERSION-$PYTORCH_COMMIT_ID-$CACHE_NUMBER
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-update-translator-cid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on:
- max1100
- rolling
- runner-0.0.18
- runner-0.0.19
defaults:
run:
shell: bash -noprofile --norc -eo pipefail -c "source /home/runner/intel/oneapi/setvars.sh > /dev/null; source {0}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ on:
runner_version:
description: Runner label for version
type: string
default: runner-0.0.18
default: runner-0.0.19

permissions: read-all

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conda-basekit-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
integration-tests:
name: Integration tests
runs-on:
- glados
- spr
- runner-0.0.18
- max1100
- rolling
- runner-0.0.19
strategy:
matrix:
python: ${{ github.ref_name == 'llvm-target' && fromJson('["3.9", "3.10", "3.11"]') || fromJson('["3.9"]') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conda-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
integration-tests:
name: Integration tests
runs-on:
- glados
- spr
- runner-0.0.18
- max1100
- rolling
- runner-0.0.19
strategy:
matrix:
python: ${{ github.ref_name == 'llvm-target' && fromJson('["3.9", "3.10", "3.11"]') || fromJson('["3.9"]') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on:
- max1100
- rolling
- runner-0.0.18
- runner-0.0.19
strategy:
matrix:
python:
Expand Down

0 comments on commit 03327b1

Please sign in to comment.