| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/cleanup_temp.py" | 6 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "cleanup temp" | 9 "name": "cleanup temp" |
| 10 }, | 10 }, |
| 11 { | 11 { |
| 12 "cmd": [ | 12 "cmd": [ |
| 13 "python", | 13 "python", |
| 14 "-u", | 14 "-u", |
| 15 "[DEPOT_TOOLS]/gclient.py", | 15 "[DEPOT_TOOLS]/gclient.py", |
| 16 "runhooks" | 16 "runhooks" |
| 17 ], | 17 ], |
| 18 "cwd": "[SLAVE_BUILD]", | 18 "cwd": "[SLAVE_BUILD]", |
| 19 "env": { | 19 "env": { |
| 20 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=static_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=
Chrome gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isolatio
n_mode=prepare use_goma=1" | 20 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=static_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=
Chrome gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isolatio
n_mode=prepare use_goma=1" |
| 21 }, | 21 }, |
| 22 "name": "gclient runhooks" | 22 "name": "gclient runhooks" |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "cmd": [ | 25 "cmd": [ |
| 26 "python", | 26 "python", |
| 27 "-u", | 27 "-u", |
| 28 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 28 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
| 29 "--build-dir", | 29 "--build-dir", |
| 30 "[SLAVE_BUILD]/src/out/Release", | 30 "[SLAVE_BUILD]/src/out/Release", |
| 31 "--clean-isolated-files" | 31 "--clean-isolated-files" |
| 32 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", | 33 "cwd": "[SLAVE_BUILD]", |
| 34 "name": "clean isolated files" | 34 "name": "clean isolated files" |
| 35 }, | 35 }, |
| 36 { | 36 { |
| 37 "allow_subannotations": true, | 37 "allow_subannotations": true, |
| 38 "cmd": [ | 38 "cmd": [ |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 "name": "compile", | 83 "name": "compile", |
| 84 "~followup_annotations": [ | 84 "~followup_annotations": [ |
| 85 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 85 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 86 "@@@STEP_LOG_END@json.output (invalid)@@@" | 86 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 87 ] | 87 ] |
| 88 }, | 88 }, |
| 89 { | 89 { |
| 90 "cmd": [ | 90 "cmd": [ |
| 91 "python", | 91 "python", |
| 92 "-u", | 92 "-u", |
| 93 "RECIPE_MODULE[isolate]/resources/isolate.py", | 93 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
| 94 "[SLAVE_BUILD]/src/tools/swarming_client", | 94 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 95 "batcharchive", | 95 "batcharchive", |
| 96 "--dump-json", | 96 "--dump-json", |
| 97 "/path/to/tmp/json", | 97 "/path/to/tmp/json", |
| 98 "--isolate-server", | 98 "--isolate-server", |
| 99 "https://isolateserver.appspot.com", | 99 "https://isolateserver.appspot.com", |
| 100 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", | 100 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", |
| 101 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", | 101 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", |
| 102 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", | 102 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", |
| 103 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", | 103 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", |
| (...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 606 ], | 606 ], |
| 607 "cwd": "[SLAVE_BUILD]", | 607 "cwd": "[SLAVE_BUILD]", |
| 608 "name": "tab_capture_end2end_tests" | 608 "name": "tab_capture_end2end_tests" |
| 609 }, | 609 }, |
| 610 { | 610 { |
| 611 "name": "$result", | 611 "name": "$result", |
| 612 "recipe_result": null, | 612 "recipe_result": null, |
| 613 "status_code": 0 | 613 "status_code": 0 |
| 614 } | 614 } |
| 615 ] | 615 ] |
| OLD | NEW |