diff options
Diffstat (limited to 'infra/bots/infrabots.isolate')
-rw-r--r-- | infra/bots/infrabots.isolate | 13 |
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', + './', + ], + }, +} |