Skip to content

Commit b494782

Browse files
authored
Turn on restart reproducability for 1deg ryf (#175)
This turns on two tests for the 1deg ryf branch. One is that 2x1day runs give the same results as 1x2day run One is that 2 of 1day runs from the same initial conditions give the same result
1 parent e78c0d5 commit b494782

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

config/ci.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22
"$schema": "https://github.com/ACCESS-NRI/schema/tree/main/au.org.access-nri/model/configuration/ci/2-0-0.json",
33
"scheduled": {
44
"default": {
5-
"markers": "checksum"
6-
}
5+
"markers": "checksum or checksum_slow"
6+
},
7+
"dev-1deg_jra55do_ryf": {},
8+
"release-1deg_jra55do_ryf": {}
79
},
810
"reproducibility": {
911
"default": {
1012
"markers": "checksum"
13+
},
14+
"dev-1deg_jra55do_ryf": {
15+
"markers": "checksum or checksum_slow"
16+
},
17+
"release-1deg_jra55do_ryf": {
18+
"markers": "checksum or checksum_slow"
1119
}
1220
},
1321
"qa": {

0 commit comments

Comments
 (0)