diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-24 08:49:24 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-08-24 08:49:24 -0400 |
commit | 6749dd7d565b7e45a73ae40cd9cb8243ee7ee0db (patch) | |
tree | 63ee87d8ee241ec909b5be8c0b9c8d83448dd982 | |
parent | 6c4fbc826fda92f792c15e542d4a0f3e49afe610 (diff) |
Apex, Functest: Adds apex colorado functest jobs
Change-Id: I07d7f0a3cdef3ebe1dec07156791f181a149ba19
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | jjb/functest/functest-ci-jobs.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml index 87a45f1e5..8e3de3d75 100644 --- a/jjb/functest/functest-ci-jobs.yml +++ b/jjb/functest/functest-ci-jobs.yml @@ -88,6 +88,14 @@ slave-label: '{pod}' installer: apex <<: *master + - apex-verify-colorado: + slave-label: '{pod}' + installer: apex + <<: *colorado + - apex-daily-colorado: + slave-label: '{pod}' + installer: apex + <<: *colorado #-------------------------------- # None-CI PODs #-------------------------------- |