From da2142cd2d1df6e469a5c72cb0a7a9d7d4ac3074 Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Wed, 8 Apr 2026 11:53:50 +1000 Subject: [PATCH 1/3] Update branch refs --- .github/workflows/cd.yml | 2 +- .github/workflows/ci-command.yml | 6 +++--- .github/workflows/ci.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index aaf69b0..c5881f0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -10,7 +10,7 @@ on: jobs: cd: name: CD - uses: access-nri/build-cd/.github/workflows/cd.yml@v8 + uses: access-nri/build-cd/.github/workflows/cd.yml@new-spack-config with: model: ${{ vars.NAME }} spack-manifest-schema-version: 2-0-0 diff --git a/.github/workflows/ci-command.yml b/.github/workflows/ci-command.yml index 9d74435..76c24dc 100644 --- a/.github/workflows/ci-command.yml +++ b/.github/workflows/ci-command.yml @@ -8,7 +8,7 @@ jobs: redeploy: name: Redeploy if: startsWith(github.event.comment.body, '!redeploy') && github.event.issue.pull_request - uses: access-nri/build-cd/.github/workflows/ci.yml@v8 + uses: access-nri/build-cd/.github/workflows/ci.yml@new-spack-config with: model: ${{ vars.NAME }} spack-manifest-schema-version: 2-0-0 @@ -22,7 +22,7 @@ jobs: bump: name: Bump if: startsWith(github.event.comment.body, '!bump') && github.event.issue.pull_request - uses: access-nri/build-cd/.github/workflows/ci-comment.yml@v8 + uses: access-nri/build-cd/.github/workflows/ci-comment.yml@new-spack-config with: model: ${{ vars.NAME }} permissions: @@ -32,7 +32,7 @@ jobs: configs: name: Configs if: startsWith(github.event.comment.body, '!update-configs') && github.event.issue.pull_request - uses: access-nri/build-cd/.github/workflows/ci-command-configs.yml@v8 + uses: access-nri/build-cd/.github/workflows/ci-command-configs.yml@new-spack-config with: model: ${{ vars.NAME }} auto-configs-pr-schema-version: 1-0-0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7abfac3..eb8d712 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: pr-ci: name: CI if: github.event.action != 'closed' - uses: access-nri/build-cd/.github/workflows/ci.yml@v8 + uses: access-nri/build-cd/.github/workflows/ci.yml@new-spack-config with: model: ${{ vars.NAME }} spack-manifest-schema-version: 2-0-0 @@ -34,5 +34,5 @@ jobs: pr-closed: name: Closed if: github.event.action == 'closed' - uses: access-nri/build-cd/.github/workflows/ci-closed.yml@v8 + uses: access-nri/build-cd/.github/workflows/ci-closed.yml@new-spack-config secrets: inherit From e5aeff93ad0ffd46dd7b89909190061bc2a29da7 Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Wed, 8 Apr 2026 11:54:03 +1000 Subject: [PATCH 2/3] Update manifest file --- spack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spack.yaml b/spack.yaml index 907b4be..e0ad9e5 100644 --- a/spack.yaml +++ b/spack.yaml @@ -1,4 +1,4 @@ -# This is a Spack Environment file. +# This is a Spack Environment file! # # It describes a set of packages to be installed, along with # configuration settings. From 9c4eae6f81197c0523192d06380947787aaa730c Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Thu, 9 Apr 2026 09:12:20 +1000 Subject: [PATCH 3/3] Redeploy after spack/config update