From 419a31b099b70abd0f79c62af8e20ce2798d6dae Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Thu, 16 Apr 2020 06:18:07 +0000 Subject: [PATCH] do not clean this stack by default Former-commit-id: fee93fe40d2a1c870766c27d696bd54903cd0da1 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 746d4ed1..e2992bed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- GitLab