-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
Reopening so we can fix the regex syntax - per ACCESS-NRI/model-config-tests#118 (comment) |
Now with ACCESS-NRI/model-config-tests#126 which prevents running scheduled tests on any branch/tag that does not exist in the repository, it should be possible to include regex under "scheduled": {
"default": {
"markers": "checksum or checksum_slow or access_om3 or config"
},
"dev-1deg_jra55do_ryf": {
"markers": "checksum or checksum_slow or access_om3 or dev_config"
},
"release-1deg_jra55do_ryf": {},
"release-.*": {
"model-config-tests-version": "0.0.12",
"payu-version": "1.1.6"
}
#... The only scheduled test will run would be |
If we add this to the ci.json now, will this test fail? Or not run ? |
It will not run a scheduled test for |
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.
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 versionACCESS-NRI/model-config-tests#110 : fixes restart repro
ACCESS-NRI/model-config-tests#103 : added the dev_config marker
The text was updated successfully, but these errors were encountered: