There was an error while loading. Please reload this page.
1 parent 00e4711 commit 0d8c4e6Copy full SHA for 0d8c4e6
1 file changed
.github/workflows/bazel_repeat_non_flaky.yml
@@ -29,4 +29,6 @@ jobs:
29
{"folder": ".", "bzlmodEnabled": false}
30
]
31
exclude_windows: true
32
- bazel_test_command: 'bazel test //... --runs_per_test=2${{ inputs.runs_per_test }}'
+ bazel_test_command: 'bazel query "//..."'
33
+ #'bazel query "attr(flaky, 0, tests(//...))"'
34
+ #; bazel test \$(bazel query "attr(flaky, 0, tests(//...))") --runs_per_test=2${{ inputs.runs_per_test }}'
0 commit comments