apex: migrates functest after yardstick for runner jobs 03/9403/1
authorTim Rozet <trozet@redhat.com>
Fri, 5 Feb 2016 14:45:45 +0000 (09:45 -0500)
committerTim Rozet <trozet@redhat.com>
Fri, 5 Feb 2016 14:45:45 +0000 (09:45 -0500)
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>
jjb/apex/apex.yml

index acc0550..5f8d067 100644 (file)
@@ -84,9 +84,6 @@
                     pattern: 'lib/**'
                   - compare-type: ANT
                     pattern: 'config/**'
-                forbidden-file-paths:
-                  - compare-type: ANT
-                    pattern: 'docs/**'
 
     properties:
         - build-blocker:
             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'