diff --git a/.github/workflows/pkgci_regression_test.yml b/.github/workflows/pkgci_regression_test.yml index 2cc753bcd56d..8bcf80d1abf5 100644 --- a/.github/workflows/pkgci_regression_test.yml +++ b/.github/workflows/pkgci_regression_test.yml @@ -133,7 +133,11 @@ jobs: # CPU - name: cpu_llvm_task models-config-file: models_cpu_llvm_task.json - runs-on: nodai-amdgpu-w7900-x86-64 + runs-on: + - self-hosted # must come first + - persistent-cache + - Linux + - X64 # AMD GPU - name: amdgpu_rocm_mi250_gfx90a @@ -234,7 +238,11 @@ jobs: - name: cpu_llvm_task models-config-file: models_cpu_llvm_task.json backend: cpu - runs-on: nodai-amdgpu-w7900-x86-64 + runs-on: + - self-hosted # must come first + - persistent-cache + - Linux + - X64 # AMD GPU - name: amdgpu_rocm_mi250_gfx90a