From 0f7fd0dd4e6b14502dbcbd1c853fa7703b883826 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Thu, 13 Aug 2015 16:32:05 +0200 Subject: [PATCH 1/1] Stop triggering on draft contributions to Integration As Sandbox allows to create jobs against changes under review, it is not essential to run verify jobs on every patch set. This change makes it so only non-drafts are verified automatically; so that users interested in Sandbox testing only have a way to avoid resource consumption on main Releng silo. Drafts can still be verified using "recheck" and "reverify" comments. Change-Id: I4b50ad4aae6f05c4f05d4b7141c77ad2b5a281cb Signed-off-by: Vratko Polak --- jjb/integration/integration-macros.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jjb/integration/integration-macros.yaml b/jjb/integration/integration-macros.yaml index 1d0a70463..8930da462 100644 --- a/jjb/integration/integration-macros.yaml +++ b/jjb/integration/integration-macros.yaml @@ -106,7 +106,7 @@ server-name: 'OpenDaylight' trigger-on: - patchset-created-event: - exclude-drafts: 'false' + exclude-drafts: 'true' exclude-trivial-rebase: 'false' exclude-no-code-change: 'false' - draft-published-event @@ -162,7 +162,7 @@ server-name: 'OpenDaylight' trigger-on: - patchset-created-event: - exclude-drafts: 'false' + exclude-drafts: 'true' exclude-trivial-rebase: 'false' exclude-no-code-change: 'false' - draft-published-event @@ -187,7 +187,7 @@ server-name: 'OpenDaylight' trigger-on: - patchset-created-event: - exclude-drafts: 'false' + exclude-drafts: 'true' exclude-trivial-rebase: 'false' exclude-no-code-change: 'false' - draft-published-event -- 2.36.6