Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-pytorch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ runs:
shell: bash
env:
# Increase this value to reset cache
CACHE_NUMBER: 18
CACHE_NUMBER: 20
run: |
ONEAPI_LINK=$(readlink /opt/intel/oneapi || true)
ONEAPI_KEY=$(sha256sum /opt/intel/installed.txt 2> /dev/null | cut -d\ -f1 || true)
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-triton/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
uses: ./.github/actions/load
env:
# Increase this value to reset cache
CACHE_NUMBER: 3
CACHE_NUMBER: 5
with:
path: $HOME/packages
key: packages-${{ env.LLVM_CACHE_KEY }}-${{ env.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 @@ -15,7 +15,7 @@ jobs:
runs-on:
- max1100
- rolling
- runner-0.0.22
- runner-24.04-old
defaults:
run:
shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/setvars.sh > /dev/null; source {0}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bandit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on:
- max1100
- rolling
- runner-0.0.22
- runner-24.04-old
defaults:
run:
shell: bash
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-test-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ on:
runner_version:
description: Runner label for version
type: string
default: runner-0.0.22
default: runner-24.04-old
use_pyenv_python:
description: Use Python built with pyenv
type: boolean
Expand All @@ -71,7 +71,7 @@ env:
TRITON_DISABLE_LINE_INFO: 1
TEST_UNSKIP: ${{ inputs.enable_unskip }}
# Increase this value to reset cache
PIP_CACHE_NUMBER: 1
PIP_CACHE_NUMBER: 2

jobs:
build:
Expand Down Expand Up @@ -395,7 +395,7 @@ jobs:
reports:
name: Reports
runs-on:
- runner-0.0.22
- runner-24.04-old
needs: integration-tests
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: ./.github/actions/load
env:
# Increase this value to reset cache
CACHE_NUMBER: 2
CACHE_NUMBER: 4
with:
path: $HOME/.cache/pip
key: pip-3.10-${{ hashFiles('.pre-commit-config.yaml') }}-${{ env.CACHE_NUMBER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/inductor-tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
runner_version:
description: Runner label for version
type: string
default: runner-0.0.22
default: runner-24.04-old
python_version:
description: Python version
type: string
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 @@ -28,7 +28,7 @@ jobs:
runs-on:
- max1100
- rolling
- runner-0.0.22
- runner-24.04-old
strategy:
matrix:
python:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: ${{ github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success' }}
runs-on:
- rolling
- runner-0.0.22
- runner-24.04-old
steps:
- name: Checkout repository
uses: actions/checkout@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spirvrunner-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Tests
runs-on:
- rolling
- runner-0.0.22
- runner-24.04-old
timeout-minutes: 75 # equal to max + 3*std over the last 600 successful runs
steps:
- name: Checkout repository
Expand Down
Loading