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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/fail_net_unittests_success.json

Issue 134193014: Make recipes use the new way of enabling goma. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 6 years, 10 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_trybot.expected/fail_net_unittests_success.json
===================================================================
--- scripts/slave/recipes/chromium_trybot.expected/fail_net_unittests_success.json (revision 248765)
+++ scripts/slave/recipes/chromium_trybot.expected/fail_net_unittests_success.json (working copy)
@@ -101,7 +101,7 @@
"runhooks"
],
"env": {
- "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 target_arch=x64",
+ "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 gomadir=[BUILD]/goma target_arch=x64 use_goma=1",
"GYP_GENERATORS": "ninja"
},
"name": "gclient runhooks"
@@ -121,6 +121,8 @@
"ninja",
"--compiler",
"goma",
+ "--goma-dir",
+ "[BUILD]/goma",
"--",
"base_unittests",
"cacheinvalidation_unittests",
@@ -1062,7 +1064,7 @@
"runhooks"
],
"env": {
- "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 target_arch=x64",
+ "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 gomadir=[BUILD]/goma target_arch=x64 use_goma=1",
"GYP_GENERATORS": "ninja"
},
"name": "gclient runhooks (2)"
@@ -1082,6 +1084,8 @@
"ninja",
"--compiler",
"goma",
+ "--goma-dir",
+ "[BUILD]/goma",
"--",
"net_unittests"
],

Powered by Google App Engine
This is Rietveld 408576698