|
|
Add support for "additional_mirrors" property in trybot configs.
This allows a single trybot to mirror multiple waterfall bots, so that
it can build the binaries once, but spawn all of the tests (typically
via swarming) that each of those waterfall bots would run.
This will be used to pull in the tests from the chromium.gpu waterfall
onto a few trybot configurations (linux_chromium_rel_ng,
mac_chromium_rel_ng, win_chromium_rel_ng), which is currently being done
manually in the chromium_trybot recipe.
BUG= 573337
Total comments: 18
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+716 lines, -167 lines) |
Patch |
 |
M |
scripts/slave/recipe_modules/auto_bisect/api.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
3 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/chromium/example.py
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/chromium_tests/api.py
|
View
|
|
14 chunks |
+112 lines, -36 lines |
9 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/chromium_tests/builders.py
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
scripts/slave/recipe_modules/chromium_tests/chromium_gpu.py
|
View
|
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/chromium_tests/trybots.py
|
View
|
|
1 chunk |
+10 lines, -0 lines |
3 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/perf_try/api.py
|
View
|
|
1 chunk |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/bisection/desktop_bisect.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium.py
|
View
|
|
1 chunk |
+5 lines, -5 lines |
1 comment
|
Download
|
 |
A + |
scripts/slave/recipes/chromium.expected/full_chromium_gpu_GPU_Linux_Builder.json
|
View
|
|
7 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
 |
A + |
scripts/slave/recipes/chromium.expected/full_chromium_gpu_Linux_Release__NVIDIA_.json
|
View
|
|
9 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.py
|
View
|
|
4 chunks |
+34 lines, -10 lines |
1 comment
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/analyze_finds_invalid_target.json
|
View
|
|
3 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/bot_update_failure.json
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/check_swarming_version_failure.json
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze.json
|
View
|
|
3 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_matching_exclusion.json
|
View
|
|
3 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_compile_targets.json
|
View
|
|
3 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_compile_targets_exclude_all.json
|
View
|
|
3 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_tests.json
|
View
|
|
3 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_tests_no_builder.json
|
View
|
|
3 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/compile_failure_infra.json
|
View
|
|
5 chunks |
+20 lines, -4 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/compile_failure_ng.json
|
View
|
|
5 chunks |
+20 lines, -4 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_deapply_fn.json
|
View
|
|
5 chunks |
+20 lines, -4 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_ng.json
|
View
|
|
5 chunks |
+20 lines, -4 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/dont_analyze_for_non_src_project.json
|
View
|
|
3 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_rel_ng.json
|
View
|
|
3 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_rel_ng_analyze.json
|
View
|
|
3 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/gclient_runhooks__with_patch__failure.json
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/invalid_results.json
|
View
|
|
5 chunks |
+20 lines, -4 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/no_compile_because_of_analyze.json
|
View
|
|
3 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/runhooks_failure_ng.json
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/swarming_basic_cq.json
|
View
|
|
3 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/swarming_basic_try_job.json
|
View
|
|
3 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json
|
View
|
|
3 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/swarming_paths.json
|
View
|
|
3 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/swarming_test_failure.json
|
View
|
|
5 chunks |
+20 lines, -4 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/swarming_trigger_failure.json
|
View
|
|
3 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_trybot.expected/telemetry_gpu_harness_failure.json
|
View
|
|
3 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/findit/chromium/compile.py
|
View
|
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/findit/chromium/test.py
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tests/masters_recipes_test.py
|
View
|
|
2 chunks |
+11 lines, -1 line |
1 comment
|
Download
|
Total messages: 14 (3 generated)
|