diff options
author | Tim Rozet <trozet@redhat.com> | 2016-05-29 08:14:21 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-05-29 08:29:28 -0400 |
commit | 9a4aee1b758d5b518b20e90aee4fe75eb01aa774 (patch) | |
tree | 0b89361c2e3d84c94c442bdea8eec67bec474133 /jjb/functest | |
parent | cc684c41e9314d6a587fe4e7170715ff0e8c76e1 (diff) |
Apex, Functest: Reconfigure Apex with labels
Change-Id: Ia56ceefe5bf93cf15f89133c40f0e23c678e11d3
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/functest-ci-jobs.yml | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml index d7e37292a..5ac2d0dc1 100644 --- a/jjb/functest/functest-ci-jobs.yml +++ b/jjb/functest/functest-ci-jobs.yml @@ -86,20 +86,15 @@ slave-label: compass-virtual installer: compass <<: *brahmaputra -#-------------------------------- -# Installers not using labels -# CI PODs -# This section should only contain the installers -# that have not been switched using labels for slaves -#-------------------------------- - - intel-pod7: +# apex CI PODs + - apex-verify-master: slave-label: '{pod}' installer: apex <<: *master - - lf-pod1: + - apex-daily-master: slave-label: '{pod}' installer: apex - <<: *brahmaputra + <<: *master #-------------------------------- # None-CI PODs #-------------------------------- |