From 891a37d6c782e5ac8f920e5e171874ede97b2e0c Mon Sep 17 00:00:00 2001 From: Justin Cinkelj Date: Fri, 29 Sep 2023 11:00:07 +0200 Subject: [PATCH] WIP why jobs failed? was ISO just removed --- tests/integration/targets/vm/tasks/01_main.yml | 1 + tests/integration/targets/vm/tasks/02_shutdown.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/tests/integration/targets/vm/tasks/01_main.yml b/tests/integration/targets/vm/tasks/01_main.yml index 2db815b04..449169cf1 100644 --- a/tests/integration/targets/vm/tasks/01_main.yml +++ b/tests/integration/targets/vm/tasks/01_main.yml @@ -132,6 +132,7 @@ # VM needs to be rebooted. # A running OS will accept ACPI signal. # Otherwise, module waits a long time, then a force reboot happens. + # TODO https://github.com/ScaleComputing/HyperCoreAnsibleCollection/actions/runs/6347832281/job/17243448859 - name: Update the VM scale_computing.hypercore.vm: &update-vm vm_name: vm-integration-test-vm diff --git a/tests/integration/targets/vm/tasks/02_shutdown.yml b/tests/integration/targets/vm/tasks/02_shutdown.yml index 5c6bed287..d615fae77 100644 --- a/tests/integration/targets/vm/tasks/02_shutdown.yml +++ b/tests/integration/targets/vm/tasks/02_shutdown.yml @@ -133,6 +133,8 @@ - vm_created.records.0.power_state == "started" # ----------------------------------Job------------------------------------------------------------------------------------- + # TODO https://github.com/ScaleComputing/HyperCoreAnsibleCollection/actions/runs/6347832281/job/17243446375 + # TODO https://github.com/ScaleComputing/HyperCoreAnsibleCollection/actions/runs/6347832281/job/17243446941 - name: Force reboot the VM scale_computing.hypercore.vm: &update-vm vm_name: "{{ vm_name }}"