diff options
author | Tim Rozet <trozet@redhat.com> | 2017-03-13 11:05:01 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-03-13 11:05:01 -0400 |
commit | 9c63e365296f2926b03af0462e785a73db9abb50 (patch) | |
tree | 4168ad19403f2fa102329261b7ca72fbdede2e46 /jjb/apex | |
parent | 95e2002265c1c04f09b08bf9596bcc24aaf004b5 (diff) |
Apex,Functest: Create correct danube functest jobs for Apex
Also adds odl_l3-fdio-noha to daily job for Apex
Change-Id: I4732f8b905d0908124c2c65cd2ad3af92262d4b5
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex')
-rw-r--r-- | jjb/apex/apex.yml | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 9ce83316b..5cc596e43 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -26,8 +26,8 @@ branch: 'stable/danube' gs-pathname: '/danube' slave: 'lf-pod1' - verify-slave: 'apex-verify-master' - daily-slave: 'apex-daily-master' + verify-slave: 'apex-verify-danube' + daily-slave: 'apex-daily-danube' project: 'apex' @@ -801,6 +801,36 @@ build-step-failure-threshold: 'never' failure-threshold: 'never' unstable-threshold: 'FAILURE' + - trigger-builds: + - project: 'apex-deploy-baremetal-os-odl_l3-fdio-noha-{stream}' + predefined-parameters: | + BUILD_DIRECTORY=apex-build-{stream}/.build + OPNFV_CLEAN=yes + git-revision: true + same-node: true + block-thresholds: + build-step-failure-threshold: 'never' + block: true + - trigger-builds: + - project: 'functest-apex-{daily-slave}-daily-{stream}' + predefined-parameters: + DEPLOY_SCENARIO=os-odl_l3-fdio-noha + block: true + same-node: true + block-thresholds: + build-step-failure-threshold: 'never' + failure-threshold: 'never' + unstable-threshold: 'FAILURE' + - trigger-builds: + - project: 'yardstick-apex-{slave}-daily-{stream}' + predefined-parameters: + DEPLOY_SCENARIO=os-odl_l3-fdio-noha + block: true + same-node: true + block-thresholds: + build-step-failure-threshold: 'never' + failure-threshold: 'never' + unstable-threshold: 'FAILURE' # CSIT promote - job-template: |