Skip to content
Snippets Groups Projects
Commit 8da740d6 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

renaming the stack to include ProjectName ( Repository) and bumping up the...

renaming the stack to include ProjectName ( Repository) and bumping up the wait time after stack creation
parent 5a3f2178
No related branches found
No related tags found
1 merge request!293Ubuntu
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
STACKNAME: CICD_reporef$CI_COMMIT_REF_NAME STACKNAME: CICD_${CI_PROJECT_NAME}_${CI_COMMIT_REF_NAME}
NECTAR_ALLOCATION: HPCCICD NECTAR_ALLOCATION: HPCCICD
ANSIBLE_HOST_KEY_CHECKING: "False" ANSIBLE_HOST_KEY_CHECKING: "False"
...@@ -105,7 +105,7 @@ build_cluster_cicd: ...@@ -105,7 +105,7 @@ build_cluster_cicd:
- openstack stack list - openstack stack list
- bash -x ./CICD/heat/heatcicdwrapper.sh create_or_update $STACKNAME - bash -x ./CICD/heat/heatcicdwrapper.sh create_or_update $STACKNAME
after_script: 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: # only:
# changes: #https://docs.gitlab.com/ee/ci/yaml/#onlychangesexceptchanges # changes: #https://docs.gitlab.com/ee/ci/yaml/#onlychangesexceptchanges
# - "heat/*HOT*.yaml" # - "heat/*HOT*.yaml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment