From 8da740d6c044f812bd1d3318680db53803a20fba Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Tue, 4 Feb 2020 01:10:17 +0000 Subject: [PATCH] renaming the stack to include ProjectName ( Repository) and bumping up the wait time after stack creation --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80719fbf..9e7c54b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: GIT_SUBMODULE_STRATEGY: recursive - STACKNAME: CICD_reporef$CI_COMMIT_REF_NAME + STACKNAME: CICD_${CI_PROJECT_NAME}_${CI_COMMIT_REF_NAME} NECTAR_ALLOCATION: HPCCICD ANSIBLE_HOST_KEY_CHECKING: "False" @@ -105,7 +105,7 @@ build_cluster_cicd: - openstack stack list - bash -x ./CICD/heat/heatcicdwrapper.sh create_or_update $STACKNAME after_script: - - sleep 20 # artifically wait a bit to give the nodes time to boot + - sleep 30 # artifically wait a bit to give the nodes time to boot # only: # changes: #https://docs.gitlab.com/ee/ci/yaml/#onlychangesexceptchanges # - "heat/*HOT*.yaml" -- GitLab