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

still working on key handling

Former-commit-id: a6224155
parent fa3cc0b4
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ build_cluster_cicd:
before_script:
- echo $GC_KEY > gc_key.pem
- chmod 400 gc_key.pem
- echo $HPCCICD_openrc
- echo $HPCCICD_openrc > ./$NECTAR_ALLOCATION-openrc.sh
script:
- echo "heat stage"
......@@ -76,11 +77,11 @@ build_cluster_cicd:
- 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
only:
changes: #https://docs.gitlab.com/ee/ci/yaml/#onlychangesexceptchanges
- "heat/*HOT*.yaml"
- schedules
- ./.gitlab-ci.yml
# only:
# changes: #https://docs.gitlab.com/ee/ci/yaml/#onlychangesexceptchanges
# - "heat/*HOT*.yaml"
# - schedules
# - ./.gitlab-ci.yml
ansible_create_cluster_stage:
stage: ansible_create_cluster_stage
......
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