Skip to content

Commit

Permalink
Adding second wait to add compiler test to debug fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ragingra committed Apr 15, 2024
1 parent fa0dc4c commit e547b64
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test-add-compiler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,15 @@ jobs:
architecture=${{ matrix.architecture }} \
version=${{ matrix.version }}
- name: 'Wait as long as the file ${HOME}/pause file is present'
if: ${{ always() && github.event.inputs.ssh-debugging == 'true' }}
run: |
while [ -f "${HOME}/pause" ] ; do
echo "${HOME}/pause present, sleeping for 60 seconds..."
sleep 60
done
echo "${HOME}/pause absent, continuing workflow."
- name: 'Run add_compiler plan'
timeout-minutes: 30
run: |
Expand Down

0 comments on commit e547b64

Please sign in to comment.