summaryrefslogtreecommitdiffstats
path: root/jjb/functest
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-04-15 17:42:13 -0400
committerTim Rozet <trozet@redhat.com>2016-04-15 17:42:13 -0400
commit2a72e473369da1c35fe7027b7738ca608afd87f5 (patch)
tree8d0837a208e282259db0489500a86076bfdf0faf /jjb/functest
parentf3d1dc6c1ec970ffaa225cf75b560c41c0d5a09b (diff)
Functest: Missing clean/setup for individual suite jobs
Change-Id: Ice49ee99829957228b09ae29415e489ae958a6bb Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r--jjb/functest/functest-ci-jobs.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml
index e2b9a1049..22c5a5ca5 100644
--- a/jjb/functest/functest-ci-jobs.yml
+++ b/jjb/functest/functest-ci-jobs.yml
@@ -146,6 +146,8 @@
branch: '{branch}'
builders:
+ - 'functest-cleanup'
+ - 'set-functest-env'
- 'functest-{testsuite}-builder'
########################