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

do not clean this stack by default

Former-commit-id: fee93fe4
parent 51d68f3b
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ stages: ...@@ -14,7 +14,7 @@ stages:
- push_button_spawn_cluster - push_button_spawn_cluster
- tests - tests
- integration_test #https://docs.gitlab.com/ee/ci/triggers/ - integration_test #https://docs.gitlab.com/ee/ci/triggers/
- clean # - clean
trigger_pipeline_in_Clusterbuild: trigger_pipeline_in_Clusterbuild:
...@@ -114,7 +114,7 @@ ansible_create_cluster_stage: ...@@ -114,7 +114,7 @@ ansible_create_cluster_stage:
- ansible -i files/inventory.$STACKNAME --key-file ../gc_key.pem -b -a "systemctl restart slurmdbd" ManagementNodes - ansible -i files/inventory.$STACKNAME --key-file ../gc_key.pem -b -a "systemctl restart slurmdbd" ManagementNodes
- sleep 60 - sleep 60
- echo do it again - 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: 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