From cdbad7240062924f3bfdeb87de890b8a24440d0b Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Mon, 15 Sep 2025 12:27:35 -0700 Subject: [PATCH] [ci] Set EMTEST_RETRY_FLAKY for all test runners. NFC Previously it was not being set on the browser test runners. --- .circleci/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9170d2537e3a1..0178d0cf4f91b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -220,6 +220,13 @@ commands: - emsdk-env - bootstrap - pip-install + - when: + # We only set EMTEST_RETRY_FLAKY on pull requests. When we run + # normal CI jobs on branches like main we still want to be able to + # detect flakyness. + condition: ${CIRCLE_PULL_REQUEST} + steps: + - set-retry-flaky-tests remove-linux-binaries: description: "Remove linux binaries from workspace" steps: @@ -246,13 +253,6 @@ commands: type: string default: "" steps: - - when: - # We only set EMTEST_RETRY_FLAKY on pull requests. When we run - # normal CI jobs on branches like main we still want to be able to - # detect flakyness. - condition: ${CIRCLE_PULL_REQUEST} - steps: - - set-retry-flaky-tests - run: name: run tests (<< parameters.title >>) environment: