From f5b7a5490b51c87379b37acf7a9e7f7c3f6765c7 Mon Sep 17 00:00:00 2001 From: borenet Date: Mon, 12 Sep 2016 11:51:26 -0700 Subject: [PATCH] Run recipes.py with --timestamps BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2330123002 Review-Url: https://codereview.chromium.org/2330123002 --- infra/bots/swarm_recipe.isolate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/bots/swarm_recipe.isolate b/infra/bots/swarm_recipe.isolate index 8a6803ff03..9e8f516c81 100644 --- a/infra/bots/swarm_recipe.isolate +++ b/infra/bots/swarm_recipe.isolate @@ -4,7 +4,7 @@ ], 'variables': { 'command': [ - 'python', 'recipes.py', 'run', + 'python', 'recipes.py', 'run', '--timestamps', ], 'files': [ '../config/recipes.cfg', -- 2.34.1