diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ea216d5b9f453caa79222fa8d573401f80a4618..4ae7d85ef9a7628b9548113d992dbfc4c22dded6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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