summaryrefslogtreecommitdiffstats
path: root/jjb/functest
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2016-09-19 12:08:52 -0700
committerTim Rozet <trozet@redhat.com>2017-05-10 16:46:26 -0400
commitc33a4a96473acc713d9c4c4228de93d4617c58b4 (patch)
tree98f0ed7b2de2fc7df554837c78a74bced10ff87c /jjb/functest
parent3239c88f1f6a7fbc7394b6dba72fb697b12608a2 (diff)
Allow Asynchronous Apex Builds
- Remove any build blockers on 'apex-build-*' jobs. - Adds script to download latest build artifacts before deployment. - Make each deploy download the needed artifacts before running. - ARTIFACT_VERSION now set to dev for verify builds to indicate tarball should be uploaded to artifacts repo - apex.yml jjb is now generated by using apex-jjb-renderer - scenarios are managed in scenarios.yaml JIRA: APEX-328 Change-Id: I4a51565686bd2011a310c3926d8260cd4641dca5 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb/functest')
-rw-r--r--jjb/functest/functest-daily-jobs.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/jjb/functest/functest-daily-jobs.yml b/jjb/functest/functest-daily-jobs.yml
index 3c04a4ac0..b180f591b 100644
--- a/jjb/functest/functest-daily-jobs.yml
+++ b/jjb/functest/functest-daily-jobs.yml
@@ -80,20 +80,20 @@
installer: compass
<<: *danube
# apex CI PODs
- - apex-verify-master:
- slave-label: '{pod}'
+ - virtual:
+ slave-label: apex-virtual-master
installer: apex
<<: *master
- - apex-daily-master:
- slave-label: '{pod}'
+ - baremetal:
+ slave-label: apex-baremetal-master
installer: apex
<<: *master
- - apex-verify-danube:
- slave-label: '{pod}'
+ - virtual:
+ slave-label: apex-virtual-danube
installer: apex
<<: *danube
- - apex-daily-danube:
- slave-label: '{pod}'
+ - baremetal:
+ slave-label: apex-baremetal-danube
installer: apex
<<: *danube
# armband CI PODs