From 8b5262d8ef52198897cf525aab46fb1ad6b083b7 Mon Sep 17 00:00:00 2001 From: Don Sizemore Date: Mon, 11 May 2020 16:12:38 -0400 Subject: [PATCH] #6905 PR job instances should self-destruct once tests complete --- tests/jenkins/ec2/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/jenkins/ec2/Jenkinsfile b/tests/jenkins/ec2/Jenkinsfile index 409f1161dbf..c5b80a75ad5 100644 --- a/tests/jenkins/ec2/Jenkinsfile +++ b/tests/jenkins/ec2/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { sh '/usr/bin/curl -O https://raw.githubusercontent.com/IQSS/dataverse-ansible/master/ec2/ec2-create-instance.sh' sh '/bin/rm -f groupvars.yml' sh '/usr/bin/curl -o groupvars.yml https://raw.githubusercontent.com/IQSS/dataverse-ansible/master/tests/group_vars/jenkins.yml' - sh '/usr/bin/bash ec2-create-instance.sh -b ${CHANGE_BRANCH} -r ${EC2_REPO} -t jenkins_delete_me -l target -g groupvars.yml -s t2.large' + sh '/usr/bin/bash ec2-create-instance.sh -b ${CHANGE_BRANCH} -r ${EC2_REPO} -t jenkins_delete_me -l target -g groupvars.yml -s t2.large -d' } }