Skip to content
Snippets Groups Projects
Commit d815b882 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


Former-commit-id: 8da740d6
parent 7e95af94
No related branches found
No related tags found
No related merge requests found
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"
......
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