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

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

Issue 2360203004: Add swarming task for upload_dm_results (Closed)
Patch Set: Fix gzip 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
« no previous file with comments | « infra/bots/recipes/upload_dm_results.expected/trybot.json ('k') | infra/bots/upload_dm_results.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipes/upload_nano_results.py
diff --git a/infra/bots/recipes/upload_nano_results.py b/infra/bots/recipes/upload_nano_results.py
index 8cc39be693582c6b810559927a0094f282645b3b..2abe388e856ca8f4d1dcb598b98b205d7a0f6019 100644
--- a/infra/bots/recipes/upload_nano_results.py
+++ b/infra/bots/recipes/upload_nano_results.py
@@ -18,8 +18,8 @@ DEPS = [
def RunSteps(api):
# Upload the nanobench resuls.
builder_name = api.properties['buildername']
- issue = str(api.properties.get('issue'))
- patchset = str(api.properties.get('patchset'))
+ issue = str(api.properties.get('issue', ''))
+ patchset = str(api.properties.get('patchset', ''))
now = api.time.utcnow()
« no previous file with comments | « infra/bots/recipes/upload_dm_results.expected/trybot.json ('k') | infra/bots/upload_dm_results.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698