From f929ed838cf8eebad308def8349674972384d912 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 5 Feb 2016 09:45:45 -0500 Subject: [PATCH] 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 --- jjb/apex/apex.yml | 11 ++++------- 1 file 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' -- 2.16.6