From 6ce1f2e300e5f229152fcc4f50bea5cd5a444323 Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Thu, 30 Jan 2020 11:32:09 +0000 Subject: [PATCH] fixes on the stage push_button_spawn_cluster Former-commit-id: 3a5144adf606fcabb4756626de30e13937f8e6d6 --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4902cab2..9bcd0ca6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -166,15 +166,11 @@ manual_cluster_spawn: - echo "$HPCCICD_openrc" > ./$NECTAR_ALLOCATION-openrc.sh script: - source ./$NECTAR_ALLOCATION-openrc.sh - - bash -x ./heat/heatcicdwrapper.sh create $MANUAL_STACKNAME - - git submodule update --init --remote --merge + - bash -x ./CICD/heat/heatcicdwrapper.sh create $MANUAL_STACKNAME - openstack stack list - export STACKNAME=$MANUAL_STACKNAME - sleep 25 - bash -x CICD/ansible_create_cluster_script.sh - environment: - name: openstack - url: https://dashboard.rc.nectar.org.au/project/instances/ when: manual only: refs: -- GitLab