Skip to content

Commit ae05892

Browse files
authored
Merge pull request #611 from kzys/runtime-test-timeout
Allow each test under runtime/ to run for an hour at maximum
2 parents 6396bb0 + 92039cd commit ae05892

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,12 @@ steps:
8585
env:
8686
DOCKER_IMAGE_TAG: "$BUILDKITE_BUILD_NUMBER"
8787
NUMBER_OF_VMS: 100
88-
EXTRAGOARGS: "-v -count=1 -race"
88+
EXTRAGOARGS: "-v -count=1 -race -timeout=1h"
8989
FICD_DM_VOLUME_GROUP: fcci-vg
9090
artifact_paths:
9191
- "runtime/logs/*"
9292
command:
9393
- make -C runtime integ-test FICD_DM_POOL=build_${BUILDKITE_BUILD_NUMBER}_runtime
94-
timeout_in_minutes: 30
9594

9695
- label: ":rotating_light: :exclamation: example tests"
9796
agents:
@@ -100,7 +99,7 @@ steps:
10099
hostname: "${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
101100
env:
102101
DOCKER_IMAGE_TAG: "$BUILDKITE_BUILD_NUMBER"
103-
EXTRAGOARGS: "-v -count=1 -timeout=1h"
102+
EXTRAGOARGS: "-v -count=1 -race"
104103
FICD_DM_VOLUME_GROUP: fcci-vg
105104
artifact_paths:
106105
- "examples/logs/*"

0 commit comments

Comments
 (0)