Skip to content

Commit

Permalink
Deployment Comment module load Update (#118)
Browse files Browse the repository at this point in the history
* ci.yml: Updated deployment comment to have new module load, updated spack version

* cd.yml: Updated tagging logic similar to ACCESS-NRI/model-config-tests#55

* Update .github/workflows/ci.yml

Co-authored-by: jo-basevi <[email protected]>
Signed-off-by: Tommy Gatti <[email protected]>

---------

Signed-off-by: Tommy Gatti <[email protected]>
Co-authored-by: jo-basevi <[email protected]>
  • Loading branch information
CodeGat and jo-basevi committed Aug 27, 2024
1 parent 41448b8 commit 05cf79e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,10 @@ jobs:
git_tag_gpgsign: true

- name: Push Tag
env:
TAG: ${{ steps.tag.outputs.name }}
run: |
git tag ${{ steps.tag.outputs.name }}
git tag ${{ env.TAG }} -m "Deployment of ${{ inputs.model }} ${{ env.TAG }} via build-cd 'cd.yml' workflow"
git push --tags
deploy-release:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@ jobs:
This Prerelease is accessible on Gadi using:
```bash
module use /g/data/vk83/prerelease/modules/access-models/
module use /g/data/vk83/prerelease/modules
module load ${{ needs.defaults.outputs.root-sbd }}/${{ needs.version.outputs.prerelease }}
```
where the binaries shall be on your `$PATH`.
This Prerelease is also accessible on Gadi via `/g/data/vk83/prerelease/apps/spack/0.21/spack` in the `${{ needs.defaults.outputs.root-sbd }}-${{ needs.version.outputs.prerelease }}` environment.
This Prerelease is also accessible on Gadi via `/g/data/vk83/prerelease/apps/spack/0.22/spack` in the `${{ needs.defaults.outputs.root-sbd }}-${{ needs.version.outputs.prerelease }}` environment.
</details>
:hammer_and_wrench: Using: spack-packages `${{ needs.check-config.outputs.spack-packages-version}}`, spack-config `${{ needs.check-config.outputs.spack-config-version }}`
<details>
Expand Down

0 comments on commit 05cf79e

Please sign in to comment.