From 2695e97f372e074d3807dfc01b0ef130a1ac07d2 Mon Sep 17 00:00:00 2001 From: saienduri Date: Wed, 21 Aug 2024 17:51:16 -0500 Subject: [PATCH 1/3] switch to persistent cache Signed-off-by: saienduri --- .github/workflows/pkgci_regression_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pkgci_regression_test.yml b/.github/workflows/pkgci_regression_test.yml index 2cc753bcd56d..b773dfbc3f60 100644 --- a/.github/workflows/pkgci_regression_test.yml +++ b/.github/workflows/pkgci_regression_test.yml @@ -133,7 +133,7 @@ jobs: # CPU - name: cpu_llvm_task models-config-file: models_cpu_llvm_task.json - runs-on: nodai-amdgpu-w7900-x86-64 + runs-on: persistent-cache # AMD GPU - name: amdgpu_rocm_mi250_gfx90a @@ -234,7 +234,7 @@ jobs: - name: cpu_llvm_task models-config-file: models_cpu_llvm_task.json backend: cpu - runs-on: nodai-amdgpu-w7900-x86-64 + runs-on: persistent-cache # AMD GPU - name: amdgpu_rocm_mi250_gfx90a From 05c0222e6bcd9168d455b19cea963d5aa8cf5015 Mon Sep 17 00:00:00 2001 From: saienduri <77521230+saienduri@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:20:52 -0700 Subject: [PATCH 2/3] more descriptive runs-on accounting for possible future windows runners Co-authored-by: Scott Todd --- .github/workflows/pkgci_regression_test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pkgci_regression_test.yml b/.github/workflows/pkgci_regression_test.yml index b773dfbc3f60..8ef4d17d0747 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: persistent-cache + runs-on: + - self-hosted # must come first + - persistent-cache + - Linux + - X64 # AMD GPU - name: amdgpu_rocm_mi250_gfx90a From 12ee99702f09562c1c5eb9ef4d87c386df5d70fb Mon Sep 17 00:00:00 2001 From: saienduri <77521230+saienduri@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:23:10 -0700 Subject: [PATCH 3/3] Update .github/workflows/pkgci_regression_test.yml propagate descriptive change Co-authored-by: Scott Todd --- .github/workflows/pkgci_regression_test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pkgci_regression_test.yml b/.github/workflows/pkgci_regression_test.yml index 8ef4d17d0747..8bcf80d1abf5 100644 --- a/.github/workflows/pkgci_regression_test.yml +++ b/.github/workflows/pkgci_regression_test.yml @@ -238,7 +238,11 @@ jobs: - name: cpu_llvm_task models-config-file: models_cpu_llvm_task.json backend: cpu - runs-on: persistent-cache + runs-on: + - self-hosted # must come first + - persistent-cache + - Linux + - X64 # AMD GPU - name: amdgpu_rocm_mi250_gfx90a