There was an error while loading. Please reload this page.
1 parent 00e4711 commit c8e786cCopy full SHA for c8e786c
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 "attr(flaky, 0, tests(//...))"; bazel test $(bazel query "attr(flaky, 0, tests(//...))")'
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