Skip to content

Commit 38d9c00

Browse files
committed
Add EMTEST_RETRY_FLAKY to browser runs.
1 parent fe18217 commit 38d9c00

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ commands:
315315
environment:
316316
EMTEST_DETECT_TEMPFILE_LEAKS: "0"
317317
EMTEST_HEADLESS: "1"
318+
EMTEST_RETRY_FLAKY: "3"
318319
EMTEST_BROWSER: "/usr/bin/google-chrome"
319320
EMTEST_CORES: "2"
320321
command: |
@@ -902,6 +903,7 @@ jobs:
902903
executor: focal
903904
environment:
904905
EMTEST_LACKS_WEBGPU: "1"
906+
EMTEST_RETRY_FLAKY: "3"
905907
steps:
906908
- checkout
907909
- run:
@@ -930,6 +932,7 @@ jobs:
930932
executor: focal
931933
environment:
932934
EMTEST_LACKS_WEBGPU: "1"
935+
EMTEST_RETRY_FLAKY: "3"
933936
steps:
934937
- run-tests-chrome:
935938
title: "browser64"
@@ -956,6 +959,7 @@ jobs:
956959
executor: focal
957960
environment:
958961
EMTEST_LACKS_WEBGPU: "1"
962+
EMTEST_RETRY_FLAKY: "3"
959963
steps:
960964
- run-tests-chrome:
961965
title: "browser_2gb"
@@ -964,13 +968,16 @@ jobs:
964968
executor: focal
965969
environment:
966970
EMTEST_LACKS_WEBGPU: "1"
971+
EMTEST_RETRY_FLAKY: "3"
967972
EMTEST_SKIP_NODE_CANARY: "1"
968973
steps:
969974
- run-tests-chrome:
970975
title: "browser64_4gb"
971976
test_targets: "browser64_4gb"
972977
test-browser-firefox:
973978
executor: focal
979+
environment:
980+
EMTEST_RETRY_FLAKY: "3"
974981
steps:
975982
- prepare-for-tests
976983
- run-tests-firefox:
@@ -995,6 +1002,8 @@ jobs:
9951002
"
9961003
test-browser-firefox-wasm64:
9971004
executor: focal
1005+
environment:
1006+
EMTEST_RETRY_FLAKY: "3"
9981007
steps:
9991008
- checkout
10001009
- run:

0 commit comments

Comments
 (0)