We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f768ce3 commit 8ec20d4Copy full SHA for 8ec20d4
.github/workflows/collect_analytics.yml
@@ -41,5 +41,7 @@ jobs:
41
run: python3 .github/scripts/analytics/flaky_tests_history_n_runs.py --runs=50
42
- name: Collect test history data with window 50 run release-asan for main
43
run: python3 .github/scripts/analytics/flaky_tests_history_n_runs.py --runs=50 --build_type=release-asan
44
+ - name: Collect all muted and not muted tests
45
+ run: python3 .github/scripts/tests/get_muted_tests.py upload_muted_tests --branch main
46
47
0 commit comments