Skip to content

Commit ce7e575

Browse files
committed
TEST: Debug spack repo update errors
1 parent f5ab1f7 commit ce7e575

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/actions/spack-checkout-updated-ref/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ runs:
5151
continue-on-error: true
5252
run: |
5353
. ${{ inputs.spack-instance-root-path }}/share/spack/setup-env.sh
54+
echo "before:"
55+
spack config blame repos
5456
spack repo update ${{ inputs.spack-packages-repository-name }} --commit ${{ steps.ref-sha.outputs.sha }}
57+
spack config blame repos
5558
5659
- name: Force Update ref via Git if Failure
5760
if: steps.update.outcome == 'failure'

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,8 @@ jobs:
365365
366366
- name: Update - builtin spack-package version
367367
id: builtin-spack-packages-update
368-
uses: access-nri/build-ci/.github/actions/spack-checkout-updated-ref@v3
368+
FIXME: Temp ref for debugging
369+
uses: access-nri/build-ci/.github/actions/spack-checkout-updated-ref@268-github-hosted-pull-fix
369370
with:
370371
spack-packages-repository-name: builtin
371372
spack-packages-repository-path: ${{ steps.spack-packages-locations.outputs.builtin }}

0 commit comments

Comments
 (0)