Skip to content
Snippets Groups Projects
Commit 7297493e authored by Andreas Hamacher's avatar Andreas Hamacher Committed by Kerri Wait
Browse files

Pipelinecleanup

parent 213ecaba
No related branches found
No related tags found
3 merge requests!399Capture extra NFS stats,!393Hotfix: monitor NFS GETATTR stats via telegraf,!392Temporarily disable inputs.filecount in telegraf
......@@ -16,6 +16,7 @@ stages:
- integration_test #https://docs.gitlab.com/ee/ci/triggers/
- clean
- testlustre
- clean_testlustre
trigger_pipeline_in_Clusterbuild:
......@@ -103,6 +104,18 @@ testlustre:
after_script:
- sleep 60 # the cluster needs to delete first
clean_testlustre:
stage: clean_testlustre
tags:
- heat
before_script:
- echo "cleanup stack"
- sleep 30
- echo "$HPCCICD_openrc" > ./$NECTAR_ALLOCATION-openrc.sh
script:
- source ./$NECTAR_ALLOCATION-openrc.sh
- bash -x ./CICD/heat/heatcicdwrapper.sh delete_if_exists $STACKNAME
build_cluster_cicd:
stage: heat
allow_failure: false
......@@ -178,7 +191,7 @@ tests:
- ansible -B 30 -i files/inventory.$STACKNAME --key-file ../gc_key.pem -a "systemctl is-active --quiet mariadb" SQLNodes
- ansible -B 30 -i files/inventory.$STACKNAME --key-file ../gc_key.pem -a "systemctl is-active --quiet slurmctld" ManagementNodes
- ansible -B 30 -i files/inventory.$STACKNAME --key-file ../gc_key.pem -a "systemctl is-active --quiet slurmdbd" ManagementNodes
- bash -e ./tests/run_tests.sh all "files/inventory.$STACKNAME" "../gc_key.pem"
- bash -e ./tests/run_tests.sh ComputeNodes "files/inventory.$STACKNAME" "../gc_key.pem"
- bash -e ./tests/run_tests.sh LoginNodes "files/inventory.$STACKNAME" "../gc_key.pem"
......
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