Skip to content

Commit

Permalink
Merge pull request #1 from codegat-test-org/ci-config-update
Browse files Browse the repository at this point in the history
Added ci.json
  • Loading branch information
CodeGat authored Jun 12, 2024
2 parents e5701fa + b9bc7e8 commit 29238ae
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- run: echo '::notice::Validating config/ci.json with ${{ env.CI_JSON_SCHEMA_VERSION }}'

- name: Checkout CI Config
uses: actions/checkout@v4

- name: config/ci.json
uses: access-nri/schema/.github/actions/validate-with-schema@main
with:
Expand Down
24 changes: 24 additions & 0 deletions config/ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://github.com/ACCESS-NRI/schema/tree/main/au.org.access-nri/model/configuration/ci/1-0-0.json",
"scheduled": {
"release-1deg_jra55_ryf-2.0": {},
"release-1deg_jra55_iaf_bgc-2.0": {},
"default": {
"markers": "checksum"
}
},
"reproducibility": {
"default": {
"markers": "checksum"
}
},
"qa": {
"default": {
"markers": "access_om2 or config"
}
},
"default": {
"model-config-tests-version": "0.0.1",
"python-version": "3.11.0"
}
}

0 comments on commit 29238ae

Please sign in to comment.