Conversation
|
@harshula for these models using old compilers and toolchains, is https://github.com/ACCESS-NRI/ACCESS-OM2/pull/124/files#diff-e8582e74fa156f4e5729a850e52b24f2fde2d815c2c9c360f88c4cf90db851abR52-R58 how it would be referenced? |
|
Hi @CodeGat , Waiting for an answer at spack/spack#51237 (comment) . If they are equivalent, then we need to make a decision based on the portability of an MDR. |
c9b57e5 to
2cf7520
Compare
571f104 to
88d51c2
Compare
|
🚀 Attempted to deploy 🖥️
|
|
Note that the above fault is because we are checking the previous |
900d861 to
2c7a4ea
Compare
|
🚀 Attempted to deploy 🖥️
|
|
This fault is because the current version of |
|
🚀 Attempted to deploy 🖥️
|
|
Tested that it built successfully - now just need a valid tag rather than the |
|
🚀 Attempted to deploy 🖥️
|
|
Now we just need to verify that all the changes that are in the manifest are required for this PR, then it'll be ready to go! |
…common api-v2 tag
25376d5 to
395fd68
Compare
346989f to
df71135
Compare
|
🚀 Attempted to deploy 🖥️
|
7b67366 to
7e86965
Compare
|
This has been tested and works fine. It should be equivalent to the current |
|
!update-configs |
|
🔧 Opening Model Configuration PRs in Configurations RequestedConfigurations requested from profile
Pull Requests OpenedThe following PRs were opened: More details can be found in the workflow run: https://github.com/ACCESS-NRI/ACCESS-OM2/actions/runs/21973159896 |
References issue ACCESS-NRI/build-cd#313 and PR ACCESS-NRI/build-cd#326
References rollout issue ACCESS-NRI/build-cd#328
References project Spack `0.22` to `1.0` Migration
Important
This PR is a major update to the deployment infrastructure. See below for the prerequisites for this repository to be able to merge this PR.
Important
This major version change marks the end of major infrastructure updates for deployments to
spack < 1.0.If you want to deploy to instances of
spack < 1.0, you must usebuild-cd < v8.If you want to deploy to instances of
spack >= 1.0, you must usebuild-cd >= v8.Background
We are moving on up to
spack v1! This update to spack contains many bug fixes, optimisations and new features that can be incorporated intobuild-cd.This update also contains changes that make
spack v0.Xincompatible with thisbuild-cd v8update - the most prominent one being the splitting of spacks core codebase from it's builtin spack-packages repo. This means that for provenance, one to keep track of bothbuiltinspack-packages and our own, renamedaccess-spack-packages.build-cdwill centrally control the version of builtinspack-packagesfor a given instance, andconfig/versions.jsonsspack-packageskey is renamed toaccess-spack-packages.As noted earlier, this major version of
build-cdcan only supportspack v1, due tospack v1-specific commands in the infrastructure. If you still want to deploy tospack v0.X, you will need to changebuild-cdtov7, and update theconfig/versions.jsonfile/spack.yaml.Features
Prerequisites for Merging
build-cdentrypoints (this PR!)config/versions.jsonwith new inputs (also this PR!)spack v1🚀 The latest prerelease
access-om2/pr124-7at 7b67366 is here: #124 (comment) 🚀