aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorPeter Mikus <peter.mikus@protonmail.ch>2024-10-28 12:35:55 +0100
committerPeter Mikus <peter.mikus@protonmail.ch>2024-10-28 12:35:55 +0100
commitd3d02ce8ef228ae02a3ebf485cd3a3395b03bbee (patch)
treea7cd74077eb541d2992b1817e666fe4cc4bfc144 /resources
parent19f071df8ee74fdcb04dae99aeca8a9d660b085c (diff)
fix(ansible): Calibration role
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: Ie590eb5eaed0bec9b75ce786062f62f4a3a1d19d
Diffstat (limited to 'resources')
-rw-r--r--resources/job_specs/report_iterative/2n-grc/vpp-mrr-00.md7
-rw-r--r--resources/job_specs/report_iterative/2n-grc/vpp-ndrpdr-00.md7
-rw-r--r--resources/libraries/bash/function/common.sh2
3 files changed, 1 insertions, 15 deletions
diff --git a/resources/job_specs/report_iterative/2n-grc/vpp-mrr-00.md b/resources/job_specs/report_iterative/2n-grc/vpp-mrr-00.md
index 0e224ab9aa..25da6ce77d 100644
--- a/resources/job_specs/report_iterative/2n-grc/vpp-mrr-00.md
+++ b/resources/job_specs/report_iterative/2n-grc/vpp-mrr-00.md
@@ -9,13 +9,6 @@
1c AND 1518b AND mrr AND cx556a AND drv_mlx5_core AND eth-l2bdbasemaclrn-eth-2memif-1dcr
2c AND 1518b AND mrr AND cx556a AND drv_mlx5_core AND eth-l2bdbasemaclrn-eth-2memif-1dcr
4c AND 1518b AND mrr AND cx556a AND drv_mlx5_core AND eth-l2bdbasemaclrn-eth-2memif-1dcr
-##### eth-l2bdbasemaclrn-eth-2memif-dma-1dcr
-1c AND 64b AND mrr AND cx556a AND drv_mlx5_core AND eth-l2bdbasemaclrn-eth-2memif-dma-1dcr
-2c AND 64b AND mrr AND cx556a AND drv_mlx5_core AND eth-l2bdbasemaclrn-eth-2memif-dma-1dcr
-4c AND 64b AND mrr AND cx556a AND drv_mlx5_core AND eth-l2bdbasemaclrn-eth-2memif-dma-1dcr
-1c AND 1518b AND mrr AND cx556a AND drv_mlx5_core AND eth-l2bdbasemaclrn-eth-2memif-dma-1dcr
-2c AND 1518b AND mrr AND cx556a AND drv_mlx5_core AND eth-l2bdbasemaclrn-eth-2memif-dma-1dcr
-4c AND 1518b AND mrr AND cx556a AND drv_mlx5_core AND eth-l2bdbasemaclrn-eth-2memif-dma-1dcr
##### eth-l2xcbase-eth-2memif-1dcr
1c AND 64b AND mrr AND cx556a AND drv_mlx5_core AND eth-l2xcbase-eth-2memif-1dcr
2c AND 64b AND mrr AND cx556a AND drv_mlx5_core AND eth-l2xcbase-eth-2memif-1dcr
diff --git a/resources/job_specs/report_iterative/2n-grc/vpp-ndrpdr-00.md b/resources/job_specs/report_iterative/2n-grc/vpp-ndrpdr-00.md
index 8896fcea7c..9f6e4f3265 100644
--- a/resources/job_specs/report_iterative/2n-grc/vpp-ndrpdr-00.md
+++ b/resources/job_specs/report_iterative/2n-grc/vpp-ndrpdr-00.md
@@ -9,13 +9,6 @@
1c AND 1518b AND ndrpdr AND cx556a AND drv_mlx5_core AND eth-l2bdbasemaclrn-eth-2memif-1dcr
2c AND 1518b AND ndrpdr AND cx556a AND drv_mlx5_core AND eth-l2bdbasemaclrn-eth-2memif-1dcr
4c AND 1518b AND ndrpdr AND cx556a AND drv_mlx5_core AND eth-l2bdbasemaclrn-eth-2memif-1dcr
-##### eth-l2bdbasemaclrn-eth-2memif-dma-1dcr
-1c AND 64b AND ndrpdr AND cx556a AND drv_mlx5_core AND eth-l2bdbasemaclrn-eth-2memif-dma-1dcr
-2c AND 64b AND ndrpdr AND cx556a AND drv_mlx5_core AND eth-l2bdbasemaclrn-eth-2memif-dma-1dcr
-4c AND 64b AND ndrpdr AND cx556a AND drv_mlx5_core AND eth-l2bdbasemaclrn-eth-2memif-dma-1dcr
-1c AND 1518b AND ndrpdr AND cx556a AND drv_mlx5_core AND eth-l2bdbasemaclrn-eth-2memif-dma-1dcr
-2c AND 1518b AND ndrpdr AND cx556a AND drv_mlx5_core AND eth-l2bdbasemaclrn-eth-2memif-dma-1dcr
-4c AND 1518b AND ndrpdr AND cx556a AND drv_mlx5_core AND eth-l2bdbasemaclrn-eth-2memif-dma-1dcr
##### eth-l2xcbase-eth-2memif-1dcr
1c AND 64b AND ndrpdr AND cx556a AND drv_mlx5_core AND eth-l2xcbase-eth-2memif-1dcr
2c AND 64b AND ndrpdr AND cx556a AND drv_mlx5_core AND eth-l2xcbase-eth-2memif-1dcr
diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh
index e8a5efaa87..fa00b14ded 100644
--- a/resources/libraries/bash/function/common.sh
+++ b/resources/libraries/bash/function/common.sh
@@ -770,7 +770,7 @@ function reserve_and_cleanup_testbed () {
}
# Cleanup + calibration checks
set +e
- ansible_playbook "cleanup"
+ ansible_playbook "cleanup,calibration"
result="$?"
set -e
if [[ "${result}" == "0" ]]; then