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 22, 2024
1 parent fa0dc4c commit 507fb2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-add-compiler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ jobs:
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 plans/subplans/component_install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
)

# On component, run the puppet agent to finish initial configuring of component
run_task('peadm::puppet_runonce', $component_target, catch_errors => true)
run_task('peadm::puppet_runonce', $component_target)

return("Installation of component ${$component_target.peadm::certname()} with peadm_role: ${role} succeeded.")
Expand Down

0 comments on commit 507fb2d

Please sign in to comment.