Skip to content

Commit

Permalink
updated github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Dec 13, 2024
1 parent 7e53a7b commit ec3b441
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
with:
ref: develop

- name: Set install root for Spack
run: |
spack -e tests config add config:install_tree:root:/opt/spack
spack -e tests config add view:/opt/view
- name: Add mochi-spack-packages
run: |
git clone https://github.com/mochi-hpc/mochi-spack-packages
Expand Down Expand Up @@ -56,8 +61,9 @@ jobs:
# - name: Push packages to buildcache and update index
# if: ${{ !cancelled() }}
# run: |
# export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
# spack -e tests mirror set --push \
# --oci-username ${{ github.actor }} \
# --oci-password "${{ secrets.GITHUB_TOKEN }}" mochi-buildcache
# --oci-password GITHUB_TOKEN mochi-buildcache
# spack -e tests buildcache push --base-image ubuntu:22.04 \
# --unsigned --update-index mochi-buildcache

0 comments on commit ec3b441

Please sign in to comment.