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 #10452 from EOSIO/sa/build-script-nodes-r2.0
Browse files Browse the repository at this point in the history
[2.0.x] Update Anka nodes used for build script pipelines.
  • Loading branch information
scottarnette authored Jun 24, 2021
2 parents e494882 + 93aaef1 commit 3a5afb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cicd/build-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:
REPO: "git@github.com:EOSIO/eos.git"
TEMPLATE: "10.14.6_6C_14G_80G"
TEMPLATE_TAG: "clean::cicd::git-ssh::nas::brew::buildkite-agent"
agents: "queue=mac-anka-large-node-fleet"
agents: "queue=mac-anka-node-fleet"
command:
- "git clone git@github.com:EOSIO/eos.git eos && cd eos && git checkout -f $BUILDKITE_BRANCH && git submodule update --init --recursive"
- "cd eos && ./scripts/eosio_build.sh -P -y"
Expand Down Expand Up @@ -102,7 +102,7 @@ steps:
REPO: "git@github.com:EOSIO/eos.git"
TEMPLATE: "10.14.6_6C_14G_80G"
TEMPLATE_TAG: "clean::cicd::git-ssh::nas::brew::buildkite-agent"
agents: "queue=mac-anka-large-node-fleet"
agents: "queue=mac-anka-node-fleet"
command:
- "git clone git@github.com:EOSIO/eos.git eos && cd eos && git checkout -f $BUILDKITE_BRANCH && git submodule update --init --recursive"
- "cd eos && ./scripts/eosio_build.sh -y"
Expand Down

0 comments on commit 3a5afb9

Please sign in to comment.