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', |
+ './', |
+ ], |
+ }, |
+} |