-
Notifications
You must be signed in to change notification settings - Fork 7
SPR modifications to support api-v2 (Spack v1.x) #332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
d4f75a2 to
356ff3d
Compare
|
Hey @harshula, the error is because of the changed directory structure for In https://github.com/ACCESS-NRI/spack-packages/blob/cc4ec27340bc179b1efade7c74938e49ea61d5b6/.github/workflows/ci.yml#L5, you need to change that to In https://github.com/ACCESS-NRI/spack-packages/blob/cc4ec27340bc179b1efade7c74938e49ea61d5b6/.github/workflows/ci.yml#L51, change it to |
|
For the next run of checks @harshula, feel free to up the |
2bed8ad to
78b303f
Compare
|
Just noting that I've updated the upstream image in the cluster to |
|
@harshula, once this run is done, feel free to up the |
763e051 to
fb1e18e
Compare
20abf09 to
4878de1
Compare
|
5 (expected) failures: https://github.com/ACCESS-NRI/access-spack-packages/actions/runs/19923566643?pr=332 |
|
So you're saying...that's that? It works? 😲 |
e7c81c5 to
906c165
Compare
bd937dd to
2849be1
Compare
58dedf3 to
f571b78
Compare
* Hyphen is replaced by underscore.
* __init__.py: review feedback from Peter Scheibel. * spack-repo-index.yaml: suggested by Tommy Gatti.
* .github/build-ci/data/standard_definitions.json: * Change syntax to suit toolchains * Update spack.yaml templates to use Spack v1.x compiler toolchains syntax * .github/workflows/ci.yml: * DEFAULT_SPACK_REF: 'releases/v1.1' * Disable gcom, gcom4 and um because they need Gadi * Increase max-parallel to 7 * Remove access-om3 from manifests * Set builtin-spack-packages-ref: 39aeb9dbcc13b6a53e40c77b672c397e1f4c93ec * Add a generic intel-oneapi-compilers test * %[email protected] can not compile the latest version of python * Require python 3.11.14. * PR 346: * Update paths to `api-v2` format * Replace `_` from directory name with `-` for package names * Swap filepath and template_value so package name comes first in matrix * Consolidate all refs to packages path under env.PACKAGES_ROOT_DIR * .github/workflows/ci.yml: disable SBRs Co-authored-by: Tommy Gatti <[email protected]>
infra: Update to v3, get default spack-config-ref/spack-ref from build-ci workflow, use default container-image-version
DRAFT to track changes