ACCESS-NRI / model-config-tests

Tests for checking model configurations
Apache License 2.0
0 stars 1 forks source link

Compare Checksum from `release-*` rather then the PR Branch #35

Closed CodeGat closed 4 months ago

CodeGat commented 4 months ago

We currently have to rebase dev-* onto release-* every configuration release, in order to compare the next config update against the one just released. This is because we use the dev-* branches testing/checksum/historical-*hr-checksum.json file to compare against the newly created checksum, as that is the default --checksum-path of model-configs-test.

Now, test-repro.yml can select which branch (or config tag) we want to compare against explicitly, rather than relying on a model-configs-test default.

In this PR:

References #33

CodeGat commented 4 months ago

Note, this PR will need to change based on https://github.com/ACCESS-NRI/model-config-tests/pull/34