aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/infrabots.isolate
diff options
context:
space:
mode:
authorGravatar borenet <borenet@google.com>2016-03-04 04:55:26 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-04 04:55:26 -0800
commitf1215a537f7cb076f0087877899ee2d1a13e5f6c (patch)
tree1332192cfffb5928933e5f1c668337e3fdb3381a /infra/bots/infrabots.isolate
parent68c63b3727f05638a95fcf5f65c5476a2fcb34d0 (diff)
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 Review URL: https://codereview.chromium.org/1759553003
Diffstat (limited to 'infra/bots/infrabots.isolate')
-rw-r--r--infra/bots/infrabots.isolate13
1 files changed, 13 insertions, 0 deletions
diff --git a/infra/bots/infrabots.isolate b/infra/bots/infrabots.isolate
new file mode 100644
index 0000000000..4936c6206a
--- /dev/null
+++ b/infra/bots/infrabots.isolate
@@ -0,0 +1,13 @@
+{
+ 'variables': {
+ 'files': [
+ '../../tools/__init__.py',
+ '../../tools/buildbot_spec.py',
+ '../../tools/builder_name_schema.json',
+ '../../tools/builder_name_schema.py',
+ '../../tools/dm_flags.py',
+ '../../tools/nanobench_flags.py',
+ './',
+ ],
+ },
+}