diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de9ab5a62ad0b14ab683d81f204cbc8f3b15d279..675789f84fadc87741d439cbf17da264010591db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,40 +19,6 @@ stages: - clean # manually delete stack - -#trigger_pipeline_in_B: -# stage: integration_test_downstream -# tags: -# - ansible -# script: -# - "curl --request POST --form token=${CI_JOB_TOKEN} --form ref=master https://gitlab.erc.monash.edu.au/api/v4/projects/1085/trigger/pipeline" # ID is from pysshauthz - -# heat_test: -# stage: heat_test -# allow_failure: false -# tags: -# - heat -# before_script: -# - echo "$GC_KEY" > gc_key.pem -# - chmod 400 gc_key.pem -# - echo "$HPCCICD_openrc" > ./$NECTAR_ALLOCATION-openrc.sh -# - source ./$NECTAR_ALLOCATION-openrc.sh -# - export HEAT_TEST_STACKNAME=_TESTING_HEAT -# - bash -x ./CICD/heat/heatcicdwrapper.sh delete_if_exists $HEAT_TEST_STACKNAME -# - sleep 60 -# script: -# - echo "heat_test stage" -# - source ./$NECTAR_ALLOCATION-openrc.sh -# - bash -x ./CICD/heat/heatcicdwrapper.sh create $HEAT_TEST_STACKNAME -# - openstack stack list -# - bash -x ./CICD/heat/heatcicdwrapper.sh update $HEAT_TEST_STACKNAME -# - openstack stack list -# - bash -x ./CICD/heat/heatcicdwrapper.sh delete_if_exists $HEAT_TEST_STACKNAME -# - openstack stack list -# after_script: -# - sleep 20 # artifically wait a bit to make sure it is really dead -# when: manual - yamllint: stage: lint allow_failure: true @@ -61,7 +27,6 @@ yamllint: script: - echo "stage yamllint" - cd CICD - # - ansible-lint -c .yamllintconf.yaml -x ANSIBLE0002 master_playbook.yml - yamllint -c ./.yamllintheat.yaml ./heat # delete_stack_manual: @@ -104,6 +69,7 @@ build_cluster_cicd: - source ./$NECTAR_ALLOCATION-openrc.sh - openstack stack list - bash -x ./CICD/heat/heatcicdwrapper.sh create_or_update $STACKNAME + - bash -x ./CICD/heat/server_rebuild.sh all after_script: - sleep 20 # artifically wait a bit to give the nodes time to boot # only: @@ -225,4 +191,38 @@ clean: script: - source ./$NECTAR_ALLOCATION-openrc.sh - bash -x ./CICD/heat/heatcicdwrapper.sh delete_if_exists $STACKNAME - when: manual \ No newline at end of file + when: manual + + + #trigger_pipeline_in_B: +# stage: integration_test_downstream +# tags: +# - ansible +# script: +# - "curl --request POST --form token=${CI_JOB_TOKEN} --form ref=master https://gitlab.erc.monash.edu.au/api/v4/projects/1085/trigger/pipeline" # ID is from pysshauthz + +# heat_test: +# stage: heat_test +# allow_failure: false +# tags: +# - heat +# before_script: +# - echo "$GC_KEY" > gc_key.pem +# - chmod 400 gc_key.pem +# - echo "$HPCCICD_openrc" > ./$NECTAR_ALLOCATION-openrc.sh +# - source ./$NECTAR_ALLOCATION-openrc.sh +# - export HEAT_TEST_STACKNAME=_TESTING_HEAT +# - bash -x ./CICD/heat/heatcicdwrapper.sh delete_if_exists $HEAT_TEST_STACKNAME +# - sleep 60 +# script: +# - echo "heat_test stage" +# - source ./$NECTAR_ALLOCATION-openrc.sh +# - bash -x ./CICD/heat/heatcicdwrapper.sh create $HEAT_TEST_STACKNAME +# - openstack stack list +# - bash -x ./CICD/heat/heatcicdwrapper.sh update $HEAT_TEST_STACKNAME +# - openstack stack list +# - bash -x ./CICD/heat/heatcicdwrapper.sh delete_if_exists $HEAT_TEST_STACKNAME +# - openstack stack list +# after_script: +# - sleep 20 # artifically wait a bit to make sure it is really dead +# when: manual \ No newline at end of file