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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMacASan_tester.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]/ClangToTMacASan_tester", 7 "[BUILDER_CACHE]/ClangToTMacASan_tester",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 }, 193 },
194 { 194 {
195 "cmd": [ 195 "cmd": [
196 "python", 196 "python",
197 "-u", 197 "-u",
198 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 198 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
199 "runhooks" 199 "runhooks"
200 ], 200 ],
201 "cwd": "[BUILDER_CACHE]/ClangToTMacASan_tester/src", 201 "cwd": "[BUILDER_CACHE]/ClangToTMacASan_tester/src",
202 "env": { 202 "env": {
203 "FORCE_MAC_TOOLCHAIN": "1",
203 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
204 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi r='[CACHE]/cipd/goma' host_arch=x64 target_arch=x64 test_isolation_mode=prepare use_goma=1", 205 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi r='[CACHE]/cipd/goma' host_arch=x64 target_arch=x64 test_isolation_mode=prepare use_goma=1",
205 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 206 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
206 }, 207 },
207 "name": "gclient runhooks" 208 "name": "gclient runhooks"
208 }, 209 },
209 { 210 {
210 "cmd": [ 211 "cmd": [
211 "python", 212 "python",
212 "-u", 213 "-u",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 "python", 312 "python",
312 "-u", 313 "-u",
313 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", 314 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
314 "--build-dir", 315 "--build-dir",
315 "[BUILDER_CACHE]/ClangToTMacASan_tester/src/out/Release", 316 "[BUILDER_CACHE]/ClangToTMacASan_tester/src/out/Release",
316 "--output-json", 317 "--output-json",
317 "/path/to/tmp/json" 318 "/path/to/tmp/json"
318 ], 319 ],
319 "cwd": "[BUILDER_CACHE]/ClangToTMacASan_tester", 320 "cwd": "[BUILDER_CACHE]/ClangToTMacASan_tester",
320 "env": { 321 "env": {
322 "FORCE_MAC_TOOLCHAIN": "1",
321 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 323 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
322 }, 324 },
323 "name": "find isolated tests", 325 "name": "find isolated tests",
324 "~followup_annotations": [ 326 "~followup_annotations": [
325 "@@@STEP_LOG_LINE@json.output@{@@@", 327 "@@@STEP_LOG_LINE@json.output@{@@@",
326 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 328 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
327 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 329 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
328 "@@@STEP_LOG_LINE@json.output@}@@@", 330 "@@@STEP_LOG_LINE@json.output@}@@@",
329 "@@@STEP_LOG_END@json.output@@@", 331 "@@@STEP_LOG_END@json.output@@@",
330 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 332 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "--tag", 393 "--tag",
392 "stepname:browser_tests on Mac-10.9", 394 "stepname:browser_tests on Mac-10.9",
393 "--idempotent", 395 "--idempotent",
394 "ffffffffffffffffffffffffffffffffffffffff", 396 "ffffffffffffffffffffffffffffffffffffffff",
395 "--", 397 "--",
396 "--test-launcher-print-test-stdio=always", 398 "--test-launcher-print-test-stdio=always",
397 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 399 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
398 ], 400 ],
399 "cwd": "[BUILDER_CACHE]/ClangToTMacASan_tester", 401 "cwd": "[BUILDER_CACHE]/ClangToTMacASan_tester",
400 "env": { 402 "env": {
403 "FORCE_MAC_TOOLCHAIN": "1",
401 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 404 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
402 }, 405 },
403 "name": "[trigger] browser_tests on Mac-10.9", 406 "name": "[trigger] browser_tests on Mac-10.9",
404 "~followup_annotations": [ 407 "~followup_annotations": [
405 "@@@STEP_LOG_LINE@json.output@{@@@", 408 "@@@STEP_LOG_LINE@json.output@{@@@",
406 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10 .9/ffffffffff/ClangToTMacASan tester/571\", @@@", 409 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10 .9/ffffffffff/ClangToTMacASan tester/571\", @@@",
407 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 410 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
408 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.9/ffffffffff/Clan gToTMacASan tester/571\": {@@@", 411 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.9/ffffffffff/Clan gToTMacASan tester/571\": {@@@",
409 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 412 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
410 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 413 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
(...skipping 23 matching lines...) Expand all
434 "collect", 437 "collect",
435 "--swarming", 438 "--swarming",
436 "https://chromium-swarm.appspot.com", 439 "https://chromium-swarm.appspot.com",
437 "--decorate", 440 "--decorate",
438 "--print-status-updates", 441 "--print-status-updates",
439 "--json", 442 "--json",
440 "{\"base_task_name\": \"browser_tests/Mac-10.9/ffffffffff/ClangToTMacASan tester/571\", \"tasks\": {\"browser_tests/Mac-10.9/ffffffffff/ClangToTMacASan te ster/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https:/ /chromium-swarm.appspot.com/user/task/10000\"}}}" 443 "{\"base_task_name\": \"browser_tests/Mac-10.9/ffffffffff/ClangToTMacASan tester/571\", \"tasks\": {\"browser_tests/Mac-10.9/ffffffffff/ClangToTMacASan te ster/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https:/ /chromium-swarm.appspot.com/user/task/10000\"}}}"
441 ], 444 ],
442 "cwd": "[BUILDER_CACHE]/ClangToTMacASan_tester", 445 "cwd": "[BUILDER_CACHE]/ClangToTMacASan_tester",
443 "env": { 446 "env": {
447 "FORCE_MAC_TOOLCHAIN": "1",
444 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 448 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
445 }, 449 },
446 "name": "browser_tests on Mac-10.9", 450 "name": "browser_tests on Mac-10.9",
447 "~followup_annotations": [ 451 "~followup_annotations": [
448 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 452 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
449 ] 453 ]
450 }, 454 },
451 { 455 {
452 "cmd": [ 456 "cmd": [
453 "python", 457 "python",
454 "-u", 458 "-u",
455 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py", 459 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
456 "--input-json", 460 "--input-json",
457 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" , 461 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" ,
458 "--master-name", 462 "--master-name",
459 "chromium.fyi", 463 "chromium.fyi",
460 "--builder-name", 464 "--builder-name",
461 "ClangToTMacASan tester", 465 "ClangToTMacASan tester",
462 "--build-number", 466 "--build-number",
463 "571", 467 "571",
464 "--test-type", 468 "--test-type",
465 "browser_tests on Mac-10.9", 469 "browser_tests on Mac-10.9",
466 "--test-results-server", 470 "--test-results-server",
467 "test-results.appspot.com", 471 "test-results.appspot.com",
468 "--chrome-revision", 472 "--chrome-revision",
469 "170242" 473 "170242"
470 ], 474 ],
471 "cwd": "[BUILDER_CACHE]/ClangToTMacASan_tester", 475 "cwd": "[BUILDER_CACHE]/ClangToTMacASan_tester",
472 "env": { 476 "env": {
477 "FORCE_MAC_TOOLCHAIN": "1",
473 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 478 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
474 }, 479 },
475 "name": "Upload to test-results [browser_tests on Mac-10.9]" 480 "name": "Upload to test-results [browser_tests on Mac-10.9]"
476 }, 481 },
477 { 482 {
478 "name": "$result", 483 "name": "$result",
479 "recipe_result": null, 484 "recipe_result": null,
480 "status_code": 0 485 "status_code": 0
481 } 486 }
482 ] 487 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698