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 3b348d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion plans/subplans/component_install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
)

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

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

0 comments on commit 3b348d5

Please sign in to comment.