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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_blink_trybot.json

Issue 2415543004: Download the hermetic xcode toolchain on all bots that target mac. (Closed)
Patch Set: Created 4 years, 2 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]/mac_layout", 7 "[BUILDER_CACHE]/mac_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 }, 202 },
203 { 203 {
204 "cmd": [ 204 "cmd": [
205 "python", 205 "python",
206 "-u", 206 "-u",
207 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 207 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
208 "runhooks" 208 "runhooks"
209 ], 209 ],
210 "cwd": "[BUILDER_CACHE]/mac_layout/src", 210 "cwd": "[BUILDER_CACHE]/mac_layout/src",
211 "env": { 211 "env": {
212 "FORCE_MAC_TOOLCHAIN": "1",
212 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 213 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
213 "GYP_CHROMIUM_NO_ACTION": "1", 214 "GYP_CHROMIUM_NO_ACTION": "1",
214 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepare us e_goma=1", 215 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepare us e_goma=1",
215 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 216 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
216 }, 217 },
217 "name": "gclient runhooks (with patch)" 218 "name": "gclient runhooks (with patch)"
218 }, 219 },
219 { 220 {
220 "cmd": [ 221 "cmd": [
221 "python", 222 "python",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "import sys; sys.exit(0)" 340 "import sys; sys.exit(0)"
340 ], 341 ],
341 "name": "mark: before_tests" 342 "name": "mark: before_tests"
342 }, 343 },
343 { 344 {
344 "name": "$result", 345 "name": "$result",
345 "recipe_result": null, 346 "recipe_result": null,
346 "status_code": 0 347 "status_code": 0
347 } 348 }
348 ] 349 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698