File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,15 +50,15 @@ jobs:
5050 needs : changes
5151 uses : ./.github/workflows/container.yml
5252
53- # outputs:
54- # if: |
55- # !cancelled()
56- # && contains(needs.*.result, 'success')
57- # && !contains(needs.*.result, 'failure')
58- # && (needs.changes.outputs.outputs == 'true'
59- # || startsWith(github.ref, 'refs/tags/'))
60- # needs: [ changes, container ]
61- # uses: ./.github/workflows/outputs.yml
53+ outputs :
54+ if : |
55+ !cancelled()
56+ && contains(needs.*.result, 'success')
57+ && !contains(needs.*.result, 'failure')
58+ && (needs.changes.outputs.outputs == 'true'
59+ || startsWith(github.ref, 'refs/tags/'))
60+ needs : [ changes, container ]
61+ uses : ./.github/workflows/outputs.yml
6262
6363 style :
6464 if : ${{ needs.changes.outputs.style == 'true' }}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN apt-get remove -y gcc-12
1717
1818# Download the buildcache
1919RUN mkdir /mirror
20- RUN aws --region us-east-1 --no-sign-request s3 sync --only-show-errors s3://spack-binaries/releases/v0.23 /tutorial /mirror
20+ RUN aws --region us-east-1 --no-sign-request s3 sync --only-show-errors s3://spack-binaries/develop-2025-07-13 /tutorial /mirror
2121
2222RUN chmod -R go+r /mirror
2323
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ sections := environments
2525run_targets := $(addprefix run-,$(sections ) )
2626
2727# Entrypoint
28- update-outputs : # run
28+ update-outputs : run
2929 echo " Filtering raw outputs though col"
3030 for raw in raw/* /* .out; do \
3131 out=$$(echo $$raw | sed 's.raw/..' ) ; \
Original file line number Diff line number Diff line change 1414raw_outputs=" ${PROJECT} /raw"
1515
1616# used by scripts
17- tutorial_branch=releases/v0.23
17+ tutorial_branch=develop
1818
1919print_status () {
2020 printf " \n%b: %s\n\n" " \033[1;35m$1 \033[0m" " $2 "
You can’t perform that action at this time.
0 commit comments