diff options
author | Tim Rozet <trozet@redhat.com> | 2016-01-29 21:05:48 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-01-29 21:05:48 -0500 |
commit | 426df04092bdf89070ac725a85b33b3d3efe8e9c (patch) | |
tree | 12e26737eb41ccf45ba823a672fa2f43f0f64b77 | |
parent | 3ab2d413fec79233d0f8567e612f96d4b8284fd2 (diff) |
Removes ODL L3 from daily
Removing ODL L3 from daily until JIRA: APEX-77
Change-Id: I11fc7b7d160e0a2ab3a8fb034be1038686bdf538
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | jjb/apex/apex.yml | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 2719b3a47..21d6018f7 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -384,28 +384,28 @@ build-step-failure-threshold: 'never' failure-threshold: 'never' unstable-threshold: 'FAILURE' - - trigger-builds: - - project: 'apex-deploy-baremetal-os-odl_l3-nofeature-ha-{stream}' - predefined-parameters: - BUILD_DIRECTORY=apex-build-master/build_output - git-revision: true - block: true - - trigger-builds: - - project: 'functest-apex-opnfv-jump-1-daily-{stream}' - predefined-parameters: - DEPLOY_SCENARIO=os-odl_l3-nofeature-ha - block: true - block-thresholds: - build-step-failure-threshold: 'never' - failure-threshold: 'never' - unstable-threshold: 'FAILURE' - - trigger-builds: - - project: 'yardstick-apex-opnfv-jump-1-daily-{stream}' - block: true - block-thresholds: - build-step-failure-threshold: 'never' - failure-threshold: 'never' - unstable-threshold: 'FAILURE' +# - trigger-builds: +# - project: 'apex-deploy-baremetal-os-odl_l3-nofeature-ha-{stream}' +# predefined-parameters: +# BUILD_DIRECTORY=apex-build-master/build_output +# git-revision: true +# block: true +# - trigger-builds: +# - project: 'functest-apex-opnfv-jump-1-daily-{stream}' +# predefined-parameters: +# DEPLOY_SCENARIO=os-odl_l3-nofeature-ha +# block: true +# block-thresholds: +# build-step-failure-threshold: 'never' +# failure-threshold: 'never' +# unstable-threshold: 'FAILURE' +# - trigger-builds: +# - project: 'yardstick-apex-opnfv-jump-1-daily-{stream}' +# block: true +# block-thresholds: +# build-step-failure-threshold: 'never' +# failure-threshold: 'never' +# unstable-threshold: 'FAILURE' ######################## # parameter macros |