ACCESS-NRI / build-cd

Deployment configurations and workflows
1 stars 0 forks source link

CD: Root SBD Defaults #103

Closed CodeGat closed 2 months ago

CodeGat commented 2 months ago

This issue stems from this line: https://github.com/ACCESS-NRI/build-cd/blob/d7c57427766587787f130fe84ad455cde1752fcc/.github/workflows/deploy-2-start.yml#L33 We cannot set dynamic defaults like this, only a basic string default.

The CI pipeline already creates it's own inputs.root-sbd default (essentially inputs.model-name), as it is required for editing the modulefile name to be in pr format for Prereleases. The CD pipeline also requires this, but we hadn't added it. Details on the underlying cause are in the linked issue.

In this PR:

Closes #102

CodeGat commented 2 months ago

@utkarshgupta95 would you be able to list the entries for the build provenance DB? I suspect that there will be a bunch of mom5 models in there as a model rather than as a component.

CodeGat commented 2 months ago

Linking https://github.com/ACCESS-NRI/ACCESS-ESM1.5/pull/7