Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌱 Update install script with debug output (#252)
The Tackle/Konveyor install script has few waiting loops checking the installation progress/completeness. Based on last few errors, adding an output with tackle details when waiting loop timeouted to help with debugging CI errors directly in github workflow execution. Example with recent installation error: ``` ... error: timed out waiting for the condition on tackles/tackle ... status: conditions: - lastTransitionTime: "2023-07-24T08:51:07Z" message: "" reason: "" status: "False" type: Successful - ansibleResult: changed: 0 completion: 2023-07-24T09:05:50.668218 failures: 1 ok: 14 skipped: 48 lastTransitionTime: "2023-07-24T09:05:51Z" message: | The task includes an option with an undefined variable. The error was: 'hub_seed_configmap_name' is undefined The error appears to be in '/opt/ansible/roles/tackle/tasks/main.yml': line 406, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: - name: "Setup Hub API Deployment" ^ here reason: Failed status: "False" type: Failure ... ``` Related to #133 --------- Signed-off-by: Marek Aufart <maufart@redhat.com>
- Loading branch information