From cd99fc9d0060bf4c665aa09742286894b802ae22 Mon Sep 17 00:00:00 2001 From: Neil Anderson Date: Mon, 15 Apr 2024 13:28:33 +0100 Subject: [PATCH] Adding second wait to add compiler test to debug fail --- .github/workflows/test-add-compiler.yaml | 6 ++++-- tasks/puppet_runonce.sh | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-add-compiler.yaml b/.github/workflows/test-add-compiler.yaml index 2d8efe4e8..f6e9738c5 100644 --- a/.github/workflows/test-add-compiler.yaml +++ b/.github/workflows/test-add-compiler.yaml @@ -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' }} diff --git a/tasks/puppet_runonce.sh b/tasks/puppet_runonce.sh index 1e72c86a6..252ce6ee2 100755 --- a/tasks/puppet_runonce.sh +++ b/tasks/puppet_runonce.sh @@ -38,6 +38,7 @@ echo --no-use_cached_catalog \ --detailed-exitcodes \ --color false \ + --debug \ $ENV_FLAG \ $NOOP_FLAG