From d4b05552a6bbf0374dc24339e44a31bf3c0ae084 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Mon, 11 Jan 2016 23:11:35 -0500 Subject: bottlenecks: disable time trigger in order not to run parallel and open B branch JIRA: BOTTLENECK-1 Change-Id: I19a917f090289233a8c7d61f3a25569dadad1972 Signed-off-by: MatthewLi --- jjb/bottlenecks/bottlenecks.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'jjb/bottlenecks/bottlenecks.yml') diff --git a/jjb/bottlenecks/bottlenecks.yml b/jjb/bottlenecks/bottlenecks.yml index 828fd214b..c29c5688b 100644 --- a/jjb/bottlenecks/bottlenecks.yml +++ b/jjb/bottlenecks/bottlenecks.yml @@ -25,9 +25,9 @@ - master: branch: '{stream}' gs-pathname: '' -# - brahmaputra: -# branch: 'stable/{stream}' -# gs-pathname: '/{stream}' + - brahmaputra: + branch: 'stable/{stream}' + gs-pathname: '/{stream}' project: 'bottlenecks' ############################### @@ -243,7 +243,7 @@ - trigger: name: 'bottlenecks-trigger-lf' triggers: - - timed: '0 6 * * *' +# - timed: '0 6 * * *' - gerrit: trigger-on: - patchset-created-event: -- cgit 1.2.3-korg