Browse Source

analytics workflow: upload_muted_tests branch main (#9722)

Kirill Rysin 5 months ago
parent
commit
8ec20d4b89
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/collect_analytics.yml

+ 2 - 0
.github/workflows/collect_analytics.yml

@@ -41,5 +41,7 @@ jobs:
       run: python3 .github/scripts/analytics/flaky_tests_history_n_runs.py --runs=50 
     - name: Collect test history data with window 50 run release-asan for main
       run: python3 .github/scripts/analytics/flaky_tests_history_n_runs.py --runs=50 --build_type=release-asan
+    - name: Collect all muted and not muted tests
+      run: python3 .github/scripts/tests/get_muted_tests.py upload_muted_tests --branch main