From bddace5a57eab376295f670411e2980209893f31 Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Tue, 18 Nov 2025 14:04:32 +1100 Subject: [PATCH 01/14] [no ci] infra: Update to v8 --- .github/workflows/cd.yml | 4 ++-- .github/workflows/ci.yml | 9 ++++----- config/versions.json | 6 +++--- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4abe3c0b..9fec98f4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -10,11 +10,11 @@ on: jobs: cd: name: CD - uses: access-nri/build-cd/.github/workflows/cd.yml@v7 + uses: access-nri/build-cd/.github/workflows/cd.yml@v8 with: model: ${{ vars.NAME }} spack-manifest-schema-version: 1-0-7 - config-versions-schema-version: 3-0-0 + config-versions-schema-version: 4-0-0 config-packages-schema-version: 1-0-0 permissions: contents: write diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abef03c6..568921ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,14 +20,13 @@ jobs: name: CI # This job is responsible for checks and prerelease deployments # that happen when a PR is modified or opened - if: >- - github.event.action != 'closed' - uses: access-nri/build-cd/.github/workflows/ci.yml@v7 + if: github.event.action != 'closed' + uses: access-nri/build-cd/.github/workflows/ci.yml@v8 with: model: ${{ vars.NAME }} pr: ${{ github.event.pull_request.number }} spack-manifest-schema-version: 1-0-7 - config-versions-schema-version: 3-0-0 + config-versions-schema-version: 4-0-0 config-packages-schema-version: 1-0-0 permissions: pull-requests: write @@ -39,7 +38,7 @@ jobs: # This job is responsible for cleaning up the Prereleases after a # PR is closed if: github.event.action == 'closed' - uses: access-nri/build-cd/.github/workflows/ci-closed.yml@v7 + uses: access-nri/build-cd/.github/workflows/ci-closed.yml@v8 with: root-sbd: ${{ vars.NAME }} secrets: inherit # inherit GitHub Deployment environment secrets diff --git a/config/versions.json b/config/versions.json index ae98cfb0..d7b2d7a6 100644 --- a/config/versions.json +++ b/config/versions.json @@ -1,5 +1,5 @@ { - "$schema": "http://github.com/ACCESS-NRI/schema/blob/main/au.org.access-nri/model/deployment/config/versions/3-0-0.json", - "spack": "0.22", - "spack-packages": "2025.08.003" + "$schema": "https://raw.githubusercontent.com/ACCESS-NRI/schema/main/au.org.access-nri/model/deployment/config/versions/4-0-0.json", + "spack": "1.0", + "access-spack-packages": "2025.08.003" } From 16320c0d5d8fd3446680ab955730ede4ff638305 Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Fri, 5 Dec 2025 09:49:11 +1100 Subject: [PATCH 02/14] [no ci] infra: Update spack version to v1.1, update manifest schema to 2-0-0 --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- config/versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9fec98f4..02f6d49f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -13,7 +13,7 @@ jobs: uses: access-nri/build-cd/.github/workflows/cd.yml@v8 with: model: ${{ vars.NAME }} - spack-manifest-schema-version: 1-0-7 + spack-manifest-schema-version: 2-0-0 config-versions-schema-version: 4-0-0 config-packages-schema-version: 1-0-0 permissions: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 568921ce..3876d47e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: model: ${{ vars.NAME }} pr: ${{ github.event.pull_request.number }} - spack-manifest-schema-version: 1-0-7 + spack-manifest-schema-version: 2-0-0 config-versions-schema-version: 4-0-0 config-packages-schema-version: 1-0-0 permissions: diff --git a/config/versions.json b/config/versions.json index d7b2d7a6..f2a14440 100644 --- a/config/versions.json +++ b/config/versions.json @@ -1,5 +1,5 @@ { "$schema": "https://raw.githubusercontent.com/ACCESS-NRI/schema/main/au.org.access-nri/model/deployment/config/versions/4-0-0.json", - "spack": "1.0", + "spack": "1.1", "access-spack-packages": "2025.08.003" } From 566204e6d6e813a56364f0fb0081ee39eb1ab004 Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Fri, 5 Dec 2025 13:48:49 +1100 Subject: [PATCH 03/14] [no ci] spack.yaml: Dedent list elements for spack-style manifests --- spack.yaml | 86 +++++++++++++++++++++++++++--------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/spack.yaml b/spack.yaml index ab00b837..b490b634 100644 --- a/spack.yaml +++ b/spack.yaml @@ -6,84 +6,84 @@ # https://github.com/ACCESS-NRI/model-deployment-template/blob/main/spack.yaml spack: specs: - - access-om3@git.2025.08.001 + - access-om3@git.2025.08.001 packages: # Main Dependencies access3: require: - - '@2025.08.000' - - configurations=MOM6,MOM6-CICE6,MOM6-CICE6-WW3 - - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - '@2025.08.000' + - configurations=MOM6,MOM6-CICE6,MOM6-CICE6-WW3 + - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' access-cice: require: - - '@CICE6.6.1-0' - - io_type=PIO - - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - '@CICE6.6.1-0' + - io_type=PIO + - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' access-mom6: require: - - '@2025.07.000' - - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - '@2025.07.000' + - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' access-ww3: require: - - '@2025.08.000' + - '@2025.08.000' access3-share: require: - - '@2025.08.000' - - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - '@2025.08.000' + - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' access-generic-tracers: require: - - '@2025.08.000' - - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - '@2025.08.000' + - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' access-mocsy: require: - - '@2025.07.002' - - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - '@2025.07.002' + - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' # Other Dependencies esmf: require: - - '@8.7.0' - - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - '@8.7.0' + - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' parallelio: require: - - '@2.6.2' + - '@2.6.2' netcdf-c: require: - - '@4.9.2' - - build_system=cmake build_type=RelWithDebInfo + - '@4.9.2' + - build_system=cmake build_type=RelWithDebInfo netcdf-fortran: require: - - '@4.6.1' + - '@4.6.1' fms: require: - - '@2025.03' - - 'cppflags="-DMAXFIELDMETHODS_=600"' + - '@2025.03' + - 'cppflags="-DMAXFIELDMETHODS_=600"' openmpi: require: - - '@4.1.7' + - '@4.1.7' fortranxml: require: - - '@4.1.2' + - '@4.1.2' gcc-runtime: require: - - '%gcc' + - '%gcc' all: require: - - '%oneapi@2025.2.0' - - 'target=x86_64_v4' + - '%oneapi@2025.2.0' + - 'target=x86_64_v4' view: true concretizer: unify: true From e1852d3bde05850a1113f4a3f1bda872761a2bd7 Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Fri, 5 Dec 2025 13:55:02 +1100 Subject: [PATCH 04/14] [no ci] spack.yaml: Add reserved defs, use toolchains --- spack.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/spack.yaml b/spack.yaml index b490b634..1d15bafc 100644 --- a/spack.yaml +++ b/spack.yaml @@ -5,8 +5,12 @@ # Instructions for editing this file are found in # https://github.com/ACCESS-NRI/model-deployment-template/blob/main/spack.yaml spack: + # _name and _version are reserved definitions that inform deployments + definitions: + - _name: [access-om3] + - _version: [2025.08.001] specs: - - access-om3@git.2025.08.001 + - access-om3 packages: # Main Dependencies access3: @@ -79,10 +83,15 @@ spack: - '@4.1.2' gcc-runtime: require: - - '%gcc' + - '%access_gcc' + + # Compilers + intel-oneapi-compilers: + require: + - '@2025.2.0' all: require: - - '%oneapi@2025.2.0' + - '%access_oneapi' - 'target=x86_64_v4' view: true concretizer: From d685a293b8d85809b5744432a4706ae81ae27df0 Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Mon, 5 Jan 2026 16:29:13 +1100 Subject: [PATCH 05/14] [no ci] Update ci-command.yml with valid workflow name, schema versions --- .github/workflows/ci-command.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-command.yml b/.github/workflows/ci-command.yml index b06012ec..4631046a 100644 --- a/.github/workflows/ci-command.yml +++ b/.github/workflows/ci-command.yml @@ -8,12 +8,12 @@ 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@v7 + uses: access-nri/build-cd/.github/workflows/ci.yml@v8 with: model: ${{ vars.NAME }} pr: ${{ github.event.issue.number }} - spack-manifest-schema-version: 1-0-7 - config-versions-schema-version: 3-0-0 + spack-manifest-schema-version: 2-0-0 + config-versions-schema-version: 4-0-0 config-packages-schema-version: 1-0-0 permissions: pull-requests: write @@ -23,7 +23,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@v7 + uses: access-nri/build-cd/.github/workflows/ci-comment.yml@v8 with: model: ${{ vars.NAME }} permissions: @@ -33,7 +33,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@v7 + uses: access-nri/build-cd/.github/workflows/ci-command-configs.yml@v8 with: model: ${{ vars.NAME }} auto-configs-pr-schema-version: 1-0-0 From 6412b860940e7d78f274a2d72c4a77a40b47f122 Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Tue, 20 Jan 2026 15:40:09 +1100 Subject: [PATCH 06/14] [no ci] Remove inputs.pr --- .github/workflows/ci-command.yml | 1 - .github/workflows/ci.yml | 3 --- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ci-command.yml b/.github/workflows/ci-command.yml index 4631046a..9d744358 100644 --- a/.github/workflows/ci-command.yml +++ b/.github/workflows/ci-command.yml @@ -11,7 +11,6 @@ jobs: uses: access-nri/build-cd/.github/workflows/ci.yml@v8 with: model: ${{ vars.NAME }} - pr: ${{ github.event.issue.number }} spack-manifest-schema-version: 2-0-0 config-versions-schema-version: 4-0-0 config-packages-schema-version: 1-0-0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3876d47e..ddd7738c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,6 @@ jobs: uses: access-nri/build-cd/.github/workflows/ci.yml@v8 with: model: ${{ vars.NAME }} - pr: ${{ github.event.pull_request.number }} spack-manifest-schema-version: 2-0-0 config-versions-schema-version: 4-0-0 config-packages-schema-version: 1-0-0 @@ -39,6 +38,4 @@ jobs: # PR is closed if: github.event.action == 'closed' uses: access-nri/build-cd/.github/workflows/ci-closed.yml@v8 - with: - root-sbd: ${{ vars.NAME }} secrets: inherit # inherit GitHub Deployment environment secrets From 35e2de063807962c8aaf394a39424749954fa72b Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Wed, 11 Feb 2026 09:02:53 +1100 Subject: [PATCH 07/14] [no ci] Update config/versions.json access-spack-packages version to common api-v2 tag --- config/versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/versions.json b/config/versions.json index f2a14440..ef5f3036 100644 --- a/config/versions.json +++ b/config/versions.json @@ -1,5 +1,5 @@ { "$schema": "https://raw.githubusercontent.com/ACCESS-NRI/schema/main/au.org.access-nri/model/deployment/config/versions/4-0-0.json", "spack": "1.1", - "access-spack-packages": "2025.08.003" + "access-spack-packages": "2026.02.002" } From 96bf871f9aa8ef2d71273197c18257dfc2506063 Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Thu, 12 Feb 2026 16:45:13 +1100 Subject: [PATCH 08/14] Add language-specific compiler requirements, prefer rather than require target, remove gcc-runtime requirement --- spack.yaml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/spack.yaml b/spack.yaml index 1d15bafc..97b02e06 100644 --- a/spack.yaml +++ b/spack.yaml @@ -2,7 +2,7 @@ # # It describes a set of packages to be installed, along with # configuration settings. -# Instructions for editing this file are found in +# Instructions for editing this file are found in # https://github.com/ACCESS-NRI/model-deployment-template/blob/main/spack.yaml spack: # _name and _version are reserved definitions that inform deployments @@ -81,17 +81,20 @@ spack: fortranxml: require: - '@4.1.2' - gcc-runtime: - require: - - '%access_gcc' # Compilers - intel-oneapi-compilers: + c: require: - - '@2025.2.0' - all: + - 'intel-oneapi-compilers@2025.2.0' + cxx: + require: + - 'intel-oneapi-compilers@2025.2.0' + fortran: require: - - '%access_oneapi' + - 'intel-oneapi-compilers@2025.2.0' + + all: + prefer: - 'target=x86_64_v4' view: true concretizer: From 4fdeea76d19aaf516997e519d0e2c27d187432ef Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Thu, 12 Feb 2026 16:47:45 +1100 Subject: [PATCH 09/14] TEST: Using test branch --- .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 02f6d49f..44941f99 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@test-v8 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 9d744358..cf437d0c 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@test-v8 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@test-v8 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@test-v8 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 ddd7738c..1d389335 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: # This job is responsible for checks and prerelease deployments # that happen when a PR is modified or opened if: github.event.action != 'closed' - uses: access-nri/build-cd/.github/workflows/ci.yml@v8 + uses: access-nri/build-cd/.github/workflows/ci.yml@test-v8 with: model: ${{ vars.NAME }} spack-manifest-schema-version: 2-0-0 @@ -37,5 +37,5 @@ jobs: # This job is responsible for cleaning up the Prereleases after a # PR is 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@test-v8 secrets: inherit # inherit GitHub Deployment environment secrets From 7802a27394668be6ace08c368db45f7f1e3baa0e Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Fri, 13 Feb 2026 08:28:01 +1100 Subject: [PATCH 10/14] TEST: Redeploy after --config-scopes fix From b8fe68252425faf7467a3a777364dd1486857c99 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:24:16 +1100 Subject: [PATCH 11/14] netcdf@4.9.3 and parallelio 2.6.8 to avoid adding unused curl depdency (#192) --- spack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spack.yaml b/spack.yaml index 97b02e06..54eee12f 100644 --- a/spack.yaml +++ b/spack.yaml @@ -63,10 +63,10 @@ spack: - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' parallelio: require: - - '@2.6.2' + - '@2.6.8' netcdf-c: require: - - '@4.9.2' + - '@4.9.3' - build_system=cmake build_type=RelWithDebInfo netcdf-fortran: require: From bb9f7d4f9be2416175f4c47ad626bf4b3014f83d Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:25:40 +1100 Subject: [PATCH 12/14] change target to x86_64 to keep answers consistent with spack 0.22 (#198) --- spack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spack.yaml b/spack.yaml index 54eee12f..5ea03ae4 100644 --- a/spack.yaml +++ b/spack.yaml @@ -95,7 +95,7 @@ spack: all: prefer: - - 'target=x86_64_v4' + - 'target=x86_64' view: true concretizer: unify: true From 7af308f6cd71bc4cf53b89cd01ce9cd5ba21fd2e Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:26:42 +1100 Subject: [PATCH 13/14] version 2025.08.002 --- spack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spack.yaml b/spack.yaml index 5ea03ae4..275a92ee 100644 --- a/spack.yaml +++ b/spack.yaml @@ -8,7 +8,7 @@ spack: # _name and _version are reserved definitions that inform deployments definitions: - _name: [access-om3] - - _version: [2025.08.001] + - _version: [2025.08.002] specs: - access-om3 packages: From 43cc2246eff724c56becd48b1cc12cdba0243b96 Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Wed, 25 Feb 2026 16:33:11 +1100 Subject: [PATCH 14/14] [no ci] Remove test versions --- .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 44941f99..02f6d49f 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@test-v8 + uses: access-nri/build-cd/.github/workflows/cd.yml@v8 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 cf437d0c..9d744358 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@test-v8 + uses: access-nri/build-cd/.github/workflows/ci.yml@v8 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@test-v8 + uses: access-nri/build-cd/.github/workflows/ci-comment.yml@v8 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@test-v8 + uses: access-nri/build-cd/.github/workflows/ci-command-configs.yml@v8 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 1d389335..ddd7738c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: # This job is responsible for checks and prerelease deployments # that happen when a PR is modified or opened if: github.event.action != 'closed' - uses: access-nri/build-cd/.github/workflows/ci.yml@test-v8 + uses: access-nri/build-cd/.github/workflows/ci.yml@v8 with: model: ${{ vars.NAME }} spack-manifest-schema-version: 2-0-0 @@ -37,5 +37,5 @@ jobs: # This job is responsible for cleaning up the Prereleases after a # PR is closed if: github.event.action == 'closed' - uses: access-nri/build-cd/.github/workflows/ci-closed.yml@test-v8 + uses: access-nri/build-cd/.github/workflows/ci-closed.yml@v8 secrets: inherit # inherit GitHub Deployment environment secrets