Skip to content
Snippets Groups Projects
Commit fee93fe4 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

do not clean this stack by default

parent ab508404
3 merge requests!310Gpu2,!308Youshallnotchanged,!304Gpu
......@@ -14,7 +14,7 @@ stages:
- push_button_spawn_cluster
- tests
- integration_test #https://docs.gitlab.com/ee/ci/triggers/
- clean
# - clean
trigger_pipeline_in_Clusterbuild:
......@@ -114,7 +114,7 @@ ansible_create_cluster_stage:
- ansible -i files/inventory.$STACKNAME --key-file ../gc_key.pem -b -a "systemctl restart slurmdbd" ManagementNodes
- sleep 60
- echo do it again
- ANSIBLE_STDOUT_CALLBACK=json ansible-playbook -i files/inventory.$STACKNAME --key-file ../gc_key.pem --skip-tags monitoring master_playbook.yml
- ANSIBLE_STDOUT_CALLBACK=json ansible-playbook -i files/inventory.$STACKNAME --key-file ../gc_key.pem --skip-tags monitoring master_playbook.yml --limit ComputeNodes > computenodes_log.json
tests:
......
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