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

Unified Diff: infra/bots/infrabots.isolate

Issue 1759553003: Swarming bots: setup for skipping download of build products (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: infra/bots/infrabots.isolate
diff --git a/infra/bots/infrabots.isolate b/infra/bots/infrabots.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..4936c6206af136fbfafca53ffc7c13169e3240db
--- /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',
+ './',
+ ],
+ },
+}

Powered by Google App Engine
This is Rietveld 408576698