You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| deleted.txt | Tests what look like deleted (no runs 28 days in a row) |
121
+
| deleted_debug.txt | With detailed info |
122
+
| flaky.txt | Tests which are flaky today AND total runs > 3 AND fail_count > 2 |
123
+
| flaky_debug.txt | With detailed info |
124
+
| muted_stable.txt | Muted tests which are stable for the last 14 days |
125
+
| muted_stable_debug.txt | With detailed info |
126
+
| new_muted_ya.txt | Muted_ya.txt version with excluded **muted_stable** and **deleted** tests |
127
+
| new_muted_ya_debug.txt | With detailed info |
128
+
| new_muted_ya_with_flaky.txt | Muted_ya.txt version with excluded **muted_stable** and **deleted** tests and included **flaky**|
129
+
| new_muted_ya_with_flaky_debug.txt | With detailed info |
130
+
|muted_ya_sorted.txt| original muted_ya with resolved wildcards for real tests (not chunks)|
131
+
|muted_ya_sorted_debug.txt| With detailed info|
132
+
133
+
134
+
**1. Unmute Stable**
135
+
1) replace content of [muted_ya](https://github.com/ydb-platform/ydb/blob/main/.github/config/muted_ya.txt) with content of **new_muted_ya.txt**
136
+
2) create new PR and paste in PR Description
137
+
-`<Unmuted tests : stable 9 and deleted 0>` from concole output
138
+
- content from **muted_stable_debug** and **deleted_debug**
139
+
3) Merge
140
+
example https://github.com/ydb-platform/ydb/pull/11099
141
+
142
+
**2. Mute Flaky** (AFTER UNMUTE STABLE ONLY)
143
+
1) replace content of [muted_ya](https://github.com/ydb-platform/ydb/blob/main/.github/config/muted_ya.txt) with content of **new_muted_ya_with_flaky.txt**
144
+
2) create new PR
145
+
2) run `create_new_muted_ya.py create_issues` - it creates issue for each flaky test in **flaky.txt**
146
+
3) copy from console output text like ' Created issue ...' and paste in PR
147
+
4) merge
148
+
example https://github.com/ydb-platform/ydb/pull/11101
0 commit comments