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

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

Issue 2197643002: perf: Upload results to gs://skia-perf, not gs://chromium-skia-gm. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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
« no previous file with comments | « infra/bots/recipe_modules/skia/resources/upload_bench_results.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipes/swarm_trigger.py
diff --git a/infra/bots/recipes/swarm_trigger.py b/infra/bots/recipes/swarm_trigger.py
index 6ff27ea9295d89994b0d1ec57b7dc78e2ca753ca..64c42cef9e4f27097f5b117904de7c68a8dca8bc 100644
--- a/infra/bots/recipes/swarm_trigger.py
+++ b/infra/bots/recipes/swarm_trigger.py
@@ -419,7 +419,7 @@ def perf_steps_collect(api, task, upload_perf_results, got_revision,
script=api.skia.resource('upload_bench_results.py'),
args=upload_args,
cwd=api.path['checkout'],
- env=api.skia.gsutil_env('chromium-skia-gm.boto'),
+# env=api.skia.gsutil_env('chromium-skia-gm.boto'),
borenet 2016/07/29 15:34:55 If the trybot successfully uploads, please remove
jcgregorio 2016/07/29 16:41:58 Done.
infra_step=True)
« no previous file with comments | « infra/bots/recipe_modules/skia/resources/upload_bench_results.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698