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

Issue 1759553003: Swarming bots: setup for skipping download of build products (Closed)

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

Description

Swarming bots: setup for skipping download of build products Turns out it's pretty easy to pass the compile outputs to the test task by just adding the hash to the "includes" list in the .isolated file. So the flow is: 1. Isolate skia repo 2. Run compile task, record hash of results 3. Isolate test inputs for DM. This writes a .isolated file 4. Edit the .isolated file from #3 to include the hash from #2 5. Upload the modified .isolated file to the isolate server 6. Trigger the swarming task for DM 7. Wait for DM task to finish, download results from isolate server 8. Upload results to GS as normal I expect the swarming bots to break when this is committed due to the moved out directory. The associated recipe change will fix them. NOTRY=true BUG=skia:4763 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1759553003 Committed: https://skia.googlesource.com/skia/+/f1215a537f7cb076f0087877899ee2d1a13e5f6c

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix compile_skia out dir #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -6 lines) Patch
A infra/bots/add_isolated_input.py View 1 chunk +33 lines, -0 lines 0 comments Download
M infra/bots/common.py View 1 chunk +2 lines, -2 lines 0 comments Download
M infra/bots/compile_skia.isolate View 1 1 chunk +1 line, -1 line 0 comments Download
A infra/bots/infrabots.isolate View 1 chunk +13 lines, -0 lines 0 comments Download
M infra/bots/perf_skia.isolate View 1 chunk +2 lines, -1 line 0 comments Download
A + infra/bots/resources.isolate View 1 chunk +1 line, -1 line 0 comments Download
M infra/bots/test_skia.isolate View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 14 (7 generated)
borenet
4 years, 9 months ago (2016-03-02 21:42:10 UTC) #5
rmistry
https://codereview.chromium.org/1759553003/diff/1/infra/bots/add_isolated_input.py File infra/bots/add_isolated_input.py (right): https://codereview.chromium.org/1759553003/diff/1/infra/bots/add_isolated_input.py#newcode1 infra/bots/add_isolated_input.py:1: #!/usr/bin/env python Where is this script used?
4 years, 9 months ago (2016-03-03 16:02:30 UTC) #6
borenet
https://codereview.chromium.org/1759553003/diff/1/infra/bots/add_isolated_input.py File infra/bots/add_isolated_input.py (right): https://codereview.chromium.org/1759553003/diff/1/infra/bots/add_isolated_input.py#newcode1 infra/bots/add_isolated_input.py:1: #!/usr/bin/env python On 2016/03/03 16:02:30, rmistry wrote: > Where ...
4 years, 9 months ago (2016-03-03 16:18:20 UTC) #7
rmistry
Seems a little hacky to modify the .isolated file but if it saves time and ...
4 years, 9 months ago (2016-03-03 16:20:07 UTC) #8
borenet
On 2016/03/03 16:20:07, rmistry wrote: > Seems a little hacky to modify the .isolated file ...
4 years, 9 months ago (2016-03-03 16:25:39 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1759553003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1759553003/20001
4 years, 9 months ago (2016-03-04 12:52:55 UTC) #12
commit-bot: I haz the power
4 years, 9 months ago (2016-03-04 12:55:30 UTC) #14
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/f1215a537f7cb076f0087877899ee2d1a13e5f6c

Powered by Google App Engine
This is Rietveld 408576698