Skip to content

Commit 726a7ca

Browse files
authored
windows: measure flakiness of failed tests (#3056)
Refs: nodejs/node#43954
1 parent e3059d7 commit 726a7ca

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

jenkins/scripts/windows/node-test-binary-windows-js-suites.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ call %~dp0git-checkout.cmd
66
if errorlevel 1 exit /b
77

88
:: Run tests
9-
set "test_ci_args=--run=%RUN_SUBSET%,4"
9+
set "test_ci_args=--run=%RUN_SUBSET%,4 --measure-flakiness 9"
1010
set VCBUILD_TARGET=test-ci-js
11+
set FLAKY_TESTS=keep_retrying
1112
call %~dp0test.cmd
1213
if errorlevel 1 exit /b
1314

jenkins/scripts/windows/node-test-binary-windows-native-suites.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ call %~dp0git-checkout.cmd
66
if errorlevel 1 exit /b
77

88
:: Run tests
9-
set "test_ci_args="
9+
set "test_ci_args=--measure-flakiness 9"
1010
set VCBUILD_TARGET=test-ci-native
11+
set FLAKY_TESTS=keep_retrying
1112
call %~dp0test.cmd
1213
if errorlevel 1 exit /b
1314

0 commit comments

Comments
 (0)