diff options
author | borenet <borenet@chromium.org> | 2016-09-12 11:51:26 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-12 11:51:26 -0700 |
commit | f5b7a5490b51c87379b37acf7a9e7f7c3f6765c7 (patch) | |
tree | 4464e905e69cbdc04179614d4bc12eb78c623e10 /infra | |
parent | db85665578f19dde2779842488b3054da9b0b7e2 (diff) |
Run recipes.py with --timestamps
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2330123002
Review-Url: https://codereview.chromium.org/2330123002
Diffstat (limited to 'infra')
-rw-r--r-- | infra/bots/swarm_recipe.isolate | 2 |
1 files changed, 1 insertions, 1 deletions
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', |