| 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 ] | 139 ] |
| 140 }, | 140 }, |
| 141 { | 141 { |
| 142 "cmd": [ | 142 "cmd": [ |
| 143 "python", | 143 "python", |
| 144 "-u", | 144 "-u", |
| 145 "[DEPOT_TOOLS]/gclient.py", | 145 "[DEPOT_TOOLS]/gclient.py", |
| 146 "runhooks" | 146 "runhooks" |
| 147 ], | 147 ], |
| 148 "env": { | 148 "env": { |
| 149 "GYP_DEFINES": "blink_asserts_always_on=1 clang=1 component=static_library
dcheck_always_on=1 disable_glibcxx_debug=1 gomadir='[BUILD]/goma' internal_gles
2_conform_tests=1 target_arch=ia32 test_isolation_mode=archive test_isolation_ou
tdir=https://isolateserver.appspot.com use_goma=1" | 149 "GYP_DEFINES": "archive_gpu_tests=1 blink_asserts_always_on=1 clang=1 comp
onent=static_library dcheck_always_on=1 disable_glibcxx_debug=1 gomadir='[BUILD]
/goma' internal_gles2_conform_tests=1 target_arch=ia32 test_isolation_mode=archi
ve test_isolation_outdir=https://isolateserver.appspot.com use_goma=1" |
| 150 }, | 150 }, |
| 151 "name": "gclient runhooks" | 151 "name": "gclient runhooks" |
| 152 }, | 152 }, |
| 153 { | 153 { |
| 154 "cmd": [ | 154 "cmd": [ |
| 155 "python", | 155 "python", |
| 156 "-u", | 156 "-u", |
| 157 "[BUILD]/scripts/slave/compile.py", | 157 "[BUILD]/scripts/slave/compile.py", |
| 158 "--target", | 158 "--target", |
| 159 "Release", | 159 "Release", |
| (...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 680 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 680 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 681 "-H", | 681 "-H", |
| 682 "[dummy hash for tab_capture_end2end_tests]", | 682 "[dummy hash for tab_capture_end2end_tests]", |
| 683 "-I", | 683 "-I", |
| 684 "https://isolateserver.appspot.com", | 684 "https://isolateserver.appspot.com", |
| 685 "--" | 685 "--" |
| 686 ], | 686 ], |
| 687 "name": "tab_capture_end2end_tests" | 687 "name": "tab_capture_end2end_tests" |
| 688 } | 688 } |
| 689 ] | 689 ] |
| OLD | NEW |