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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Linux_Builder.json

Issue 1968293004: WebRTC: Enable MB on our remaining Chromium builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
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/chromium.expected/full_chromium_webrtc_fyi_Linux_Builder.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Linux_Builder.json b/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Linux_Builder.json
index 0a0812bf4664fa84cc95fe7a2bdbbc228efb73c7..881771528b143b8fffd5bd7a11e4cc14cd3a7e78 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Linux_Builder.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Linux_Builder.json
@@ -190,6 +190,7 @@
"cwd": "[SLAVE_BUILD]/src",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
+ "GYP_CHROMIUM_NO_ACTION": "1",
"GYP_DEFINES": "blink_logging_always_on=1 component=static_library dcheck_always_on=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 use_goma=1",
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -246,6 +247,27 @@
"cmd": [
"python",
"-u",
+ "[SLAVE_BUILD]/src/tools/mb/mb.py",
+ "gen",
+ "-m",
+ "chromium.webrtc.fyi",
+ "-b",
+ "Linux Builder",
+ "--config-file",
+ "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
+ "--goma-dir",
+ "[CACHE]/cipd/goma",
+ "//out/Release"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "generate_build_files"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
"--show-path",
"python",
@@ -274,7 +296,6 @@
"[CACHE]/cipd/goma",
"--",
"browser_tests",
- "chromium_builder_webrtc",
"content_browsertests",
"content_unittests",
"media_unittests",

Powered by Google App Engine
This is Rietveld 408576698