Add build-ci#5
Open
CodeGat wants to merge 1 commit into
Open
Conversation
5ef9a05 to
9138251
Compare
Member
Author
|
Noting that the failures are the same as the ones from |
aidanheerdegen
approved these changes
Jul 6, 2026
aidanheerdegen
left a comment
Member
There was a problem hiding this comment.
In the whole scheme of things pretty neat how compact this is considering how much it is doing. Nice!
| pull_request: | ||
| branches: | ||
| # We only want to run our CI on pull requests to the access/** branches | ||
| - 'access/**' |
Member
There was a problem hiding this comment.
What are the branch protections for creating access/** branches? Does it match this?
Comment on lines
+126
to
+136
| - manifest: {template_value: "access-om2"} | ||
| - manifest: {template_value: "access-om2-bgc"} | ||
| - manifest: {template_value: "access-om3"} | ||
| - manifest: {template_value: "access-esm1p5"} | ||
| - manifest: {template_value: "access-esm1p6"} | ||
| - manifest: {template_value: "access-am3"} | ||
| - manifest: {template_value: "access-ram3"} | ||
| - manifest: {template_value: "access-issm"} | ||
| - manifest: {template_value: "access-test"} | ||
| - manifest: {template_value: "coastri-roms"} | ||
| - manifest: {template_value: "gcom4"} |
Collaborator
There was a problem hiding this comment.
Hi @CodeGat , Can we centralise the exclude list only in the access-spack-packages repository?
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 #1
Background
Similarly to ACCESS-NRI/access-spack-packages#420 and ACCESS-NRI/spack-config#95, we are adding
build-citoupstream-spack-packagesso we can test changes to the builtin set of packages by building our software and models on top of it.The PR
.github/workflows/build-ci.ymlsimilarly to the above PRsTesting
See https://github.com/ACCESS-NRI/upstream-spack-packages/actions/runs/28643009154?pr=5