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

Unified Diff: scripts/slave/recipes/webrtc/standalone.py

Issue 2030133002: WebRTC: Move ensure_goma step to before runhooks step. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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: scripts/slave/recipes/webrtc/standalone.py
diff --git a/scripts/slave/recipes/webrtc/standalone.py b/scripts/slave/recipes/webrtc/standalone.py
index 6e49c115504774104ca81f3dd249ea61a28d0e4f..d38d40f6b1fa03736c5473bbabc8d07d8cee5abe 100644
--- a/scripts/slave/recipes/webrtc/standalone.py
+++ b/scripts/slave/recipes/webrtc/standalone.py
@@ -28,6 +28,7 @@ def RunSteps(api):
api.ios.host_info()
webrtc.checkout()
webrtc.cleanup()
+ api.chromium.ensure_goma()
api.chromium.runhooks()
webrtc.check_swarming_version()

Powered by Google App Engine
This is Rietveld 408576698