From 93963bc553ff48f3f74b6d23b5e69a0eda29bc1b Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Thu, 23 Apr 2026 10:50:01 +1000 Subject: [PATCH 1/3] Test out spack-config-new-user-scope using the temp :rocky-v1.1-2026.04.001 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4161ee5..2332150 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,11 +29,12 @@ jobs: max-parallel: 5 matrix: file: ${{ fromJson(needs.pre-ci.outputs.matrix) }} - uses: access-nri/build-ci/.github/workflows/ci.yml@v3 + uses: access-nri/build-ci/.github/workflows/ci.yml@spack-config-new-user-scope with: spack-manifest-path: ${{ matrix.file }} allow-ssh-into-spack-install: false # If true, PR author must ssh into instance to complete job spack-manifest-data-path: .github/build-ci/data/standard.json + container-image-version: :rocky-v1.1-2026.04.001 # builtin-spack-packages-ref: main # access-spack-packages-ref: api-v2 # spack-config-ref: main From ef26c619e9ebca4fa439b1b7c8acd0c2773b6afd Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Thu, 23 Apr 2026 10:53:57 +1000 Subject: [PATCH 2/3] Whoops, use the correct spack-config ref! --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2332150..3e6ae4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,5 +37,5 @@ jobs: container-image-version: :rocky-v1.1-2026.04.001 # builtin-spack-packages-ref: main # access-spack-packages-ref: api-v2 - # spack-config-ref: main + spack-config-ref: isolate-cache-config # spack-ref: releases/v1.1 From 25e4026116603bff79c22c44783300bdbb161943 Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Thu, 23 Apr 2026 10:58:40 +1000 Subject: [PATCH 3/3] Redeploy after updating inter-workflow action refs to test branch