From 15ebde86dabc441ad23c13bbc12575ce626f9441 Mon Sep 17 00:00:00 2001 From: Maria Petrova-El Sayed <m.petrova@fz-juelich.de> Date: Mon, 30 Aug 2021 17:20:32 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ccd2ad..75ff32f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,6 @@ stages: - build - publish - deploy - - test test: stage: test @@ -29,7 +28,7 @@ deploy-test: stage: deploy environment: Testing only: - - mptest && web + - mptest when: manual variables: OS_AUTH_TYPE: v3applicationcredential @@ -40,7 +39,6 @@ deploy-test: FLOATING_IP: 134.94.199.220 script: - echo "Starting the full testing deployment of airflows example." - # - sed -i 's_datacatalog.fz_zam10036.zam.kfa_g' deploy_scripts/cloudinit.yml - pip install python-openstackclient - INSTANCE_ID=`openstack server create -f value -c id --prefix IMAGE_ --flavor s2 --image 149a65b5-aeb8-499f-aaa6-ec966bd28dd6 --user-data cloudinit.yml --security-group ssh --security-group airflows --security-group www --security-group https testing-deployment` - while [ "`openstack server show $INSTANCE_ID -c addresses -f value`" = "{}" ]; do sleep 5; done # wait until an address is available to attach the floating ip -- GitLab