Skip to content
Closed
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
3 changes: 3 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ env:
IMAGE_ID: $IMAGE_ID

e2e_config: &e2e_config
# AINFRA-2588 experiment: cap the E2E job so a hang fails fast instead of blocking the
# queue for the 3h default. A healthy run is ~21 min.
timeout_in_minutes: 45
command: bash .buildkite/commands/run-e2e-tests.sh "{{matrix.platform}}" "{{matrix.arch}}"
artifact_paths:
- test-results/**/*.zip
Expand Down
Loading