From bcf5345b5a0dda944cbd68569d5956a776eb7854 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 5 Dec 2018 11:46:32 -0500 Subject: [PATCH] Apex: add missing builders path to trigger Verify job was missing this patch to be able to trigger on commit. Change-Id: I8b1c1149ea47496389144dec648f9c8f58e8d343 Signed-off-by: Tim Rozet --- jjb/apex/apex-verify-jobs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/apex/apex-verify-jobs.yaml b/jjb/apex/apex-verify-jobs.yaml index 15e68261a..c10a7836e 100644 --- a/jjb/apex/apex-verify-jobs.yaml +++ b/jjb/apex/apex-verify-jobs.yaml @@ -173,6 +173,8 @@ pattern: 'config/**' - compare-type: ANT pattern: 'apex/build/**' + - compare-type: ANT + pattern: 'apex/builders/**' - compare-type: ANT pattern: 'apex/common/**' - compare-type: ANT -- 2.16.6