1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00
Files
bootc/hack/packit-reboot.yml
Xiaofeng Wang 73d08d9648 test: Fix OSCI gating failure
Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
2025-11-05 07:32:36 -05:00

17 lines
426 B
YAML

---
# tmt-reboot and reboot do not work in this case
# reboot in ansible is the only way to reboot in tmt prepare
- name: Reboot after system-reinstall-bootc
hosts: all
tasks:
- name: Reboot system to image mode
reboot:
reboot_timeout: 1200
connect_timeout: 30
pre_reboot_delay: 15
- name: Wait for connection to become reachable/usable
wait_for_connection:
delay: 30