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 24, 2024
1 parent fa0dc4c commit cd99fc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-add-compiler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,14 @@ jobs:
version=${{ matrix.version }}
- name: 'Run add_compiler plan'
timeout-minutes: 30
timeout-minutes: 50
run: |
bundle exec bolt plan run peadm_spec::add_compiler -v \
--inventoryfile spec/fixtures/litmus_inventory.yaml \
--modulepath spec/fixtures/modules \
architecture=${{ matrix.architecture }}
architecture=${{ matrix.architecture }} \
--stream \
--log-level debug
- name: 'Wait as long as the file ${HOME}/pause file is present'
if: ${{ always() && github.event.inputs.ssh-debugging == 'true' }}
Expand Down
1 change: 1 addition & 0 deletions tasks/puppet_runonce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ echo
--no-use_cached_catalog \
--detailed-exitcodes \
--color false \
--debug \
$ENV_FLAG \
$NOOP_FLAG

Expand Down

0 comments on commit cd99fc9

Please sign in to comment.