Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(746)

Issue 2175373002: Move Skia recipes from build repo (Closed)

Created:
4 years, 4 months ago by borenet2
Modified:
4 years, 4 months ago
Reviewers:
borenet, rmistry
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 : Simple copy #

Patch Set 2 : Lots of fixes: remove legacy stuff, no persistent checkout, etc etc #

Patch Set 3 : Backpedal: Re-enable persistent checkout #

Patch Set 4 : Fixes, add simulation test to presubmit #

Total comments: 17

Patch Set 5 : Attempt to fix gclient revert on trybots #

Patch Set 6 : Attempt to fix trybots, #2 #

Patch Set 7 : More fixes for recurse #

Patch Set 8 : Use correct cwd #

Patch Set 9 : Fix depot_tools patch, copy upload_skps #

Patch Set 10 : Limit simulation test presubmit to upload #

Patch Set 11 : Partially address comments #

Total comments: 7

Patch Set 12 : Address more comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36540 lines, -20 lines) Patch
M .gitignore View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M PRESUBMIT.py View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +16 lines, -0 lines 0 comments Download
M infra/bots/compile_skia.isolate View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -0 lines 0 comments Download
A infra/bots/gen_buildbot_specs.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +172 lines, -0 lines 0 comments Download
M infra/bots/perf_skia.isolate View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
A infra/bots/recipe_modules/skia/__init__.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +22 lines, -0 lines 0 comments Download
A infra/bots/recipe_modules/skia/android_devices.py View 2 3 4 5 6 7 8 9 10 11 1 chunk +99 lines, -0 lines 0 comments Download
A infra/bots/recipe_modules/skia/android_flavor.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +316 lines, -0 lines 0 comments Download
A infra/bots/recipe_modules/skia/api.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +831 lines, -0 lines 0 comments Download
A infra/bots/recipe_modules/skia/cmake_flavor.py View 2 3 4 5 6 7 8 9 10 11 1 chunk +14 lines, -0 lines 0 comments Download
A infra/bots/recipe_modules/skia/coverage_flavor.py View 2 3 4 5 6 7 8 9 10 11 1 chunk +76 lines, -0 lines 0 comments Download
A infra/bots/recipe_modules/skia/default_flavor.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +234 lines, -0 lines 0 comments Download
A infra/bots/recipe_modules/skia/fake_specs.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1349 lines, -0 lines 0 comments Download
A infra/bots/recipe_modules/skia/ios_flavor.py View 2 3 4 5 6 7 8 9 10 11 1 chunk +176 lines, -0 lines 0 comments Download
A infra/bots/recipe_modules/skia/pdfium_flavor.py View 2 3 4 5 6 7 8 9 10 11 1 chunk +64 lines, -0 lines 0 comments Download
A infra/bots/recipe_modules/skia/resources/binary_size_utils.py View 2 3 4 5 6 7 8 9 10 11 1 chunk +67 lines, -0 lines 0 comments Download
A infra/bots/recipe_modules/skia/resources/elf_symbolizer.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +477 lines, -0 lines 0 comments Download
A infra/bots/recipe_modules/skia/resources/generate_and_upload_doxygen.py View 2 3 4 5 6 7 8 9 10 11 1 chunk +77 lines, -0 lines 0 comments Download
A infra/bots/recipe_modules/skia/resources/run_binary_size_analysis.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +820 lines, -0 lines 0 comments Download
A infra/bots/recipe_modules/skia/resources/upload_bench_results.py View 2 3 4 5 6 7 8 9 10 11 1 chunk +77 lines, -0 lines 0 comments Download
A + infra/bots/recipe_modules/skia/resources/upload_dm_results.py View 2 3 4 5 6 7 8 9 10 11 2 chunks +39 lines, -18 lines 0 comments Download
A infra/bots/recipe_modules/skia/ssh_devices.py View 2 3 4 5 6 7 8 9 10 11 1 chunk +30 lines, -0 lines 0 comments Download
A infra/bots/recipe_modules/skia/valgrind_flavor.py View 2 3 4 5 6 7 8 9 10 11 1 chunk +27 lines, -0 lines 0 comments Download
A infra/bots/recipe_modules/skia/xsan_flavor.py View 2 3 4 5 6 7 8 9 10 11 1 chunk +76 lines, -0 lines 0 comments Download
A infra/bots/recipe_modules/skia_swarming/__init__.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +16 lines, -0 lines 0 comments Download
A infra/bots/recipe_modules/skia_swarming/api.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +285 lines, -0 lines 0 comments Download
A infra/bots/recipes.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +132 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_RecreateSKPs.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +191 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_RecreateSKPs.expected/Housekeeper-Nightly-RecreateSKPs_Canary.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +280 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_RecreateSKPs.expected/Housekeeper-Weekly-RecreateSKPs.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +351 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_compile.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +119 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_compile.expected/Build-Mac-Clang-Arm7-Debug-Android.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +231 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_compile.expected/Build-Mac-Clang-Arm7-Release-iOS.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +212 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_compile.expected/Build-Mac-Clang-x86_64-Debug-CommandBuffer.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +220 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_compile.expected/Build-Mac-Clang-x86_64-Release-CMake.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +175 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +245 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-Arm7-Release-Android.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +225 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-Arm7-Release-Android_Vulkan.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +226 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Debug-MSAN.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +230 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Release-CMake.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +171 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Release-PDFium.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +248 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Release-Shared.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +173 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Release-Valgrind.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +173 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86-Debug.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +203 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86_64-Release-Vulkan.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +205 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_compile.expected/big_issue_number.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +223 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_compile.expected/win_retry_failed_compile.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +224 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_housekeeper.py View 2 3 4 5 6 7 8 9 10 11 1 chunk +85 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +116 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +103 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_perf.py View 2 3 4 5 6 7 8 9 10 11 1 chunk +119 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_perf.expected/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +563 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_perf.expected/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +202 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_perf.expected/Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Release.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +198 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_perf.expected/Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +202 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_perf.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +151 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_perf.expected/big_issue_number.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +202 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_test.py View 2 3 4 5 6 7 8 9 10 11 1 chunk +344 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_test.expected/Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +582 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_test.expected/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +683 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_test.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +306 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +260 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +149 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +266 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +262 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_test.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +594 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_test.expected/adb_in_path.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +679 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_test.expected/big_issue_number.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +262 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_test.expected/download_and_push_skimage.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +787 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_test.expected/download_and_push_skps.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +787 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_test.expected/failed_dm.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +265 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_test.expected/failed_get_hashes.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +685 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_test.expected/legacy_skimage_version.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +250 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_test.expected/legacy_skp_version.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +250 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_test.expected/missing_SKP_VERSION_device.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +791 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_test.expected/missing_SK_IMAGE_VERSION_device.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +791 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +687 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Build-Mac-Clang-x86_64-Release.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +463 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-Arm64-Debug-Android_Vulkan.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +475 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Debug.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +461 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Release-RemoteRun.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +462 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Release-Trybot.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +466 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Build-Win-MSVC-x86_64-Release.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +473 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Build-Win-MSVC-x86_64-Release-Vulkan.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +486 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Housekeeper-Nightly-RecreateSKPs_Canary.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +458 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Housekeeper-PerCommit.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +733 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Infra-PerCommit.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +419 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +884 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1117 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Test-Android-GCC-Nexus7v2-GPU-Tegra3-Arm7-Release.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +854 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +845 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +647 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1106 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1057 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1050 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +850 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +853 lines, -0 lines 0 comments Download
A infra/bots/recipes/swarm_trigger.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +844 lines, -0 lines 0 comments Download
A infra/bots/swarm_recipe.isolate View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +13 lines, -0 lines 0 comments Download
M infra/bots/test_skia.isolate View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
A infra/bots/upload_skps.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +59 lines, -0 lines 0 comments Download
A infra/config/recipes.cfg View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 35 (26 generated)
borenet2
Patch set 1 just copies everything from build.git, so you should be able to review ...
4 years, 4 months ago (2016-07-26 16:25:23 UTC) #4
rmistry
https://codereview.chromium.org/2175373002/diff/40001/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/2175373002/diff/40001/PRESUBMIT.py#newcode205 PRESUBMIT.py:205: results.extend(_RecipeSimulationTest(input_api, output_api)) How long does this take to run? ...
4 years, 4 months ago (2016-07-26 18:00:39 UTC) #25
borenet
Uploaded patch set 11. https://codereview.chromium.org/2175373002/diff/40001/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/2175373002/diff/40001/PRESUBMIT.py#newcode205 PRESUBMIT.py:205: results.extend(_RecipeSimulationTest(input_api, output_api)) On 2016/07/26 18:00:38, ...
4 years, 4 months ago (2016-07-26 18:08:45 UTC) #26
rmistry
https://codereview.chromium.org/2175373002/diff/40001/infra/bots/gen_buildbot_specs.py File infra/bots/gen_buildbot_specs.py (right): https://codereview.chromium.org/2175373002/diff/40001/infra/bots/gen_buildbot_specs.py#newcode3 infra/bots/gen_buildbot_specs.py:3: # Copyright 2015 The Chromium Authors. All rights reserved. ...
4 years, 4 months ago (2016-07-26 18:20:03 UTC) #27
rmistry
LGTM % comments
4 years, 4 months ago (2016-07-26 18:20:28 UTC) #28
borenet
https://codereview.chromium.org/2175373002/diff/40001/infra/bots/gen_buildbot_specs.py File infra/bots/gen_buildbot_specs.py (right): https://codereview.chromium.org/2175373002/diff/40001/infra/bots/gen_buildbot_specs.py#newcode3 infra/bots/gen_buildbot_specs.py:3: # Copyright 2015 The Chromium Authors. All rights reserved. ...
4 years, 4 months ago (2016-07-26 18:29:31 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2175373002/120001
4 years, 4 months ago (2016-07-26 18:30:55 UTC) #32
rmistry
https://codereview.chromium.org/2175373002/diff/110001/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/2175373002/diff/110001/PRESUBMIT.py#newcode219 PRESUBMIT.py:219: # coverage installed. On 2016/07/26 18:29:31, borenet wrote: > ...
4 years, 4 months ago (2016-07-26 18:51:14 UTC) #33
commit-bot: I haz the power
4 years, 4 months ago (2016-07-26 18:52:22 UTC) #35
Message was sent while issue was closed.
Committed patchset #12 (id:120001) as
https://skia.googlesource.com/skia/+/1ed2ae45f59c2864ea05838b4da2750b85472824

Powered by Google App Engine
This is Rietveld 408576698