diff options
author | Tim Rozet <trozet@redhat.com> | 2018-12-05 11:46:32 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-12-05 11:46:32 -0500 |
commit | bcf5345b5a0dda944cbd68569d5956a776eb7854 (patch) | |
tree | 7ca3d3873fed05132fbd5b377d410be7dcd9f053 | |
parent | 34a6987ea156fabff41678ed8c052c7990694a89 (diff) |
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 <trozet@redhat.com>
-rw-r--r-- | jjb/apex/apex-verify-jobs.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ -174,6 +174,8 @@ - compare-type: ANT pattern: 'apex/build/**' - compare-type: ANT + pattern: 'apex/builders/**' + - compare-type: ANT pattern: 'apex/common/**' - compare-type: ANT pattern: 'apex/inventory/**' |