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

[master] Increase Contracts Builder Timeout + Fix $SKIP_MAC #7852

Merged
merged 3 commits into from
Sep 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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