Skip to content

Commit d778f49

Browse files
authored
[ci] Set EMTEST_RETRY_FLAKY for all test runners. NFC (#25282)
Previously it was not being set on the browser test runners.
1 parent 3004076 commit d778f49

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,13 @@ commands:
220220
- emsdk-env
221221
- bootstrap
222222
- pip-install
223+
- when:
224+
# We only set EMTEST_RETRY_FLAKY on pull requests. When we run
225+
# normal CI jobs on branches like main we still want to be able to
226+
# detect flakyness.
227+
condition: ${CIRCLE_PULL_REQUEST}
228+
steps:
229+
- set-retry-flaky-tests
223230
remove-linux-binaries:
224231
description: "Remove linux binaries from workspace"
225232
steps:
@@ -246,13 +253,6 @@ commands:
246253
type: string
247254
default: ""
248255
steps:
249-
- when:
250-
# We only set EMTEST_RETRY_FLAKY on pull requests. When we run
251-
# normal CI jobs on branches like main we still want to be able to
252-
# detect flakyness.
253-
condition: ${CIRCLE_PULL_REQUEST}
254-
steps:
255-
- set-retry-flaky-tests
256256
- run:
257257
name: run tests (<< parameters.title >>)
258258
environment:

0 commit comments

Comments
 (0)