From 5bcc59eb5a0bbcae90def2511bcc6b5b0b7e8526 Mon Sep 17 00:00:00 2001
From: Alex Iribarren <Alex.Iribarren@cern.ch>
Date: Thu, 25 Feb 2021 17:47:42 +0100
Subject: [PATCH] Show what you're about to run

---
 ci/common.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ci/common.yml b/ci/common.yml
index 5617a4a..9f3f251 100644
--- a/ci/common.yml
+++ b/ci/common.yml
@@ -31,6 +31,7 @@
   script:
     - export OS_PROJECT_NAME="${PROJECT_PHYSICAL}"
     - *get_latest_image
+    - echo bash testallthethings.sh -i "${IMAGE}" -f "${FLAVOR}"
     - bash testallthethings.sh -i "${IMAGE}" -f "${FLAVOR}"
 
 .test_unmanaged_virtual:
@@ -38,6 +39,7 @@
   script:
     - export OS_PROJECT_NAME="${PROJECT_VIRTUAL}"
     - *get_latest_image
+    - echo bash testallthethings.sh -i "${IMAGE}" -f "m2.small"
     - bash testallthethings.sh -i "${IMAGE}" -f "m2.small"
   allow_failure: false
 
@@ -50,6 +52,7 @@
     - export OS_PROJECT_NAME="${PROJECT_PHYSICAL}"
     - *get_latest_image
     - yum install -y openssh-clients jq
+    - echo bash testallthethings.sh -i "${IMAGE}" -f "${FLAVOR}" -p
     - bash testallthethings.sh -i "${IMAGE}" -f "${FLAVOR}" -p
 
 .test_puppet_virtual:
@@ -61,4 +64,5 @@
     - export OS_PROJECT_NAME="${PROJECT_VIRTUAL}"
     - *get_latest_image
     - yum install -y openssh-clients jq
+    - echo bash testallthethings.sh -i "${IMAGE}" -f "m2.small" -p
     - bash testallthethings.sh -i "${IMAGE}" -f "m2.small" -p
-- 
GitLab