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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_Mac.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_ng", 7 "[BUILDER_CACHE]/mac_ng",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 }, 199 },
200 { 200 {
201 "cmd": [ 201 "cmd": [
202 "python", 202 "python",
203 "-u", 203 "-u",
204 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 204 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
205 "runhooks" 205 "runhooks"
206 ], 206 ],
207 "cwd": "[BUILDER_CACHE]/mac_ng/src", 207 "cwd": "[BUILDER_CACHE]/mac_ng/src",
208 "env": { 208 "env": {
209 "FORCE_MAC_TOOLCHAIN": "1",
209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 210 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
210 "GYP_CHROMIUM_NO_ACTION": "1", 211 "GYP_CHROMIUM_NO_ACTION": "1",
211 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom a' linux_dump_symbols=0 target_arch=x64 test_isolation_mode=noop use_goma=1", 212 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom a' linux_dump_symbols=0 target_arch=x64 test_isolation_mode=noop use_goma=1",
212 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 213 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
213 }, 214 },
214 "name": "gclient runhooks" 215 "name": "gclient runhooks"
215 }, 216 },
216 { 217 {
217 "cmd": [ 218 "cmd": [
218 "python", 219 "python",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 "-b", 272 "-b",
272 "Mac", 273 "Mac",
273 "--config-file", 274 "--config-file",
274 "[BUILDER_CACHE]/mac_ng/src/tools/mb/mb_config.pyl", 275 "[BUILDER_CACHE]/mac_ng/src/tools/mb/mb_config.pyl",
275 "--goma-dir", 276 "--goma-dir",
276 "[CACHE]/cipd/goma", 277 "[CACHE]/cipd/goma",
277 "//out/Release" 278 "//out/Release"
278 ], 279 ],
279 "cwd": "[BUILDER_CACHE]/mac_ng/src", 280 "cwd": "[BUILDER_CACHE]/mac_ng/src",
280 "env": { 281 "env": {
282 "FORCE_MAC_TOOLCHAIN": "1",
281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
282 }, 284 },
283 "name": "generate_build_files" 285 "name": "generate_build_files"
284 }, 286 },
285 { 287 {
286 "allow_subannotations": true, 288 "allow_subannotations": true,
287 "cmd": [ 289 "cmd": [
288 "python", 290 "python",
289 "-u", 291 "-u",
290 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 292 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
291 "--src-dir", 293 "--src-dir",
292 "[BUILDER_CACHE]/mac_ng/src", 294 "[BUILDER_CACHE]/mac_ng/src",
293 "--output-json", 295 "--output-json",
294 "/path/to/tmp/json" 296 "/path/to/tmp/json"
295 ], 297 ],
296 "env": { 298 "env": {
299 "FORCE_MAC_TOOLCHAIN": "1",
297 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 300 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
298 }, 301 },
299 "name": "clang_revision", 302 "name": "clang_revision",
300 "~followup_annotations": [ 303 "~followup_annotations": [
301 "@@@STEP_LOG_LINE@json.output@{@@@", 304 "@@@STEP_LOG_LINE@json.output@{@@@",
302 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 305 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
303 "@@@STEP_LOG_LINE@json.output@}@@@", 306 "@@@STEP_LOG_LINE@json.output@}@@@",
304 "@@@STEP_LOG_END@json.output@@@" 307 "@@@STEP_LOG_END@json.output@@@"
305 ] 308 ]
306 }, 309 },
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 "/path/to/tmp/json", 341 "/path/to/tmp/json",
339 "--goma-service-account-json-file", 342 "--goma-service-account-json-file",
340 "/creds/service_accounts/service-account-goma-client.json", 343 "/creds/service_accounts/service-account-goma-client.json",
341 "--goma-dir", 344 "--goma-dir",
342 "[CACHE]/cipd/goma", 345 "[CACHE]/cipd/goma",
343 "--ninja-ensure-up-to-date", 346 "--ninja-ensure-up-to-date",
344 "--", 347 "--",
345 "all" 348 "all"
346 ], 349 ],
347 "env": { 350 "env": {
351 "FORCE_MAC_TOOLCHAIN": "1",
348 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 352 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
349 }, 353 },
350 "name": "compile", 354 "name": "compile",
351 "~followup_annotations": [ 355 "~followup_annotations": [
352 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 356 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
353 "@@@STEP_LOG_END@json.output (invalid)@@@" 357 "@@@STEP_LOG_END@json.output (invalid)@@@"
354 ] 358 ]
355 }, 359 },
356 { 360 {
357 "cmd": [ 361 "cmd": [
(...skipping 16 matching lines...) Expand all
374 "dev" 378 "dev"
375 ], 379 ],
376 "name": "archive_build" 380 "name": "archive_build"
377 }, 381 },
378 { 382 {
379 "name": "$result", 383 "name": "$result",
380 "recipe_result": null, 384 "recipe_result": null,
381 "status_code": 0 385 "status_code": 0
382 } 386 }
383 ] 387 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698