Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
cd:
name: CD
uses: access-nri/build-cd/.github/workflows/cd.yml@v5
uses: access-nri/build-cd/.github/workflows/cd.yml@dev-v6_TEST
with:
model: ${{ vars.NAME }}
permissions:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: CI
if: >-
(github.event_name == 'pull_request' && github.event.action != 'closed') || (github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '!redeploy'))
uses: access-nri/build-cd/.github/workflows/ci.yml@v5
uses: access-nri/build-cd/.github/workflows/ci.yml@dev-v6_TEST
with:
model: ${{ vars.NAME }}
# root-sbd: if different from vars.NAME
Expand All @@ -38,7 +38,7 @@ jobs:
pr-comment:
name: Comment
if: github.event_name == 'issue_comment'
uses: access-nri/build-cd/.github/workflows/ci-comment.yml@v5
uses: access-nri/build-cd/.github/workflows/ci-comment.yml@dev-v6_TEST
with:
model: ${{ vars.NAME }}
# root-sbd: if different from vars.NAME
Expand All @@ -49,7 +49,7 @@ jobs:
pr-closed:
name: Closed
if: github.event_name == 'pull_request' && github.event.action == 'closed'
uses: access-nri/build-cd/.github/workflows/ci-closed.yml@v5
uses: access-nri/build-cd/.github/workflows/ci-closed.yml@dev-v6_TEST
with:
root-sbd: access-test
secrets: inherit
5 changes: 5 additions & 0 deletions config/packages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/ACCESS-NRI/schema/main/au.org.access-nri/model/deployment/config/packages/1-0-0.json",
"provenance": ["access-test-component"],
"injection": ["openmpi"]
}
12 changes: 2 additions & 10 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spack:
# - [$%compiler_targets]
specs:
# - $ROOT_SPEC
- [email protected].001
- [email protected].002
packages:
access-test-component:
require:
Expand All @@ -43,12 +43,4 @@ spack:
- 'target=x86_64'
view: true
concretizer:
unify: true
modules:
default:
tcl:
include:
- access-test
- access-test-component
projections:
access-test: '{name}/2025.06.001'
unify: true