File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -27,24 +27,15 @@ jobs:
27
27
- name : Install dependencies
28
28
run : |
29
29
python3 -m pip install ydb ydb[yc] codeowners
30
-
31
- # Every 2 runs = every 1 hours
32
30
- name : Collect testowners
33
- if : ${{ (github.event.schedule || '') == '' || (github.run_number % 2) == 1 }}
34
31
run : python3 .github/scripts/analytics/upload_testowners.py
35
- # Every 4 runs = every 4 hours
36
32
- name : Collect test history data with window 5 days
37
- if : ${{ (github.event.schedule || '') == '' || (github.run_number % 4) == 1 }}
38
33
run : python3 .github/scripts/analytics/flaky_tests_history.py --days-window=5
39
34
- name : Collect test history data with window 1 day
40
- if : ${{ (github.event.schedule || '') == '' || (github.run_number % 4) == 1 }}
41
35
run : python3 .github/scripts/analytics/flaky_tests_history.py --days-window=1
42
- # Every 4 runs = every 4 hours
43
36
- name : Collect test history data with window 10 run relwithdebinfo for main
44
- if : ${{ (github.event.schedule || '') == '' || (github.run_number % 4) == 1 }}
45
37
run : python3 .github/scripts/analytics/flaky_tests_history_n_runs.py --runs=10
46
38
- name : Collect test history data with window 10 run release-asan for main
47
- if : ${{ (github.event.schedule || '') == '' || (github.run_number % 4) == 1 }}
48
39
run : python3 .github/scripts/analytics/flaky_tests_history_n_runs.py --runs=10 --build_type=release-asan
49
40
50
41
You can’t perform that action at this time.
0 commit comments