Skip to content
Draft
Changes from 2 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
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ jobs:
spack-manifest-path:
- .github/build-ci/manifests/gcc.spack.yaml.j2
- .github/build-ci/manifests/intel.spack.yaml.j2
uses: access-nri/build-ci/.github/workflows/ci-github-hosted.yml@v2
uses: access-nri/build-ci/.github/workflows/ci.yml@v3
with:
spack-manifest-path: ${{ matrix.spack-manifest-path }}
spack-config-ref: 2025.11.000 # Before build-ci@v2-breaking change to spack-config, don't go any further forward!
spack-packages-ref: api-v2 # This branch contains the package defs compatible with spack >=1.0. May be incorporated into the main branch
spack-ref: releases/v1.0
# spack-config-ref: main
# builtin-spack-packages-ref: develop
# access-spack-packages-ref: api-v2
# spack-ref: releases/v1.1
allow-ssh-into-spack-install: false
container-image-version: :rocky-v1.0-2025.09.000 # https://github.com/ACCESS-NRI/build-ci/pkgs/container/build-ci-upstream/501398004?tag=rocky-v1.0-2025.09.000
spack-oci-buildcache-url: oci://ghcr.io/CABLE-LSM/build-ci-buildcache # https://github.com/CABLE-LSM/CABLE/pkgs/container/build-ci-buildcache
# container-image-version: :rocky # https://github.com/ACCESS-NRI/build-ci/pkgs/container/build-ci-upstream/572613242?tag=rocky
# Since CABLE-LSM can't access ACCESS-NRI's self-hosted runners, we use a GitHub-hosted version
run-self-hosted: false
permissions:
packages: write