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

Unified Diff: infra/bots/swarm_recipe.isolate

Issue 2175373002: Move Skia recipes from build repo (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address more comments Created 4 years, 5 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/swarm_recipe.isolate
diff --git a/infra/bots/swarm_recipe.isolate b/infra/bots/swarm_recipe.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..8a6803ff03d89a8d412558e8e1c46097c18b2883
--- /dev/null
+++ b/infra/bots/swarm_recipe.isolate
@@ -0,0 +1,13 @@
+{
+ 'includes': [
+ 'infrabots.isolate',
+ ],
+ 'variables': {
+ 'command': [
+ 'python', 'recipes.py', 'run',
+ ],
+ 'files': [
+ '../config/recipes.cfg',
+ ],
+ },
+}

Powered by Google App Engine
This is Rietveld 408576698