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 #7852 from EOSIO/cicd-fixes-master
Browse files Browse the repository at this point in the history
[master] Increase Contracts Builder Timeout + Fix $SKIP_MAC
  • Loading branch information
arhag authored Sep 5, 2019
2 parents 3f71b8f + c3faeba commit d8d4601
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cicd/generate-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,11 @@ cat <<EOF
- label: ":ubuntu: Ubuntu 18.04 - Contract Builder"
command: "./.cicd/installation-build.sh"
env:
IMAGE_TAG: "ubuntu-18.04"
IMAGE_TAG: "ubuntu-18.04-unpinned"
BUILDKITE_AGENT_ACCESS_TOKEN:
agents:
queue: "automation-eos-builder-fleet"
timeout: ${TIMEOUT:-10}
timeout: ${TIMEOUT:-30}
skip: ${SKIP_CONTRACT_BUILDER}${SKIP_LINUX}
- wait
Expand All @@ -361,7 +361,7 @@ cat <<EOF
agents:
queue: "automation-basic-builder-fleet"
timeout: "${TIMEOUT:-5}"
skip: ${SKIP_MOJAVE}${SKIP_PACKAGE_BUILDER}
skip: ${SKIP_MOJAVE}${SKIP_PACKAGE_BUILDER}${SKIP_MAC}
EOF
IFS=$oIFS

0 comments on commit d8d4601

Please sign in to comment.