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

Issue 2202053005: More fixes for SwarmBucket (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 #

Total comments: 2

Patch Set 2 : Address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+208 lines, -3 lines) Patch
M infra/bots/recipe_modules/skia_swarming/__init__.py View 1 chunk +1 line, -0 lines 0 comments Download
M infra/bots/recipe_modules/skia_swarming/api.py View 1 1 chunk +9 lines, -3 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Build-Mac-Clang-x86_64-Release.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-Arm64-Debug-Android_Vulkan.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Debug.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Debug-GN.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Release-RemoteRun.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Release-Trybot.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Build-Win-MSVC-x86_64-Release.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Build-Win-MSVC-x86_64-Release-Vulkan.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Housekeeper-Nightly-RecreateSKPs_Canary.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Housekeeper-PerCommit.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Infra-PerCommit.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Test-Android-GCC-Nexus7v2-GPU-Tegra3-Arm7-Release.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release.json View 3 chunks +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release.json View 3 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (8 generated)
borenet
4 years, 4 months ago (2016-08-02 12:38:32 UTC) #3
rmistry
lgtm https://codereview.chromium.org/2202053005/diff/1/infra/bots/recipe_modules/skia_swarming/api.py File infra/bots/recipe_modules/skia_swarming/api.py (right): https://codereview.chromium.org/2202053005/diff/1/infra/bots/recipe_modules/skia_swarming/api.py#newcode46 infra/bots/recipe_modules/skia_swarming/api.py:46: str(depot_tools_path), '%(PATH)s'])} Nit: Could you indent this line ...
4 years, 4 months ago (2016-08-02 13:25:53 UTC) #4
borenet
https://codereview.chromium.org/2202053005/diff/1/infra/bots/recipe_modules/skia_swarming/api.py File infra/bots/recipe_modules/skia_swarming/api.py (right): https://codereview.chromium.org/2202053005/diff/1/infra/bots/recipe_modules/skia_swarming/api.py#newcode46 infra/bots/recipe_modules/skia_swarming/api.py:46: str(depot_tools_path), '%(PATH)s'])} On 2016/08/02 13:25:52, rmistry wrote: > Nit: ...
4 years, 4 months ago (2016-08-02 13:27:08 UTC) #5
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/2202053005/20001
4 years, 4 months ago (2016-08-02 13:27:19 UTC) #8
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/2202053005/20001
4 years, 4 months ago (2016-08-02 13:50:01 UTC) #12
commit-bot: I haz the power
4 years, 4 months ago (2016-08-02 13:50:56 UTC) #14
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/ed696276fd5b7cd995e7e75d6c579f16d28bd36a

Powered by Google App Engine
This is Rietveld 408576698