From a480891885b83c778dd82761eaa332cfc4d838f0 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Tue, 13 Jun 2017 10:03:35 -0700 Subject: [PATCH] Make GitHub JJB verify jobs actually verify 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 --- jjb/lf-ci-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/lf-ci-jobs.yaml b/jjb/lf-ci-jobs.yaml index cc872607..24a1e158 100644 --- a/jjb/lf-ci-jobs.yaml +++ b/jjb/lf-ci-jobs.yaml @@ -244,7 +244,7 @@ concurrent: true <<: *lf_jjb_verify_merge # yamllint disable-line rule:key-duplicates - <<: *lf_jjb_merge_builders + <<: *lf_jjb_verify_builders ##################### # Job Configuration # -- 2.16.6