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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_rel.json

Issue 2232763002: WebRTC: Enable MB for Android bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_n6.json ('k') | no next file » | 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/android_rel", 7 "[BUILDER_CACHE]/android_rel",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 { 177 {
178 "cmd": [ 178 "cmd": [
179 "python", 179 "python",
180 "-u", 180 "-u",
181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
182 "runhooks" 182 "runhooks"
183 ], 183 ],
184 "cwd": "[BUILDER_CACHE]/android_rel/src", 184 "cwd": "[BUILDER_CACHE]/android_rel/src",
185 "env": { 185 "env": {
186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
187 "GYP_CHROMIUM_NO_ACTION": "1",
187 "GYP_CROSSCOMPILE": "1", 188 "GYP_CROSSCOMPILE": "1",
188 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1", 189 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1",
189 "PATH": "[BUILDER_CACHE]/android_rel/src/third_party/android_tools/sdk/pla tform-tools:[BUILDER_CACHE]/android_rel/src/build/android:%(PATH)s:RECIPE_PACKAG E_REPO[depot_tools]" 190 "PATH": "[BUILDER_CACHE]/android_rel/src/third_party/android_tools/sdk/pla tform-tools:[BUILDER_CACHE]/android_rel/src/build/android:%(PATH)s:RECIPE_PACKAG E_REPO[depot_tools]"
190 }, 191 },
191 "name": "gclient runhooks" 192 "name": "gclient runhooks"
192 }, 193 },
193 { 194 {
194 "cmd": [ 195 "cmd": [
195 "python", 196 "python",
196 "-u", 197 "-u",
198 "[BUILDER_CACHE]/android_rel/src/tools/mb/mb.py",
199 "gen",
200 "-m",
201 "tryserver.webrtc",
202 "-b",
203 "android_rel",
204 "--config-file",
205 "[BUILDER_CACHE]/android_rel/src/webrtc/build/mb_config.pyl",
206 "--goma-dir",
207 "[CACHE]/cipd/goma",
208 "--gyp-script=[BUILDER_CACHE]/android_rel/src/webrtc/build/gyp_webrtc.py",
209 "//out/Release"
210 ],
211 "cwd": "[BUILDER_CACHE]/android_rel/src",
212 "env": {
213 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
214 },
215 "name": "generate_build_files"
216 },
217 {
218 "cmd": [
219 "python",
220 "-u",
197 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 221 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
198 "--show-path", 222 "--show-path",
199 "python", 223 "python",
200 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 224 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
201 "--gsutil-py-path", 225 "--gsutil-py-path",
202 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 226 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
203 "--ninja-path", 227 "--ninja-path",
204 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 228 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
205 "--target", 229 "--target",
206 "Release", 230 "Release",
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 837 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
814 "@@@STEP_LOG_END@python.inline@@@" 838 "@@@STEP_LOG_END@python.inline@@@"
815 ] 839 ]
816 }, 840 },
817 { 841 {
818 "name": "$result", 842 "name": "$result",
819 "recipe_result": null, 843 "recipe_result": null,
820 "status_code": 0 844 "status_code": 0
821 } 845 }
822 ] 846 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_n6.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698