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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_tests__l_nexus9_.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
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]/Android64_Tests__L_Nexus9_", 7 "[BUILDER_CACHE]/Android64_Tests__L_Nexus9_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 { 171 {
172 "cmd": [ 172 "cmd": [
173 "python", 173 "python",
174 "-u", 174 "-u",
175 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 175 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
176 "runhooks" 176 "runhooks"
177 ], 177 ],
178 "cwd": "[BUILDER_CACHE]/Android64_Tests__L_Nexus9_/src", 178 "cwd": "[BUILDER_CACHE]/Android64_Tests__L_Nexus9_/src",
179 "env": { 179 "env": {
180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
181 "GYP_CHROMIUM_NO_ACTION": "1",
181 "GYP_CROSSCOMPILE": "1", 182 "GYP_CROSSCOMPILE": "1",
182 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ CACHE]/cipd/goma' target_arch=arm64 use_goma=1", 183 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ CACHE]/cipd/goma' target_arch=arm64 use_goma=1",
183 "PATH": "[BUILDER_CACHE]/Android64_Tests__L_Nexus9_/src/third_party/androi d_tools/sdk/platform-tools:[BUILDER_CACHE]/Android64_Tests__L_Nexus9_/src/build/ android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 184 "PATH": "[BUILDER_CACHE]/Android64_Tests__L_Nexus9_/src/third_party/androi d_tools/sdk/platform-tools:[BUILDER_CACHE]/Android64_Tests__L_Nexus9_/src/build/ android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
184 }, 185 },
185 "name": "gclient runhooks" 186 "name": "gclient runhooks"
186 }, 187 },
187 { 188 {
188 "cmd": [ 189 "cmd": [
189 "python", 190 "python",
190 "-u", 191 "-u",
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 842 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
842 "@@@STEP_LOG_END@python.inline@@@" 843 "@@@STEP_LOG_END@python.inline@@@"
843 ] 844 ]
844 }, 845 },
845 { 846 {
846 "name": "$result", 847 "name": "$result",
847 "recipe_result": null, 848 "recipe_result": null,
848 "status_code": 0 849 "status_code": 0
849 } 850 }
850 ] 851 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698