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

do not clean this stack by default

Former-commit-id: fee93fe4
parent 40ace1a0
No related branches found
No related tags found
No related merge requests found
......@@ -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