From 6ea5f002f2fd4eaa86b8762ac64a444b16f6d2e1 Mon Sep 17 00:00:00 2001 From: Vadim Musin Date: Thu, 28 Aug 2025 18:12:00 +0200 Subject: [PATCH 1/3] Test 24.04 --- .github/workflows/build-test-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-reusable.yml b/.github/workflows/build-test-reusable.yml index 73e7646be4..041c14c6ce 100644 --- a/.github/workflows/build-test-reusable.yml +++ b/.github/workflows/build-test-reusable.yml @@ -55,7 +55,7 @@ on: runner_version: description: Runner label for version type: string - default: runner-0.0.22 + default: runner-0.0.24 use_pyenv_python: description: Use Python built with pyenv type: boolean From acf62a50ad7ab2a887db6626fde303bfa8078431 Mon Sep 17 00:00:00 2001 From: Vadim Musin Date: Thu, 28 Aug 2025 18:27:15 +0200 Subject: [PATCH 2/3] Update action.yml --- .github/actions/setup-pytorch/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-pytorch/action.yml b/.github/actions/setup-pytorch/action.yml index 6f5175eb19..25c3de6111 100644 --- a/.github/actions/setup-pytorch/action.yml +++ b/.github/actions/setup-pytorch/action.yml @@ -82,7 +82,7 @@ runs: uses: ./.github/actions/load env: # Increase this value to reset cache - CACHE_NUMBER: 16 + CACHE_NUMBER: 17 with: path: pytorch key: pytorch-$PYTORCH_CACHE_KEY-$CACHE_NUMBER From 5660f440512b5efff76182e51148068db74c9e07 Mon Sep 17 00:00:00 2001 From: Vadim Musin Date: Thu, 28 Aug 2025 18:27:35 +0200 Subject: [PATCH 3/3] Update action.yml --- .github/actions/setup-triton/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-triton/action.yml b/.github/actions/setup-triton/action.yml index db44aa2ead..ac9c79084f 100644 --- a/.github/actions/setup-triton/action.yml +++ b/.github/actions/setup-triton/action.yml @@ -36,7 +36,7 @@ runs: uses: ./.github/actions/load env: # Increase this value to reset cache - CACHE_NUMBER: 3 + CACHE_NUMBER: 4 with: path: $HOME/packages key: packages-${{ env.LLVM_CACHE_KEY }}-${{ env.CACHE_NUMBER }}