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

Unified Diff: infra/bots/recipes/swarm_trigger.py

Issue 2366623003: Include timestamp in nanobench JSON file name (Closed)
Patch Set: Also, don't download the nanobench JSON Created 4 years, 3 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/recipes/swarm_trigger.py
diff --git a/infra/bots/recipes/swarm_trigger.py b/infra/bots/recipes/swarm_trigger.py
index d6272a1546983bc0284b62f538daf55e8b913f8e..fdf81004e8bc8f145462c00713d82c98379cf4e2 100644
--- a/infra/bots/recipes/swarm_trigger.py
+++ b/infra/bots/recipes/swarm_trigger.py
@@ -473,13 +473,13 @@ def perf_steps_trigger(api, builder_cfg, got_revision, infrabots_dir,
expiration=expiration,
hard_timeout=hard_timeout,
io_timeout=io_timeout,
- cipd_packages=cipd_packages)
+ cipd_packages=cipd_packages,
+ store_output=False)
def perf_steps_collect(api, task, builder_cfg, got_revision, infrabots_dir):
"""Wait for perf steps to finish and upload results."""
# Wait for nanobench to finish, download the results.
- api.run.rmtree(task.task_output_dir)
if not api.vars.upload_perf_results: # pragma: nocover
api.swarming.collect_swarming_task(task)
return

Powered by Google App Engine
This is Rietveld 408576698