| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 "name": "gclient recurse (git config user.email)" | 130 "name": "gclient recurse (git config user.email)" |
| 131 }, | 131 }, |
| 132 { | 132 { |
| 133 "cmd": [ | 133 "cmd": [ |
| 134 "python", | 134 "python", |
| 135 "-u", | 135 "-u", |
| 136 "[DEPOT_TOOLS]/gclient.py", | 136 "[DEPOT_TOOLS]/gclient.py", |
| 137 "runhooks" | 137 "runhooks" |
| 138 ], | 138 ], |
| 139 "env": { | 139 "env": { |
| 140 "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" | 140 "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" |
| 141 }, | 141 }, |
| 142 "name": "gclient runhooks" | 142 "name": "gclient runhooks" |
| 143 }, | 143 }, |
| 144 { | 144 { |
| 145 "cmd": [ | 145 "cmd": [ |
| 146 "python", | 146 "python", |
| 147 "-u", | 147 "-u", |
| 148 "[BUILD]/scripts/slave/compile.py", | 148 "[BUILD]/scripts/slave/compile.py", |
| 149 "--target", | 149 "--target", |
| 150 "Release", | 150 "Release", |
| (...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 671 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 671 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 672 "-H", | 672 "-H", |
| 673 "[dummy hash for tab_capture_end2end_tests]", | 673 "[dummy hash for tab_capture_end2end_tests]", |
| 674 "-I", | 674 "-I", |
| 675 "https://isolateserver.appspot.com", | 675 "https://isolateserver.appspot.com", |
| 676 "--" | 676 "--" |
| 677 ], | 677 ], |
| 678 "name": "tab_capture_end2end_tests" | 678 "name": "tab_capture_end2end_tests" |
| 679 } | 679 } |
| 680 ] | 680 ] |
| OLD | NEW |