fix(ansible): Remove Calibration 76/41776/1
authorPeter Mikus <[email protected]>
Mon, 28 Oct 2024 08:45:01 +0000 (09:45 +0100)
committerPeter Mikus <[email protected]>
Mon, 28 Oct 2024 08:54:00 +0000 (08:54 +0000)
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Ia71b70ceecca0541cad1598fbd021a4d8f47fb1b
(cherry picked from commit 19f071df8ee74fdcb04dae99aeca8a9d660b085c)

resources/libraries/bash/function/common.sh

index 3495c61..e8a5efa 100644 (file)
@@ -770,7 +770,7 @@ function reserve_and_cleanup_testbed () {
                 }
                 # Cleanup + calibration checks
                 set +e
-                ansible_playbook "cleanup, calibration"
+                ansible_playbook "cleanup"
                 result="$?"
                 set -e
                 if [[ "${result}" == "0" ]]; then