summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-03-12 09:31:52 +0000
committerMarkos Chandras <mchandras@suse.de>2018-03-12 09:31:52 +0000
commit02de323b37750966ea0a64394aa458d2915d9150 (patch)
tree93004268f6ee8fde76ebfa8cb621081d344cb3d4
parent1c063e733e27ba53449b45251c3572365455acbf (diff)
jjb: xci: Drop the VM cleanup step from the functest jobs
We do the VM cleanup as part of the postbuild process so we do not need to have it in the functest jobs anymore. Change-Id: I64e4b58837090df33ae529232ef15a19de8f198a Signed-off-by: Markos Chandras <mchandras@suse.de>
-rw-r--r--jjb/xci/xci-merge-jobs.yml2
-rw-r--r--jjb/xci/xci-verify-jobs.yml2
2 files changed, 0 insertions, 4 deletions
diff --git a/jjb/xci/xci-merge-jobs.yml b/jjb/xci/xci-merge-jobs.yml
index 7a5ef7475..92eea190f 100644
--- a/jjb/xci/xci-merge-jobs.yml
+++ b/jjb/xci/xci-merge-jobs.yml
@@ -261,8 +261,6 @@
builders:
- shell:
!include-raw: ./xci-run-functest.sh
- - shell:
- !include-raw: ./xci-cleanup.sh
- builder:
name: 'xci-merge-promote-macro'
diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml
index 82ca5abbc..b1fe23d0c 100644
--- a/jjb/xci/xci-verify-jobs.yml
+++ b/jjb/xci/xci-verify-jobs.yml
@@ -284,5 +284,3 @@
builders:
- shell:
!include-raw: ./xci-run-functest.sh
- - shell:
- !include-raw: ./xci-cleanup.sh