| 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 "name": "cleanup temp" | 8 "name": "cleanup temp" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 ] | 72 ] |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 "cmd": [ | 75 "cmd": [ |
| 76 "python", | 76 "python", |
| 77 "-u", | 77 "-u", |
| 78 "[DEPOT_TOOLS]/gclient.py", | 78 "[DEPOT_TOOLS]/gclient.py", |
| 79 "runhooks" | 79 "runhooks" |
| 80 ], | 80 ], |
| 81 "env": { | 81 "env": { |
| 82 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=st
atic_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g
omadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=1 target
_arch=x64 test_isolation_mode=prepare use_goma=1" | 82 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=st
atic_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g
omadir='[BUILD]/goma' internal_gles2_conform_tests=1 linux_dump_symbols=1 propri
etary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1" |
| 83 }, | 83 }, |
| 84 "name": "gclient runhooks" | 84 "name": "gclient runhooks" |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "cmd": [ | 87 "cmd": [ |
| 88 "python", | 88 "python", |
| 89 "-u", | 89 "-u", |
| 90 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 90 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 91 "--build-dir", | 91 "--build-dir", |
| 92 "[SLAVE_BUILD]/src/out/Release", | 92 "[SLAVE_BUILD]/src/out/Release", |
| (...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 807 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 807 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 808 "-H", | 808 "-H", |
| 809 "[dummy hash for tab_capture_end2end_tests]", | 809 "[dummy hash for tab_capture_end2end_tests]", |
| 810 "-I", | 810 "-I", |
| 811 "https://isolateserver.appspot.com", | 811 "https://isolateserver.appspot.com", |
| 812 "--" | 812 "--" |
| 813 ], | 813 ], |
| 814 "name": "tab_capture_end2end_tests" | 814 "name": "tab_capture_end2end_tests" |
| 815 } | 815 } |
| 816 ] | 816 ] |
| OLD | NEW |