File tree Expand file tree Collapse file tree 4 files changed +14
-13
lines changed
Expand file tree Collapse file tree 4 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 cd :
1212 name : CD
13- uses : access-nri/build-cd/.github/workflows/cd.yml@v8
13+ uses : access-nri/build-cd/.github/workflows/cd.yml@test- v8
1414 with :
1515 model : ${{ vars.NAME }}
1616 spack-manifest-schema-version : 2-0-0
Original file line number Diff line number Diff line change 88 redeploy :
99 name : Redeploy
1010 if : startsWith(github.event.comment.body, '!redeploy') && github.event.issue.pull_request
11- uses : access-nri/build-cd/.github/workflows/ci.yml@v8
11+ uses : access-nri/build-cd/.github/workflows/ci.yml@test- v8
1212 with :
1313 model : ${{ vars.NAME }}
1414 spack-manifest-schema-version : 2-0-0
2222 bump :
2323 name : Bump
2424 if : startsWith(github.event.comment.body, '!bump') && github.event.issue.pull_request
25- uses : access-nri/build-cd/.github/workflows/ci-comment.yml@v8
25+ uses : access-nri/build-cd/.github/workflows/ci-comment.yml@test- v8
2626 with :
2727 model : ${{ vars.NAME }}
2828 permissions :
3232 configs :
3333 name : Configs
3434 if : startsWith(github.event.comment.body, '!update-configs') && github.event.issue.pull_request
35- uses : access-nri/build-cd/.github/workflows/ci-command-configs.yml@v8
35+ uses : access-nri/build-cd/.github/workflows/ci-command-configs.yml@test- v8
3636 with :
3737 model : ${{ vars.NAME }}
3838 auto-configs-pr-schema-version : 1-0-0
Original file line number Diff line number Diff line change 1919 pr-ci :
2020 name : CI
2121 if : github.event.action != 'closed'
22- uses : access-nri/build-cd/.github/workflows/ci.yml@v8
22+ uses : access-nri/build-cd/.github/workflows/ci.yml@test- v8
2323 with :
2424 model : ${{ vars.NAME }}
2525 spack-manifest-schema-version : 2-0-0
3333 pr-closed :
3434 name : Closed
3535 if : github.event.action == 'closed'
36- uses : access-nri/build-cd/.github/workflows/ci-closed.yml@v8
36+ uses : access-nri/build-cd/.github/workflows/ci-closed.yml@test- v8
3737 secrets : inherit
Original file line number Diff line number Diff line change @@ -48,17 +48,18 @@ spack:
4848 access-mocsy :
4949 require :
5050 - ' @2025.07.002'
51- gcc-runtime :
51+ c :
5252 require :
53- - ' %access_gcc'
54- # Compilers
55- intel-oneapi-compilers :
53+ 54+ cxx :
5655 require :
57- - ' @2025.2.0'
56+ 57+ fortran :
58+ require :
59+ 5860 all :
5961 require :
60- - ' %access_oneapi'
61- - ' target=x86_64_v4'
62+ - ' target=x86_64'
6263 view : true
6364 concretizer :
6465 unify : true
You can’t perform that action at this time.
0 commit comments