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

Move to variables

parent 59dadcbb
Branches
No related tags found
No related merge requests found
......@@ -11,6 +11,8 @@ variables:
TEST_PUPPET: 'False'
DELETE_FAILURES: 'True'
PUPPET_ENVIRONMENT: 'qa'
PROJECT_PHYSICAL: "IT Linux Support - CI Physical"
PROJECT_VIRTUAL: "IT Linux Support - CI VMs"
include:
# Common scripts for both distributions
......
......@@ -23,14 +23,14 @@
.test_physical:
extends: .openstack
script:
- export OS_PROJECT_NAME="IT Linux Support - CI Physical"
- export OS_PROJECT_NAME="${PROJECT_PHYSICAL}"
- *get_latest_image
- bash testallthethings.sh -i "${IMAGE}" -f "${FLAVOR}"
.test_virtual:
extends: .openstack
script:
- export OS_PROJECT_NAME="IT Linux Support - CI VMs"
- export OS_PROJECT_NAME="${PROJECT_VIRTUAL}"
- *get_latest_image
- bash testallthethings.sh -i "${IMAGE}" -f "m2.small"
allow_failure: false
......@@ -41,7 +41,7 @@
tags:
- puppet
script:
- export OS_PROJECT_NAME="IT Linux Support - CI Physical"
- export OS_PROJECT_NAME="${PROJECT_PHYSICAL}"
- *get_latest_image
- yum install -y openssh-clients jq
- bash testallthethings.sh -i "${IMAGE}" -f "${FLAVOR}" -p
......@@ -52,7 +52,7 @@
tags:
- puppet
script:
- export OS_PROJECT_NAME="IT Linux Support - CI VMs"
- export OS_PROJECT_NAME="${PROJECT_VIRTUAL}"
- *get_latest_image
- yum install -y openssh-clients jq
- 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 to comment