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

Commit

Permalink
Bump MacOS version and timeouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottarnette committed May 19, 2020
1 parent 4ac50bd commit 0213440
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions .cicd/generate-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ EOF
- "cd eos && ./.cicd/build.sh"
- "cd eos && tar -pczf build.tar.gz build && buildkite-agent artifact upload build.tar.gz"
plugins:
- EOSIO/anka#v0.5.7:
- EOSIO/anka#v0.6.0:
no-volume: true
inherit-environment-vars: true
vm-name: ${MOJAVE_ANKA_TEMPLATE_NAME}
Expand All @@ -138,9 +138,10 @@ EOF
failover-registries:
- 'registry_1'
- 'registry_2'
pre-execute-ping-sleep: "8.8.8.8"
pre-commands:
- "git clone git@github.com:EOSIO/mac-anka-fleet.git && cd mac-anka-fleet && . ./ensure-tag.bash -u 12 -r 25G -a '-n'"
- EOSIO/skip-checkout#v0.1.1:
cd: ~
env:
REPO: ${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO}
REPO_COMMIT: $BUILDKITE_COMMIT
Expand Down Expand Up @@ -215,7 +216,7 @@ EOF
- "cd eos && buildkite-agent artifact download build.tar.gz . --step '$(echo "$PLATFORM_JSON" | jq -r .ICON) $(echo "$PLATFORM_JSON" | jq -r .PLATFORM_NAME_FULL) - Build' && tar -xzf build.tar.gz"
- "cd eos && ./.cicd/test.sh scripts/parallel-test.sh"
plugins:
- EOSIO/anka#v0.5.7:
- EOSIO/anka#v0.6.0:
no-volume: true
inherit-environment-vars: true
vm-name: ${MOJAVE_ANKA_TEMPLATE_NAME}
Expand All @@ -226,7 +227,8 @@ EOF
failover-registries:
- 'registry_1'
- 'registry_2'
pre-execute-ping-sleep: "8.8.8.8"
- EOSIO/skip-checkout#v0.1.1:
cd: ~
agents: "queue=mac-anka-node-fleet"
retry:
manual:
Expand Down Expand Up @@ -277,7 +279,7 @@ EOF
- "cd eos && buildkite-agent artifact download build.tar.gz . --step '$(echo "$PLATFORM_JSON" | jq -r .ICON) $(echo "$PLATFORM_JSON" | jq -r .PLATFORM_NAME_FULL) - Build' && tar -xzf build.tar.gz"
- "cd eos && ./.cicd/test.sh scripts/wasm-spec-test.sh"
plugins:
- EOSIO/anka#v0.5.7:
- EOSIO/anka#v0.6.0:
no-volume: true
inherit-environment-vars: true
vm-name: ${MOJAVE_ANKA_TEMPLATE_NAME}
Expand All @@ -288,7 +290,8 @@ EOF
failover-registries:
- 'registry_1'
- 'registry_2'
pre-execute-ping-sleep: "8.8.8.8"
- EOSIO/skip-checkout#v0.1.1:
cd: ~
agents: "queue=mac-anka-node-fleet"
retry:
manual:
Expand Down Expand Up @@ -342,7 +345,7 @@ EOF
- "cd eos && buildkite-agent artifact download build.tar.gz . --step '$(echo "$PLATFORM_JSON" | jq -r .ICON) $(echo "$PLATFORM_JSON" | jq -r .PLATFORM_NAME_FULL) - Build' && tar -xzf build.tar.gz"
- "cd eos && ./.cicd/test.sh scripts/serial-test.sh $TEST_NAME"
plugins:
- EOSIO/anka#v0.5.7:
- EOSIO/anka#v0.6.0:
no-volume: true
inherit-environment-vars: true
vm-name: ${MOJAVE_ANKA_TEMPLATE_NAME}
Expand All @@ -353,7 +356,8 @@ EOF
failover-registries:
- 'registry_1'
- 'registry_2'
pre-execute-ping-sleep: "8.8.8.8"
- EOSIO/skip-checkout#v0.1.1:
cd: ~
agents: "queue=mac-anka-node-fleet"
retry:
manual:
Expand Down Expand Up @@ -408,7 +412,7 @@ EOF
- "cd eos && buildkite-agent artifact download build.tar.gz . --step '$(echo "$PLATFORM_JSON" | jq -r .ICON) $(echo "$PLATFORM_JSON" | jq -r .PLATFORM_NAME_FULL) - Build' ${BUILD_SOURCE} && tar -xzf build.tar.gz"
- "cd eos && ./.cicd/test.sh scripts/long-running-test.sh $TEST_NAME"
plugins:
- EOSIO/anka#v0.5.7:
- EOSIO/anka#v0.6.0:
no-volume: true
inherit-environment-vars: true
vm-name: ${MOJAVE_ANKA_TEMPLATE_NAME}
Expand All @@ -419,7 +423,8 @@ EOF
failover-registries:
- 'registry_1'
- 'registry_2'
pre-execute-ping-sleep: "8.8.8.8"
- EOSIO/skip-checkout#v0.1.1:
cd: ~
agents: "queue=mac-anka-node-fleet"
retry:
manual:
Expand Down Expand Up @@ -591,7 +596,7 @@ cat <<EOF
- "cd eos && buildkite-agent artifact download build.tar.gz . --step ':darwin: macOS 10.14 - Build' && tar -xzf build.tar.gz"
- "cd eos && ./.cicd/package.sh"
plugins:
- EOSIO/anka#v0.5.7:
- EOSIO/anka#v0.6.0:
no-volume: true
inherit-environment-vars: true
vm-name: 10.14.6_6C_14G_40G
Expand All @@ -602,10 +607,11 @@ cat <<EOF
failover-registries:
- 'registry_1'
- 'registry_2'
pre-execute-ping-sleep: "8.8.8.8"
- EOSIO/skip-checkout#v0.1.1:
cd: ~
agents:
- "queue=mac-anka-node-fleet"
timeout: ${TIMEOUT:-10}
timeout: ${TIMEOUT:-30}
skip: ${SKIP_MACOS_10_14}${SKIP_PACKAGE_BUILDER}${SKIP_MAC}
- label: ":docker: Docker - Label Container with Git Branch and Git Tag"
Expand Down

0 comments on commit 0213440

Please sign in to comment.