This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 00c9b01  GEODE-3942: add timeout to image builder jobs
00c9b01 is described below

commit 00c9b018831d02f8ee9e1c6b71b2270a2b30162a
Author: Owen Nichols <[email protected]>
AuthorDate: Fri Jun 28 10:17:51 2019 -0700

    GEODE-3942: add timeout to image builder jobs
    
    (so they don't run forever if stuck waiting on an interactive prompt)
---
 ci/pipelines/images/jinja.template.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/ci/pipelines/images/jinja.template.yml 
b/ci/pipelines/images/jinja.template.yml
index 37cc823..441f723 100644
--- a/ci/pipelines/images/jinja.template.yml
+++ b/ci/pipelines/images/jinja.template.yml
@@ -143,6 +143,7 @@ jobs:
 - name: build-concourse-docker-image
   public: ((public-pipelines))
   serial: true
+  timeout: 1h
   plan:
   - aggregate:
     - get: openjdk8-docker-image
@@ -157,6 +158,7 @@ jobs:
 - name: build-google-geode-builder
   public: ((public-pipelines))
   serial: true
+  timeout: 1h
   plan:
   - aggregate:
     - get: test-container-docker-image
@@ -185,6 +187,7 @@ jobs:
 - name: build-google-windows-geode-builder
   public: ((public-pipelines))
   serial: true
+  timeout: 1h
   plan:
   - aggregate:
     - get: google-windows-geode-builder
@@ -212,6 +215,7 @@ jobs:
 - name: build-alpine-tools-docker-image
   public: ((public-pipelines))
   serial: true
+  timeout: 1h
   plan:
   - aggregate:
     - get: alpine-docker-image
@@ -226,6 +230,7 @@ jobs:
 - name: build-test-container-docker-image
   public: ((public-pipelines))
   serial: true
+  timeout: 1h
   plan:
   - aggregate:
     - get: openjdk8-docker-image
@@ -240,6 +245,7 @@ jobs:
 - name: build-concourse-metadata-resource-docker-image
   public: ((public-pipelines))
   serial: true
+  timeout: 1h
   plan:
   - aggregate:
     - get: alpine-docker-image
@@ -254,6 +260,7 @@ jobs:
 - name: build-metric-tools-docker-image
   public: ((public-pipelines))
   serial: true
+  timeout: 1h
   plan:
   - aggregate:
     - get: alpine-docker-image
@@ -268,6 +275,7 @@ jobs:
 - name: build-gce-instances-resource-docker-image
   public: ((public-pipelines))
   serial: true
+  timeout: 1h
   plan:
   - aggregate:
     - get: alpine-docker-image

Reply via email to