You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by rh...@apache.org on 2020/10/21 22:55:45 UTC

[geode] branch develop updated: GEODE-8639: Increase PR resource-get attempts to match develop (#5651)

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

rhoughton 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 4624211  GEODE-8639: Increase PR resource-get attempts to match develop (#5651)
4624211 is described below

commit 4624211cf271daa1f3db07f7849a9186fbca7980
Author: Robert Houghton <rh...@pivotal.io>
AuthorDate: Wed Oct 21 15:54:48 2020 -0700

    GEODE-8639: Increase PR resource-get attempts to match develop (#5651)
---
 ci/pipelines/pull-request/jinja.template.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/ci/pipelines/pull-request/jinja.template.yml b/ci/pipelines/pull-request/jinja.template.yml
index ee6a36e..54c91f0 100644
--- a/ci/pipelines/pull-request/jinja.template.yml
+++ b/ci/pipelines/pull-request/jinja.template.yml
@@ -160,7 +160,7 @@ jobs:
             - name: attempts-log
               path: new
           timeout: 20m
-          attempts: 2
+          attempts: 5
     - task: rsync_code_up
       image: alpine-tools-image
       config:
@@ -172,7 +172,7 @@ jobs:
         - name: geode
         - name: instance-data
       timeout: 15m
-      attempts: 2
+      attempts: 5
     - task: build
       image: alpine-tools-image
       config:
@@ -225,7 +225,7 @@ jobs:
           outputs:
           - name: geode-results
         timeout: 15m
-        attempts: 2
+        attempts: 5
       ensure:
         aggregate:
         - task: archive_results
@@ -327,7 +327,7 @@ jobs:
             - name: attempts-log
               path: new
           timeout: 20m
-          attempts: 2
+          attempts: 5
     - task: rsync_code_up-{{java_test_version.name}}
       image: alpine-tools-image
       config:
@@ -339,7 +339,7 @@ jobs:
         - name: geode-ci
         - name: instance-data
       timeout: 15m
-      attempts: 2
+      attempts: 5
     - task: execute_tests-{{java_test_version.name}}
       image: alpine-tools-image
       config:
@@ -406,7 +406,7 @@ jobs:
           outputs:
           - name: geode-results
         timeout: 15m
-        attempts: 2
+        attempts: 5
       ensure:
         aggregate:
         - task: archive-results-{{java_test_version.name}}