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

Unified Diff: scripts/slave/recipes/swarming/staging.py

Issue 1788653004: Fix bot_update api rename. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Long line. Created 4 years, 9 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 | « scripts/slave/recipes/flutter/engine.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/swarming/staging.py
diff --git a/scripts/slave/recipes/swarming/staging.py b/scripts/slave/recipes/swarming/staging.py
index db46d02ce502bdfd05662fc0835b060f81988bcf..94e6e9cf82a8f552ff0083ef8d4b401aaf780a28 100644
--- a/scripts/slave/recipes/swarming/staging.py
+++ b/scripts/slave/recipes/swarming/staging.py
@@ -180,7 +180,7 @@ def RunSteps(api):
# but swarming/api.py is already parsing it to get failed shards so we
# reuse it here.
parsed_gtest_data = gtest_results.raw
- chrome_revision_cp = api.bot_update.properties.get(
+ chrome_revision_cp = api.bot_update.last_returned_properties.get(
'got_revision_cp', 'x@{#0}')
chrome_revision = str(api.commit_position.parse_revision(
chrome_revision_cp))
« no previous file with comments | « scripts/slave/recipes/flutter/engine.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698