Skip to content

Commit

Permalink
GEODE-5778: fix for failing rsync on windows CI jobs (apache#2511)
Browse files Browse the repository at this point in the history
rsync code to the build machine fails intermintently
on windows and so retrying for now until we find a
solution.
  • Loading branch information
sboorlagadda authored Sep 25, 2018
1 parent fe533c6 commit 39d225d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/pipelines/geode-build/jinja.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ jobs:
- name: geode
- name: instance-data
timeout: 15m
attempts: 100
- task: execute_tests
{{ alpine_tools_config()|indent(6) }}
params:
Expand All @@ -355,6 +356,7 @@ jobs:
outputs:
- name: geode-results
timeout: 15m
attempts: 100
ensure:
do:
- aggregate:
Expand Down

0 comments on commit 39d225d

Please sign in to comment.