Skip to content
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

Update CI config #193

Closed
anton-seaice opened this issue Feb 25, 2025 · 0 comments · Fixed by #194
Closed

Update CI config #193

anton-seaice opened this issue Feb 25, 2025 · 0 comments · Fixed by #194

Comments

@anton-seaice
Copy link
Contributor

There are several useful changes implemented / underway which we should update config.yaml to use:

ACCESS-NRI/model-config-tests#111 : allows using regex matching in branch names, e.g.

"qa": {
        "dev-.*": { 
            "markers": "dev_config"
        },
        "default": {
           "markers": "config or dev_config"
       }
   },

ACCESS-NRI/model-config-tests#113 : allows using the main branch of model-config-tests. We should set dev branches to use main branch and release branches to use a release version

ACCESS-NRI/model-config-tests#110 : fixes restart repro

ACCESS-NRI/model-config-tests#103 : added the dev_config marker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant