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

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

Issue 2411243003: Revert of 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", 7 "[BUILDER_CACHE]/mac",
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/src", 210 "cwd": "[BUILDER_CACHE]/mac/src",
211 "env": { 211 "env": {
212 "FORCE_MAC_TOOLCHAIN": "1",
213 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 212 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
214 "GYP_CHROMIUM_NO_ACTION": "1", 213 "GYP_CHROMIUM_NO_ACTION": "1",
215 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library dchec k_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' int ernal_gles2_conform_tests=1 proprietary_codecs=1 target_arch=x64 test_isolation_ mode=prepare use_goma=1", 214 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library dchec k_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' int ernal_gles2_conform_tests=1 proprietary_codecs=1 target_arch=x64 test_isolation_ mode=prepare use_goma=1",
216 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 215 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
217 }, 216 },
218 "name": "gclient runhooks (with patch)" 217 "name": "gclient runhooks (with patch)"
219 }, 218 },
220 { 219 {
221 "cmd": [ 220 "cmd": [
222 "python", 221 "python",
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 "-b", 350 "-b",
352 "mac_optional_gpu_tests_rel", 351 "mac_optional_gpu_tests_rel",
353 "--config-file", 352 "--config-file",
354 "[BUILDER_CACHE]/mac/src/tools/mb/mb_config.pyl", 353 "[BUILDER_CACHE]/mac/src/tools/mb/mb_config.pyl",
355 "--goma-dir", 354 "--goma-dir",
356 "[CACHE]/cipd/goma", 355 "[CACHE]/cipd/goma",
357 "//out/Release" 356 "//out/Release"
358 ], 357 ],
359 "cwd": "[BUILDER_CACHE]/mac/src", 358 "cwd": "[BUILDER_CACHE]/mac/src",
360 "env": { 359 "env": {
361 "FORCE_MAC_TOOLCHAIN": "1",
362 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 360 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
363 }, 361 },
364 "name": "generate_build_files (with patch)" 362 "name": "generate_build_files (with patch)"
365 }, 363 },
366 { 364 {
367 "allow_subannotations": true, 365 "allow_subannotations": true,
368 "cmd": [ 366 "cmd": [
369 "python", 367 "python",
370 "-u", 368 "-u",
371 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 369 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
372 "--src-dir", 370 "--src-dir",
373 "[BUILDER_CACHE]/mac/src", 371 "[BUILDER_CACHE]/mac/src",
374 "--output-json", 372 "--output-json",
375 "/path/to/tmp/json" 373 "/path/to/tmp/json"
376 ], 374 ],
377 "env": { 375 "env": {
378 "FORCE_MAC_TOOLCHAIN": "1",
379 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 376 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
380 }, 377 },
381 "name": "clang_revision", 378 "name": "clang_revision",
382 "~followup_annotations": [ 379 "~followup_annotations": [
383 "@@@STEP_LOG_LINE@json.output@{@@@", 380 "@@@STEP_LOG_LINE@json.output@{@@@",
384 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 381 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
385 "@@@STEP_LOG_LINE@json.output@}@@@", 382 "@@@STEP_LOG_LINE@json.output@}@@@",
386 "@@@STEP_LOG_END@json.output@@@" 383 "@@@STEP_LOG_END@json.output@@@"
387 ] 384 ]
388 }, 385 },
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 "/creds/service_accounts/service-account-goma-client.json", 417 "/creds/service_accounts/service-account-goma-client.json",
421 "--goma-dir", 418 "--goma-dir",
422 "[CACHE]/cipd/goma", 419 "[CACHE]/cipd/goma",
423 "--goma-fail-fast", 420 "--goma-fail-fast",
424 "--goma-disable-local-fallback", 421 "--goma-disable-local-fallback",
425 "--ninja-ensure-up-to-date", 422 "--ninja-ensure-up-to-date",
426 "--", 423 "--",
427 "base_unittests" 424 "base_unittests"
428 ], 425 ],
429 "env": { 426 "env": {
430 "FORCE_MAC_TOOLCHAIN": "1",
431 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 427 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
432 }, 428 },
433 "name": "compile (with patch)", 429 "name": "compile (with patch)",
434 "~followup_annotations": [ 430 "~followup_annotations": [
435 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 431 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
436 "@@@STEP_LOG_END@json.output (invalid)@@@" 432 "@@@STEP_LOG_END@json.output (invalid)@@@"
437 ] 433 ]
438 }, 434 },
439 { 435 {
440 "cmd": [ 436 "cmd": [
(...skipping 24 matching lines...) Expand all
465 "--generate-json-file", 461 "--generate-json-file",
466 "-o", 462 "-o",
467 "gtest-results/base_unittests", 463 "gtest-results/base_unittests",
468 "--builder-name=mac_optional_gpu_tests_rel", 464 "--builder-name=mac_optional_gpu_tests_rel",
469 "--slave-name=TestSlavename", 465 "--slave-name=TestSlavename",
470 "--build-number=571", 466 "--build-number=571",
471 "base_unittests" 467 "base_unittests"
472 ], 468 ],
473 "cwd": "[BUILDER_CACHE]/mac", 469 "cwd": "[BUILDER_CACHE]/mac",
474 "env": { 470 "env": {
475 "FORCE_MAC_TOOLCHAIN": "1",
476 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 471 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
477 }, 472 },
478 "name": "base_unittests (with patch)" 473 "name": "base_unittests (with patch)"
479 }, 474 },
480 { 475 {
481 "name": "$result", 476 "name": "$result",
482 "recipe_result": null, 477 "recipe_result": null,
483 "status_code": 0 478 "status_code": 0
484 } 479 }
485 ] 480 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698