File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -85,13 +85,12 @@ steps:
85
85
env :
86
86
DOCKER_IMAGE_TAG : " $BUILDKITE_BUILD_NUMBER"
87
87
NUMBER_OF_VMS : 100
88
- EXTRAGOARGS : " -v -count=1 -race"
88
+ EXTRAGOARGS : " -v -count=1 -race -timeout=1h "
89
89
FICD_DM_VOLUME_GROUP : fcci-vg
90
90
artifact_paths :
91
91
- " runtime/logs/*"
92
92
command :
93
93
- make -C runtime integ-test FICD_DM_POOL=build_${BUILDKITE_BUILD_NUMBER}_runtime
94
- timeout_in_minutes : 30
95
94
96
95
- label : " :rotating_light: :exclamation: example tests"
97
96
agents :
@@ -100,7 +99,7 @@ steps:
100
99
hostname : " ${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
101
100
env :
102
101
DOCKER_IMAGE_TAG : " $BUILDKITE_BUILD_NUMBER"
103
- EXTRAGOARGS : " -v -count=1 -timeout=1h "
102
+ EXTRAGOARGS : " -v -count=1 -race "
104
103
FICD_DM_VOLUME_GROUP : fcci-vg
105
104
artifact_paths :
106
105
- " examples/logs/*"
You can’t perform that action at this time.
0 commit comments