From 9ddf1446ce6032ec654de8fe15f48c9a76be9062 Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Thu, 26 Nov 2015 19:36:01 +0900 Subject: [PATCH] jjb: fix builder jobs in releng-jobs.yaml The releng builder jobs (builder-verify and builder-merge) may not be run if the change touching docs dir. This patch makes sure those jobs will be run regardless of changes on docs dir. Change-Id: I72eb7ba6a486b46ab3971866c7f98b348eadc631 Signed-off-by: Ryota MIBU --- jjb/releng-jobs.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index d732b1fab..40f05bf65 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -59,9 +59,6 @@ pattern: jjb-templates/** - compare-type: ANT pattern: utils/** - forbidden-file-paths: - - compare-type: ANT - pattern: docs/** builders: @@ -118,9 +115,6 @@ pattern: jjb/** - compare-type: ANT pattern: utils/** - forbidden-file-paths: - - compare-type: ANT - pattern: docs/** builders: - shell: | -- 2.16.6