diff options
author | Tim Rozet <trozet@redhat.com> | 2016-02-05 09:45:45 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-02-05 09:45:45 -0500 |
commit | f929ed838cf8eebad308def8349674972384d912 (patch) | |
tree | 9b5db36a57fd9027abb7f3a85f91698aa572ac52 /jjb/apex | |
parent | 47cb4f4a395f121e8303c6111dc2c2b478350e26 (diff) |
apex: migrates functest after yardstick for runner jobs
Also disables forbidden file paths which was causing jobs with BOTH code
and docs changes to only run doc verify.
Change-Id: Id9790a4fff1267f0f2602f629093d3c561092fc7
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex')
-rw-r--r-- | jjb/apex/apex.yml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index acc0550fb..5f8d067d0 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -84,9 +84,6 @@ pattern: 'lib/**' - compare-type: ANT pattern: 'config/**' - forbidden-file-paths: - - compare-type: ANT - pattern: 'docs/**' properties: - build-blocker: @@ -160,16 +157,16 @@ git-revision: false block: true - trigger-builds: - - project: 'functest-apex-opnfv-jump-1-daily-{stream}' - predefined-parameters: - DEPLOY_SCENARIO={scenario} + - 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: 'yardstick-apex-opnfv-jump-1-daily-{stream}' + - project: 'functest-apex-opnfv-jump-1-daily-{stream}' + predefined-parameters: + DEPLOY_SCENARIO={scenario} block: true block-thresholds: build-step-failure-threshold: 'never' |