Skip to content
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: 4 additions & 2 deletions .buildkite/premerge.steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ common: &common
agents:
# Choose another capable_of_building once/if you have one.
# If you parasite to platform's, you can be broken if the platform agents change.
# TODO(EV): Make docs better. (https://github.com/improbable/platform/blob/master/docs/product-groups/dev-workflow/buildkite/how-to-deploy-change-to-agents.md)
# See https://code.i8e.io/github.com/improbable/platform/-/blob/docs/product-groups/dev-workflow/buildkite/how-to-add-a-new-build-capability.md
- "capable_of_building=platform"
- "environment=production"
- "queue=v2-1545678177-378924f50bfed5a0-------z"
- "permission_set=builder"
- "platform=linux"
- "queue=${CI_BUILDER_QUEUE:-v2-1553093147-c5086c3db10e3761-------z}"
timeout_in_minutes: 60 # TODO(ENG-548): reduce timeout once agent-cold-start is optimised.
retry:
automatic:
Expand Down