| 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 ] | 135 ] |
| 136 }, | 136 }, |
| 137 { | 137 { |
| 138 "cmd": [ | 138 "cmd": [ |
| 139 "python", | 139 "python", |
| 140 "-u", | 140 "-u", |
| 141 "[DEPOT_TOOLS]/gclient.py", | 141 "[DEPOT_TOOLS]/gclient.py", |
| 142 "runhooks" | 142 "runhooks" |
| 143 ], | 143 ], |
| 144 "env": { | 144 "env": { |
| 145 "GYP_DEFINES": "blink_asserts_always_on=1 component=shared_library dcheck_
always_on=1 disable_glibcxx_debug=1 gomadir='[BUILD]/goma' internal_gles2_confor
m_tests=1 target_arch=x64 test_isolation_mode=archive test_isolation_outdir=http
s://isolateserver.appspot.com use_goma=1" | 145 "GYP_DEFINES": "archive_gpu_tests=1 blink_asserts_always_on=1 component=sh
ared_library dcheck_always_on=1 disable_glibcxx_debug=1 gomadir='[BUILD]/goma' i
nternal_gles2_conform_tests=1 target_arch=x64 test_isolation_mode=archive test_i
solation_outdir=https://isolateserver.appspot.com use_goma=1" |
| 146 }, | 146 }, |
| 147 "name": "gclient runhooks" | 147 "name": "gclient runhooks" |
| 148 }, | 148 }, |
| 149 { | 149 { |
| 150 "cmd": [ | 150 "cmd": [ |
| 151 "python", | 151 "python", |
| 152 "-u", | 152 "-u", |
| 153 "[BUILD]/scripts/slave/compile.py", | 153 "[BUILD]/scripts/slave/compile.py", |
| 154 "--target", | 154 "--target", |
| 155 "Debug", | 155 "Debug", |
| (...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 724 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 725 "-H", | 725 "-H", |
| 726 "[dummy hash for tab_capture_end2end_tests]", | 726 "[dummy hash for tab_capture_end2end_tests]", |
| 727 "-I", | 727 "-I", |
| 728 "https://isolateserver.appspot.com", | 728 "https://isolateserver.appspot.com", |
| 729 "--" | 729 "--" |
| 730 ], | 730 ], |
| 731 "name": "tab_capture_end2end_tests" | 731 "name": "tab_capture_end2end_tests" |
| 732 } | 732 } |
| 733 ] | 733 ] |
| OLD | NEW |