Skip to content

Commit

Permalink
test.yml no longer pushing into the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Dec 13, 2024
1 parent fe22afa commit b9cbd61
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
make
make test
- name: Push packages to buildcache and update index
if: ${{ !cancelled() }}
run: |
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
spack -e tests mirror set --autopush --push \
--oci-username ${{ github.actor }} \
--oci-password-variable GITHUB_TOKEN mochi-buildcache
spack -e tests buildcache push --base-image ubuntu:22.04 \
--unsigned --update-index mochi-buildcache
# - name: Push packages to buildcache and update index
# if: ${{ !cancelled() }}
# run: |
# export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
# spack -e tests mirror set --autopush --push \
# --oci-username ${{ github.actor }} \
# --oci-password-variable GITHUB_TOKEN mochi-buildcache
# spack -e tests buildcache push --base-image ubuntu:22.04 \
# --unsigned --update-index mochi-buildcache

0 comments on commit b9cbd61

Please sign in to comment.