Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #10156 from EOSIO/sa/update-anka-timeout-r2.1
Browse files Browse the repository at this point in the history
[2.1.x] Improve timeouts occurring on Anka builds.
  • Loading branch information
scottarnette authored Mar 18, 2021
2 parents 7271730 + 239c285 commit 4e5e335
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .cicd/base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ steps:
no-volume: true
always-pull: true
wait-network: true
pre-execute-sleep: 5
pre-execute-ping-sleep: github.com
vm-registry-tag: "clean::cicd::git-ssh::nas::brew::buildkite-agent"
failover-registries:
- "registry_1"
Expand All @@ -55,6 +57,8 @@ steps:
no-volume: true
always-pull: true
wait-network: true
pre-execute-sleep: 5
pre-execute-ping-sleep: github.com
vm-registry-tag: "clean::cicd::git-ssh::nas::brew::buildkite-agent"
failover-registries:
- "registry_1"
Expand Down Expand Up @@ -120,6 +124,8 @@ steps:
no-volume: true
always-pull: true
wait-network: true
pre-execute-sleep: 5
pre-execute-ping-sleep: github.com
vm-registry-tag: "clean::cicd::git-ssh::nas::brew::buildkite-agent"
failover-registries:
- "registry_1"
Expand All @@ -141,6 +147,8 @@ steps:
no-volume: true
always-pull: true
wait-network: true
pre-execute-sleep: 5
pre-execute-ping-sleep: github.com
vm-registry-tag: "clean::cicd::git-ssh::nas::brew::buildkite-agent"
failover-registries:
- "registry_1"
Expand Down
8 changes: 8 additions & 0 deletions .cicd/build-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ steps:
modify-ram: 24
always-pull: true
wait-network: true
pre-execute-sleep: 5
pre-execute-ping-sleep: github.com
vm-registry-tag: "clean::cicd::git-ssh::nas::brew::buildkite-agent"
failover-registries:
- "registry_1"
Expand Down Expand Up @@ -79,6 +81,8 @@ steps:
modify-ram: 24
always-pull: true
wait-network: true
pre-execute-sleep: 5
pre-execute-ping-sleep: github.com
vm-registry-tag: "clean::cicd::git-ssh::nas::brew::buildkite-agent"
failover-registries:
- "registry_1"
Expand Down Expand Up @@ -178,6 +182,8 @@ steps:
modify-ram: 24
always-pull: true
wait-network: true
pre-execute-sleep: 5
pre-execute-ping-sleep: github.com
vm-registry-tag: "clean::cicd::git-ssh::nas::brew::buildkite-agent"
failover-registries:
- "registry_1"
Expand Down Expand Up @@ -205,6 +211,8 @@ steps:
modify-ram: 24
always-pull: true
wait-network: true
pre-execute-sleep: 5
pre-execute-ping-sleep: github.com
vm-registry-tag: "clean::cicd::git-ssh::nas::brew::buildkite-agent"
failover-registries:
- "registry_1"
Expand Down
14 changes: 14 additions & 0 deletions .cicd/generate-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ EOF
always-pull: true
debug: true
wait-network: true
pre-execute-sleep: 5
pre-execute-ping-sleep: github.com
failover-registries:
- 'registry_1'
- 'registry_2'
Expand Down Expand Up @@ -232,6 +234,8 @@ EOF
always-pull: true
debug: true
wait-network: true
pre-execute-sleep: 5
pre-execute-ping-sleep: github.com
failover-registries:
- 'registry_1'
- 'registry_2'
Expand Down Expand Up @@ -288,6 +292,8 @@ EOF
always-pull: true
debug: true
wait-network: true
pre-execute-sleep: 5
pre-execute-ping-sleep: github.com
failover-registries:
- 'registry_1'
- 'registry_2'
Expand Down Expand Up @@ -344,6 +350,8 @@ EOF
always-pull: true
debug: true
wait-network: true
pre-execute-sleep: 5
pre-execute-ping-sleep: github.com
failover-registries:
- 'registry_1'
- 'registry_2'
Expand Down Expand Up @@ -402,6 +410,8 @@ EOF
always-pull: true
debug: true
wait-network: true
pre-execute-sleep: 5
pre-execute-ping-sleep: github.com
failover-registries:
- 'registry_1'
- 'registry_2'
Expand Down Expand Up @@ -616,6 +626,8 @@ cat <<EOF
always-pull: true
debug: true
wait-network: true
pre-execute-sleep: 5
pre-execute-ping-sleep: github.com
failover-registries:
- 'registry_1'
- 'registry_2'
Expand All @@ -640,6 +652,8 @@ cat <<EOF
always-pull: true
debug: true
wait-network: true
pre-execute-sleep: 5
pre-execute-ping-sleep: github.com
failover-registries:
- 'registry_1'
- 'registry_2'
Expand Down

0 comments on commit 4e5e335

Please sign in to comment.