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 #194

Merged
merged 11 commits into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: Scheduled Checks (${{ github.event_name }})
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *' # once a month
- cron: '0 0 0 1 *' # once a week
jobs:
checks:
uses: access-nri/model-config-tests/.github/workflows/config-schedule-1-ci.yml@main
Expand Down
26 changes: 19 additions & 7 deletions config/ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
"$schema": "https://github.com/ACCESS-NRI/schema/tree/main/au.org.access-nri/model/configuration/ci/2-0-0.json",
"scheduled": {
"default": {
"markers": "checksum or checksum_slow"
"markers": "checksum or checksum_slow or access_om3 or dev_config"
},
"dev-1deg_jra55do_ryf": {
"markers": "checksum or checksum_slow or access_om3 or config"
},
"dev-1deg_jra55do_ryf": {},
"release-1deg_jra55do_ryf": {}
"release-1deg_jra55do_ryf": {
"python-version": "3.11.0",
"payu-version": "1.1.6"
}
},
"reproducibility": {
"default": {
Expand All @@ -15,17 +20,24 @@
"markers": "checksum or checksum_slow"
},
"release-1deg_jra55do_ryf": {
"markers": "checksum or checksum_slow"
"markers": "checksum or checksum_slow",
"model-config-tests-version": "0.0.12",
"payu-version": "1.1.6"
}
},
"qa": {
"release-.*": {
"markers": "access_om3 or config",
"model-config-tests-version": "0.0.12",
"payu-version": "1.1.6"
},
"default": {
"markers": "access_om3"
"markers": "access_om3 or dev_config"
}
},
"default": {
"model-config-tests-version": "0.0.11",
"model-config-tests-version": "main",
"python-version": "3.11.0",
"payu-version": "1.1.6"
"payu-version": "dev"
}
}
Loading