Skip to content
Snippets Groups Projects
Verified Commit 5bcc59eb authored by Alex Iribarren's avatar Alex Iribarren
Browse files

Show what you're about to run

parent 69de3bf3
Branches
Tags
No related merge requests found
Pipeline #2349370 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment