aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Rysin <35688753+naspirato@users.noreply.github.com>2024-09-24 17:36:00 +0200
committerGitHub <noreply@github.com>2024-09-24 15:36:00 +0000
commit8ec20d4b89a432b5eafd0b57ae75e8e30d137f1f (patch)
treef715452351341da16d81e23ab1b1c961db331d0a
parentf768ce3f435d7838e95e2e798052466df8028d98 (diff)
downloadydb-8ec20d4b89a432b5eafd0b57ae75e8e30d137f1f.tar.gz
analytics workflow: upload_muted_tests branch main (#9722)
-rw-r--r--.github/workflows/collect_analytics.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/collect_analytics.yml b/.github/workflows/collect_analytics.yml
index da1345daab..ec24c5623d 100644
--- a/.github/workflows/collect_analytics.yml
+++ b/.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