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

Unified Diff: scripts/slave/recipes/nacl/sdk.expected/basic.json

Issue 2006163003: Flip nacl sdk bots to use MB to generate the build files. (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
« no previous file with comments | « scripts/slave/recipes/nacl/sdk.py ('k') | scripts/slave/recipes/nacl/sdk_build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/nacl/sdk.expected/basic.json
diff --git a/scripts/slave/recipes/nacl/sdk.expected/basic.json b/scripts/slave/recipes/nacl/sdk.expected/basic.json
index 5d6d75ee94ee7e7be1fe919bf969b4e6b3900060..1f97985596650119da0af02dfce3e16536b0d339 100644
--- a/scripts/slave/recipes/nacl/sdk.expected/basic.json
+++ b/scripts/slave/recipes/nacl/sdk.expected/basic.json
@@ -114,6 +114,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": "component=static_library gomadir='[BUILD]/goma' target_arch=x64 use_goma=1",
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -123,6 +124,27 @@
"cmd": [
"python",
"-u",
+ "[SLAVE_BUILD]/src/tools/mb/mb.py",
+ "gen",
+ "-m",
+ "chromium.testing.master",
+ "-b",
+ "TestBuilder",
+ "--config-file",
+ "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
+ "--goma-dir",
+ "[BUILD]/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",
« no previous file with comments | « scripts/slave/recipes/nacl/sdk.py ('k') | scripts/slave/recipes/nacl/sdk_build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698