Conversation
c6c05cd to
5801737
Compare
…uiltin]_spack_packages_[version|git_hash]
5801737 to
b0c0a0b
Compare
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #53
Background
Since we are migrating to
spack v1, which splits out thebuiltinspack-packages repository, we need to keep track of both thebuiltin-spack-packagesrepository and theaccess-spack-packagesrepository - and need to demarcate these.The PR
2-0-0. See 8e0838a for a nicer diff.Essentially changing the data to:
{ - "$schema": "https://github.com/ACCESS-NRI/schema/blob/main/au.org.access-nri/model/deployment/config/versions/3-0-0.json", + "$schema": "https://github.com/ACCESS-NRI/schema/blob/main/au.org.access-nri/model/deployment/config/versions/4-0-0.json", "spack": "0.22", - "spack-packages": "2025.09.004" + "access-spack-packages": "2025.09.004" }Essentially changing the data to:
{ "service": "release_provenance", - "version": "1-0-0", + "version": "2-0-0", "telemetry": { "model.name": "ACCESS-AM3", "model.deployment_repository_url": "https://github.com/ACCESS-NRI/ACCESS-AM3", "model_deployment.version": "2025.10.000", "model_deployment.status": "ACTIVE", "model_deployment.released_at": "2025-10-30T01:16:15Z", "model_deployment.release_url": "https://github.com/ACCESS-NRI/ACCESS-AM3/releases/tag/2025.10.000", "deployment_targets": [ { "deployment_target.name": "Gadi", "deployment_target.spack_version": "0.22", "deployment_target.spack_git_hash": "ee9a10e5cafdcd3224b436d3f477a73ef8669b4b", "deployment_target.spack_config_version": "2025.08.000", "deployment_target.spack_config_git_hash": "a69211111414bd53fab72333f6340811fc52dbec", - "deployment_target.spack_packages_version": "2025.09.004", - "deployment_target.spack_packages_git_hash": "29ef88d2f325527f9de71624219503a57d7f586f", + "deployment_target.builtin_spack_packages_version": "2025.09.004", + "deployment_target.builtin_spack_packages_git_hash": "29ef88d2f325527f9de71624219503a57d7f586f", + "deployment_target.access_spack_packages_version": "2025.09.004", + "deployment_target.access_spack_packages_git_hash": "29ef88d2f325527f9de71624219503a57d7f586f", "deployment_target.module_use_location": "/g/data/vk83/modules", "spack_model.name": "access-am3", "spack_model.spack_package_hash": "edk4dme42jhjzlb2notf7w4uf7kyudka", "spack_model.module_load_command": "access-am3/2025.10.000", "spack_model_components": [ { "name": "um", "spack_package_hash": "ailqa6rhwjgdmc57vgqvju6lr7rjgb5k", "version": "2025.08.0", "install_location": "/g/data/vk83/apps/spack/0.22/restricted/ukmo/release/linux-rocky8-x86_64_v4/intel-2021.10.0/um-13.1-ailqa6rhwjgdmc57vgqvju6lr7rjgb5k", "repository_url": "https://github.com/ACCESS-NRI/UM/releases/tag/2025.08.0" } ] } ] } }