fix(ansible): Remove Calibration 60/41760/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:45:01 +0000 (09:45 +0100)
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Ia71b70ceecca0541cad1598fbd021a4d8f47fb1b

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