Skip to content

Commit 01c9738

Browse files
authored
Update collect_analytics.yml (#8524)
1 parent 9fe138b commit 01c9738

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/collect_analytics.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,15 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python3 -m pip install ydb ydb[yc] codeowners
30-
31-
# Every 2 runs = every 1 hours
3230
- name: Collect testowners
33-
if: ${{ (github.event.schedule || '') == '' || (github.run_number % 2) == 1 }}
3431
run: python3 .github/scripts/analytics/upload_testowners.py
35-
# Every 4 runs = every 4 hours
3632
- name: Collect test history data with window 5 days
37-
if: ${{ (github.event.schedule || '') == '' || (github.run_number % 4) == 1 }}
3833
run: python3 .github/scripts/analytics/flaky_tests_history.py --days-window=5
3934
- name: Collect test history data with window 1 day
40-
if: ${{ (github.event.schedule || '') == '' || (github.run_number % 4) == 1 }}
4135
run: python3 .github/scripts/analytics/flaky_tests_history.py --days-window=1
42-
# Every 4 runs = every 4 hours
4336
- name: Collect test history data with window 10 run relwithdebinfo for main
44-
if: ${{ (github.event.schedule || '') == '' || (github.run_number % 4) == 1 }}
4537
run: python3 .github/scripts/analytics/flaky_tests_history_n_runs.py --runs=10
4638
- name: Collect test history data with window 10 run release-asan for main
47-
if: ${{ (github.event.schedule || '') == '' || (github.run_number % 4) == 1 }}
4839
run: python3 .github/scripts/analytics/flaky_tests_history_n_runs.py --runs=10 --build_type=release-asan
4940

5041

0 commit comments

Comments
 (0)