Make GitHub JJB verify jobs actually verify 93/5193/1 v0.3.5
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 13 Jun 2017 17:03:35 +0000 (10:03 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 13 Jun 2017 17:03:35 +0000 (10:03 -0700)
The JJB verify jobs were found to be doing merge instead of just verify.
This means that every JJB PR was actually is causing Jenkins changes.

Issue: RELENG-190
Change-Id: If7984725e0319f558738dce7735d688df2cc5092
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jjb/lf-ci-jobs.yaml

index cc87260..24a1e15 100644 (file)
     concurrent: true
     <<: *lf_jjb_verify_merge
     # yamllint disable-line rule:key-duplicates
-    <<: *lf_jjb_merge_builders
+    <<: *lf_jjb_verify_builders
 
     #####################
     # Job Configuration #