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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 { 107 {
108 "cmd": [ 108 "cmd": [
109 "python", 109 "python",
110 "-u", 110 "-u",
111 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 111 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
112 "runhooks" 112 "runhooks"
113 ], 113 ],
114 "cwd": "[SLAVE_BUILD]/src", 114 "cwd": "[SLAVE_BUILD]/src",
115 "env": { 115 "env": {
116 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 116 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
117 "GYP_CHROMIUM_NO_ACTION": "1",
117 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc h=x64 use_goma=1", 118 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc h=x64 use_goma=1",
118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 119 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
119 }, 120 },
120 "name": "gclient runhooks" 121 "name": "gclient runhooks"
121 }, 122 },
122 { 123 {
123 "cmd": [ 124 "cmd": [
124 "python", 125 "python",
125 "-u", 126 "-u",
127 "[SLAVE_BUILD]/src/tools/mb/mb.py",
128 "gen",
129 "-m",
130 "chromium.testing.master",
131 "-b",
132 "TestBuilder",
133 "--config-file",
134 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
135 "--goma-dir",
136 "[BUILD]/goma",
137 "//out/Release"
138 ],
139 "env": {
140 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
141 },
142 "name": "generate_build_files"
143 },
144 {
145 "cmd": [
146 "python",
147 "-u",
126 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 148 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
127 "--show-path", 149 "--show-path",
128 "python", 150 "python",
129 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 151 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
130 ], 152 ],
131 "name": "cleanup_temp" 153 "name": "cleanup_temp"
132 }, 154 },
133 { 155 {
134 "cmd": [ 156 "cmd": [
135 "python", 157 "python",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" 200 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py"
179 ], 201 ],
180 "name": "annotated_steps" 202 "name": "annotated_steps"
181 }, 203 },
182 { 204 {
183 "name": "$result", 205 "name": "$result",
184 "recipe_result": null, 206 "recipe_result": null,
185 "status_code": 0 207 "status_code": 0
186 } 208 }
187 ] 209 ]
OLDNEW
« 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