Skip to content

Commit 8ec20d4

Browse files
authored
analytics workflow: upload_muted_tests branch main (#9722)
1 parent f768ce3 commit 8ec20d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/collect_analytics.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,7 @@ jobs:
4141
run: python3 .github/scripts/analytics/flaky_tests_history_n_runs.py --runs=50
4242
- name: Collect test history data with window 50 run release-asan for main
4343
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
4446

4547

0 commit comments

Comments
 (0)