|
Re-organize Skia recipes
Break Skia recipe module into:
- skia_vars: defines and stores variables (eg. paths)
- skia_step: utilities for running Skia steps
- skia_flavor: flavor-specific stuff
- skia: top-level setup, checkout, test/perf steps, etc etc
This establishes a saner dependency structure for the recipes; skia_vars
is at the bottom level, skia_step depends on it, skia_flavor depends on
both of them, skia depends on all of the above, and the recipes
themselves may depend on any or all of them.
Next steps:
- Merge buildbot_spec into skia_vars
- Move test_steps and perf_steps from skia recipe_module into
swarm_test and swarm_perf recipes
- Cleaner checkout_steps process
BUG= skia:5578
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2198173002
Committed: https://skia.googlesource.com/skia/+/1436a09e1fc3be4655af960d4ffb31066bfe4cdd
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1280 lines, -6363 lines) |
Patch |
|
A |
infra/bots/recipe_modules/README.md
|
View
|
1
2
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/core/__init__.py
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -8 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/core/android_devices.py
|
View
|
1
2
3
4
5
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A |
infra/bots/recipe_modules/core/api.py
|
View
|
1
2
3
4
5
|
1 chunk |
+498 lines, -0 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/core/fake_specs.py
|
View
|
1
2
3
4
5
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/core/resources/binary_size_utils.py
|
View
|
1
2
3
4
5
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/core/resources/elf_symbolizer.py
|
View
|
1
2
3
4
5
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/core/resources/generate_and_upload_doxygen.py
|
View
|
1
2
3
4
5
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/core/resources/run_binary_size_analysis.py
|
View
|
1
2
3
4
5
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/core/resources/upload_bench_results.py
|
View
|
1
2
3
4
5
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/core/resources/upload_dm_results.py
|
View
|
1
2
3
4
5
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/core/ssh_devices.py
|
View
|
1
2
3
4
5
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/flavor/__init__.py
|
View
|
1
2
|
1 chunk |
+4 lines, -7 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/flavor/android_flavor.py
|
View
|
1
2
|
16 chunks |
+65 lines, -69 lines |
0 comments
|
Download
|
|
A |
infra/bots/recipe_modules/flavor/api.py
|
View
|
1
2
|
1 chunk |
+126 lines, -0 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/flavor/cmake_flavor.py
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/flavor/coverage_flavor.py
|
View
|
1
2
|
3 chunks |
+19 lines, -20 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/flavor/default_flavor.py
|
View
|
1
2
|
6 chunks |
+52 lines, -62 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/flavor/gn_flavor.py
|
View
|
1
2
3
|
3 chunks |
+16 lines, -15 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/flavor/ios_flavor.py
|
View
|
1
2
|
13 chunks |
+52 lines, -52 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/flavor/pdfium_flavor.py
|
View
|
1
2
|
3 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/flavor/valgrind_flavor.py
|
View
|
1
2
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/flavor/xsan_flavor.py
|
View
|
1
2
|
3 chunks |
+17 lines, -18 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/run/__init__.py
|
View
|
1
2
|
1 chunk |
+2 lines, -7 lines |
0 comments
|
Download
|
|
A |
infra/bots/recipe_modules/run/api.py
|
View
|
1
2
3
4
|
1 chunk |
+152 lines, -0 lines |
0 comments
|
Download
|
|
M |
infra/bots/recipe_modules/skia/__init__.py
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipe_modules/skia/android_devices.py
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -99 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipe_modules/skia/android_flavor.py
|
View
|
|
1 chunk |
+0 lines, -316 lines |
0 comments
|
Download
|
|
M |
infra/bots/recipe_modules/skia/api.py
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -842 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipe_modules/skia/cmake_flavor.py
|
View
|
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipe_modules/skia/coverage_flavor.py
|
View
|
|
1 chunk |
+0 lines, -76 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipe_modules/skia/default_flavor.py
|
View
|
|
1 chunk |
+0 lines, -242 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipe_modules/skia/fake_specs.py
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1523 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipe_modules/skia/gn_flavor.py
|
View
|
|
1 chunk |
+0 lines, -52 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipe_modules/skia/ios_flavor.py
|
View
|
|
1 chunk |
+0 lines, -176 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipe_modules/skia/pdfium_flavor.py
|
View
|
|
1 chunk |
+0 lines, -64 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipe_modules/skia/resources/binary_size_utils.py
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -67 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipe_modules/skia/resources/elf_symbolizer.py
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -477 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipe_modules/skia/resources/generate_and_upload_doxygen.py
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -75 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipe_modules/skia/resources/run_binary_size_analysis.py
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -817 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipe_modules/skia/resources/upload_bench_results.py
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -75 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipe_modules/skia/resources/upload_dm_results.py
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -98 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipe_modules/skia/ssh_devices.py
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -30 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipe_modules/skia/valgrind_flavor.py
|
View
|
|
1 chunk |
+0 lines, -27 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipe_modules/skia/xsan_flavor.py
|
View
|
|
1 chunk |
+0 lines, -76 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipe_modules/skia_swarming/__init__.py
|
View
|
1
2
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipe_modules/skia_swarming/api.py
|
View
|
1
2
|
1 chunk |
+0 lines, -294 lines |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/swarming/__init__.py
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/swarming/api.py
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A + |
infra/bots/recipe_modules/vars/__init__.py
|
View
|
1
2
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
|
A |
infra/bots/recipe_modules/vars/api.py
|
View
|
1
2
|
1 chunk |
+144 lines, -0 lines |
0 comments
|
Download
|
|
M |
infra/bots/recipes/swarm_RecreateSKPs.py
|
View
|
1
2
3
4
5
|
4 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
|
M |
infra/bots/recipes/swarm_compile.py
|
View
|
1
2
3
4
5
|
2 chunks |
+31 lines, -5 lines |
0 comments
|
Download
|
|
M |
infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86_64-Release-Vulkan.json
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
infra/bots/recipes/swarm_housekeeper.py
|
View
|
1
2
3
4
5
|
4 chunks |
+16 lines, -11 lines |
0 comments
|
Download
|
|
M |
infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit.json
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
infra/bots/recipes/swarm_perf.py
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
|
M |
infra/bots/recipes/swarm_test.py
|
View
|
1
2
3
4
5
|
3 chunks |
+6 lines, -40 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipes/swarm_test.expected/legacy_skimage_version.json
|
View
|
|
1 chunk |
+0 lines, -249 lines |
0 comments
|
Download
|
|
D |
infra/bots/recipes/swarm_test.expected/legacy_skp_version.json
|
View
|
|
1 chunk |
+0 lines, -249 lines |
0 comments
|
Download
|
|
M |
infra/bots/recipes/swarm_trigger.py
|
View
|
1
2
3
4
5
|
20 chunks |
+26 lines, -26 lines |
0 comments
|
Download
|
|
M |
infra/bots/recipes/swarm_trigger.expected/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot.json
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
infra/bots/recipes/swarm_trigger.expected/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan.json
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
infra/bots/recipes/swarm_trigger.expected/Test-Android-GCC-Nexus7v2-GPU-Tegra3-Arm7-Release.json
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
infra/bots/recipes/swarm_trigger.expected/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release.json
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot.json
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
infra/bots/recipes/swarm_trigger.expected/Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release.json
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
infra/bots/recipes/swarm_trigger.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release.json
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
infra/bots/recipes/swarm_trigger.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release.json
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 25 (7 generated)
|