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

Issue 1920283002: Modify Skia recipes to allow running XSAN on Swarming. (Closed)

Created:
4 years, 8 months ago by dogben
Modified:
4 years, 7 months ago
Reviewers:
borenet2, borenet
CC:
chromium-reviews, infra-reviews+build_chromium.org, jcgregorio, kjellander-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Modify Skia recipes to allow running XSAN on Swarming. TSAN seems to work, ASAN and MSAN are failing. Depends on https://codereview.chromium.org/1859413003 Notes: - The XSAN flavor depends on llvm-build, pulled in from Chromium DEPS runhooks, for llvm_symbolizer, which allows suppressions based on symbol name. - MSAN depends on llvm being compiled to msan_out. To include this and llvm-build in the compile isolate, I added copy_extra_build_products to flavors. - I changed SkiaApi.swarming_out_dir to be a Path instead of a string. BUG=skia:5157 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=300439

Patch Set 1 : #

Total comments: 7

Patch Set 2 : Changes based on code review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+346 lines, -201 lines) Patch
M masters/master.client.skia.fyi/builders.cfg View 1 chunk +2 lines, -2 lines 0 comments Download
M masters/master.client.skia.fyi/slaves.cfg View 1 chunk +2 lines, -2 lines 0 comments Download
M scripts/slave/recipe_modules/skia/api.py View 5 chunks +11 lines, -6 lines 0 comments Download
M scripts/slave/recipe_modules/skia/default_flavor.py View 1 chunk +7 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/skia/fake_specs.py View 2 chunks +62 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/skia/xsan_flavor.py View 1 3 chunks +25 lines, -2 lines 0 comments Download
M scripts/slave/recipes/skia/skia.py View 2 chunks +1 line, -1 line 0 comments Download
M scripts/slave/recipes/skia/skia.expected/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.json View 1 chunk +1 line, -0 lines 0 comments Download
A + scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN.json View 6 chunks +55 lines, -16 lines 0 comments Download
M scripts/slave/recipes/skia/swarm_compile.py View 1 chunk +3 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/swarm_compile.expected/Build-Mac-Clang-Arm7-Release-iOS.json View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/skia/swarm_compile.expected/Build-Mac-Clang-x86_64-Release-CMake.json View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/skia/swarm_compile.expected/Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot.json View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/skia/swarm_compile.expected/Build-Ubuntu-GCC-Arm7-Release-Android.json View 1 chunk +1 line, -1 line 0 comments Download
A + scripts/slave/recipes/skia/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Debug-SwarmingMSAN.json View 6 chunks +74 lines, -16 lines 0 comments Download
M scripts/slave/recipes/skia/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Release-CMake.json View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/skia/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Release-Valgrind.json View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/skia/swarm_compile.expected/Build-Win-MSVC-x86-Debug.json View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/skia/swarm_perf.expected/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release.json View 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/skia/swarm_perf.expected/Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot.json View 4 chunks +4 lines, -4 lines 0 comments Download
M scripts/slave/recipes/skia/swarm_test.py View 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/skia/swarm_test.expected/Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release.json View 3 chunks +3 lines, -3 lines 0 comments Download
M scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot.json View 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json View 3 chunks +3 lines, -3 lines 0 comments Download
A + scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN.json View 3 chunks +48 lines, -56 lines 0 comments Download
M scripts/slave/recipes/skia/swarm_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json View 3 chunks +3 lines, -3 lines 0 comments Download
M scripts/slave/recipes/skia/swarm_trigger.py View 1 chunk +1 line, -0 lines 0 comments Download
A + scripts/slave/recipes/skia/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN.json View 21 chunks +27 lines, -75 lines 0 comments Download

Messages

Total messages: 30 (17 generated)
dogben
4 years, 7 months ago (2016-05-03 23:39:29 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1920283002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1920283002/160001
4 years, 7 months ago (2016-05-03 23:39:46 UTC) #13
commit-bot: I haz the power
Dry run: No L-G-T-M from a valid reviewer yet. CQ run can only be started ...
4 years, 7 months ago (2016-05-03 23:39:49 UTC) #15
borenet
LGTM with a nit and a question. https://codereview.chromium.org/1920283002/diff/160001/masters/master.client.skia.fyi/builders.cfg File masters/master.client.skia.fyi/builders.cfg (right): https://codereview.chromium.org/1920283002/diff/160001/masters/master.client.skia.fyi/builders.cfg#newcode55 masters/master.client.skia.fyi/builders.cfg:55: { 'name': ...
4 years, 7 months ago (2016-05-04 11:15:55 UTC) #16
dogben
https://codereview.chromium.org/1920283002/diff/160001/masters/master.client.skia.fyi/builders.cfg File masters/master.client.skia.fyi/builders.cfg (right): https://codereview.chromium.org/1920283002/diff/160001/masters/master.client.skia.fyi/builders.cfg#newcode55 masters/master.client.skia.fyi/builders.cfg:55: { 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN', On 2016/05/04 at 11:15:55, borenet wrote: ...
4 years, 7 months ago (2016-05-04 13:48:02 UTC) #17
dogben
https://codereview.chromium.org/1920283002/diff/160001/scripts/slave/recipe_modules/skia/xsan_flavor.py File scripts/slave/recipe_modules/skia/xsan_flavor.py (right): https://codereview.chromium.org/1920283002/diff/160001/scripts/slave/recipe_modules/skia/xsan_flavor.py#newcode31 scripts/slave/recipe_modules/skia/xsan_flavor.py:31: }[key] On 2016/05/04 at 13:48:02, Ben Wagner wrote: > ...
4 years, 7 months ago (2016-05-04 13:49:57 UTC) #18
borenet
https://codereview.chromium.org/1920283002/diff/160001/scripts/slave/recipe_modules/skia/xsan_flavor.py File scripts/slave/recipe_modules/skia/xsan_flavor.py (right): https://codereview.chromium.org/1920283002/diff/160001/scripts/slave/recipe_modules/skia/xsan_flavor.py#newcode31 scripts/slave/recipe_modules/skia/xsan_flavor.py:31: }[key] On 2016/05/04 13:49:56, Ben Wagner wrote: > On ...
4 years, 7 months ago (2016-05-04 13:51:57 UTC) #19
borenet
https://codereview.chromium.org/1920283002/diff/160001/masters/master.client.skia.fyi/builders.cfg File masters/master.client.skia.fyi/builders.cfg (right): https://codereview.chromium.org/1920283002/diff/160001/masters/master.client.skia.fyi/builders.cfg#newcode55 masters/master.client.skia.fyi/builders.cfg:55: { 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN', On 2016/05/04 13:48:02, Ben Wagner wrote: ...
4 years, 7 months ago (2016-05-04 13:52:58 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1920283002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1920283002/180001
4 years, 7 months ago (2016-05-04 13:54:51 UTC) #23
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 7 months ago (2016-05-04 13:54:53 UTC) #25
borenet2
On 2016/05/04 13:54:53, commit-bot: I haz the power wrote: > No L-G-T-M from a valid ...
4 years, 7 months ago (2016-05-04 13:55:41 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1920283002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1920283002/180001
4 years, 7 months ago (2016-05-04 13:55:52 UTC) #28
commit-bot: I haz the power
4 years, 7 months ago (2016-05-04 14:02:32 UTC) #30
Message was sent while issue was closed.
Committed patchset #2 (id:180001) as
http://src.chromium.org/viewvc/chrome?view=rev&revision=300439

Powered by Google App Engine
This is Rietveld 408576698