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

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

Issue 2170353002: Added call to chromium.ensure_goma() in the webrtc/libfuzzer recipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.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 | « no previous file | scripts/slave/recipes/webrtc/libfuzzer.expected/full_client_webrtc_Linux64_Release__Libfuzzer_.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/webrtc/libfuzzer.py
diff --git a/scripts/slave/recipes/webrtc/libfuzzer.py b/scripts/slave/recipes/webrtc/libfuzzer.py
index 698fc880e88c75627a8b8724a1416f7534a9b8d6..2fd64f36cacd6764ef77551796d90379683a9048 100644
--- a/scripts/slave/recipes/webrtc/libfuzzer.py
+++ b/scripts/slave/recipes/webrtc/libfuzzer.py
@@ -58,6 +58,7 @@ def RunSteps(api):
webrtc.apply_bot_config(BUILDERS, webrtc.RECIPE_CONFIGS)
api.webrtc.checkout()
+ api.chromium.ensure_goma()
api.chromium.runhooks()
api.chromium.run_gn(use_goma=False)
« no previous file with comments | « no previous file | scripts/slave/recipes/webrtc/libfuzzer.expected/full_client_webrtc_Linux64_Release__Libfuzzer_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698