Skip to content

Commit cf5624d

Browse files
Setup scheduled repro tests (#343)
--------- Co-authored-by: Spencer Wong <88933912+blimlim@users.noreply.github.com>
1 parent 7e32158 commit cf5624d

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

.github/workflows/schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
schedule:
66
# FIXME: Modify based on how often one wants to run these scheduled checks
7-
- cron: '0 0 1 * *' # once a month
7+
- cron: '53 3 * * 0' # At 03:53 on Sunday
88
jobs:
99
checks:
1010
name: Check

config/ci.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22
"$schema": "https://raw.githubusercontent.com/ACCESS-NRI/schema/main/au.org.access-nri/model/configuration/ci/2-0-0.json",
33
"scheduled": {
44
"default": {
5-
"markers": "repro and (not slow)"
6-
}
5+
"markers": "(repro and (not repro_restart)) or access_esm1p6 or config"
6+
},
7+
"dev-preindustrial+concentrations": { },
8+
"dev-4xCO2+concentrations": { },
9+
"dev-1pctCO2": { },
10+
"dev-historical+concentrations": { },
11+
"dev-preindustrial+emissions": { },
12+
"dev-flat10": { },
13+
"dev-amip": { },
14+
"dev-1pctCO2-rad": { },
15+
"dev-1pctCO2-bgc": { }
716
},
817
"reproducibility": {
918
"default": {

0 commit comments

Comments
 (0)