|
|
[Findit] Capture versionized metadata for master_flake_analysis
- Versionize master_flake_analysis.py
- Merge master_flake_analysis_data.py into master_flake_analysis.py since model is now versioned
- Capture metadata about the run, namely in swarming_rerun_results dict which keeps track of each swarming rerun result that was used to determine this analysis' flakiness graph
BUG= 650788
Committed: https://chromium.googlesource.com/infra/infra/+/535f86f50cdf5fe3b946200fa60b2682e72d2e6b
Total comments: 43
Total comments: 7
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+527 lines, -381 lines) |
Patch |
 |
M |
appengine/findit/handlers/flake/check_flake.py
|
View
|
1
2
3
4
5
|
2 chunks |
+14 lines, -6 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/handlers/flake/test/check_flake_test.py
|
View
|
1
2
3
4
|
5 chunks |
+13 lines, -19 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/model/flake/flake_swarming_task.py
|
View
|
1
2
3
4
5
|
2 chunks |
+36 lines, -17 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/model/flake/master_flake_analysis.py
|
View
|
1
2
3
4
|
2 chunks |
+86 lines, -33 lines |
0 comments
|
Download
|
 |
D |
appengine/findit/model/flake/master_flake_analysis_data.py
|
View
|
|
1 chunk |
+0 lines, -92 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/model/flake/test/flake_swarming_task_test.py
|
View
|
1
2
3
4
|
2 chunks |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/model/flake/test/master_flake_analysis_test.py
|
View
|
1
2
3
4
|
2 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/templates/flake/result.html
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
appengine/findit/waterfall/flake/initialize_flake_pipeline.py
|
View
|
1
2
3
4
|
5 chunks |
+37 lines, -17 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/waterfall/flake/recursive_flake_pipeline.py
|
View
|
1
2
3
4
|
9 chunks |
+62 lines, -31 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/waterfall/flake/test/initialize_flake_pipeline_test.py
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/waterfall/flake/test/recursive_flake_pipeline_test.py
|
View
|
1
2
3
4
|
28 chunks |
+152 lines, -113 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/waterfall/process_base_swarming_task_result_pipeline.py
|
View
|
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/waterfall/process_flake_swarming_task_result_pipeline.py
|
View
|
1
2
3
4
|
5 chunks |
+33 lines, -16 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/waterfall/test/process_flake_swarming_task_result_pipeline_test.py
|
View
|
1
2
3
4
|
10 chunks |
+30 lines, -30 lines |
0 comments
|
Download
|
Total messages: 18 (5 generated)
|