From 891d409e74a5b7ac01a103a0469347b8a7f29c72 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Tue, 29 Jan 2019 10:36:33 +0100 Subject: [PATCH] Enable 10 minutes build-timeout for rebase jobs Change-Id: I1bb999558e406f6483879bc25a3b6078f8a94892 --- jjb/global/global-templates-rebase.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jjb/global/global-templates-rebase.yaml b/jjb/global/global-templates-rebase.yaml index 843175e6..38712ae2 100644 --- a/jjb/global/global-templates-rebase.yaml +++ b/jjb/global/global-templates-rebase.yaml @@ -29,6 +29,10 @@ branch: '{branch}' files: '**' + wrappers: + - build-timeout: + timeout: 10 + builders: - shell: !include-raw-escape: ./rebase-jobs.sh -- 2.25.1