You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .circleci/config.yml
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -216,6 +216,7 @@ jobs:
216
216
exit 1
217
217
- run:
218
218
name: "Test Docker images"
219
+
no_output_timeout: 60m
219
220
command: |
220
221
N=3
221
222
while [ $N -gt 0 ]; do
@@ -309,12 +310,8 @@ jobs:
309
310
source $BASH_ENV
310
311
- run:
311
312
name: "Test Selenium Grid on Kubernetes"
312
-
no_output_timeout: 30m
313
+
no_output_timeout: 60m
313
314
command: |
314
-
if [ "${TEST_STRATEGY}" == "playwright_connect_grid" ]; then
315
-
PLATFORMS=${PLATFORMS} NAME=${IMAGE_REGISTRY} VERSION=${BRANCH} BUILD_DATE=${BUILD_DATE} TEST_UPGRADE_CHART=false make chart_test_autoscaling_${TEST_STRATEGY} && make test_video_integrity
316
-
exit $?
317
-
fi
318
315
N=3
319
316
while [ $N -gt 0 ]; do
320
317
output=$(eval "PLATFORMS=${PLATFORMS} NAME=${IMAGE_REGISTRY} VERSION=${BRANCH} BUILD_DATE=${BUILD_DATE} TEST_UPGRADE_CHART=false make chart_test_autoscaling_${TEST_STRATEGY} && make test_video_integrity")
0 commit comments