CI: Skip baremetal inspect for UEFI boot mode
The kayobe-overcloud-tls-rocky10 job is frequently failing with:
Node tk0 failed to reach state manageable. It's in state inspect
failed, and has error: timeout reached while inspecting the node
This happens when ironic_boot_mode is set to uefi. Skip baremetal
inspect for UEFI boot mode until the issue is fixed.
Change-Id: Icb74fd51735ee0f45fb7d4109f214bfbb7f50057
Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
This commit is contained in:
@@ -41,6 +41,8 @@
|
||||
cmd: dev/overcloud-test-inspect.sh &> {{ logs_dir }}/ansible/overcloud-test-inspect
|
||||
chdir: "{{ kayobe_src_dir }}"
|
||||
executable: /bin/bash
|
||||
# TODO(priteau): Fix baremetal inspect issues with UEFI
|
||||
when: ironic_boot_mode == 'bios'
|
||||
|
||||
- name: Perform testing of the baremetal machines
|
||||
shell:
|
||||
|
||||
Reference in New Issue
Block a user