aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/swarm_recipe.isolate
blob: 8a6803ff03d89a8d412558e8e1c46097c18b2883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  'includes': [
    'infrabots.isolate',
  ],
  'variables': {
    'command': [
      'python', 'recipes.py', 'run',
    ],
    'files': [
      '../config/recipes.cfg',
    ],
  },
}