| 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 ] | 113 ] |
| 114 }, | 114 }, |
| 115 { | 115 { |
| 116 "cmd": [ | 116 "cmd": [ |
| 117 "python", | 117 "python", |
| 118 "-u", | 118 "-u", |
| 119 "[DEPOT_TOOLS]/gclient.py", | 119 "[DEPOT_TOOLS]/gclient.py", |
| 120 "runhooks" | 120 "runhooks" |
| 121 ], | 121 ], |
| 122 "env": { | 122 "env": { |
| 123 "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" | 123 "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" |
| 124 }, | 124 }, |
| 125 "name": "gclient runhooks" | 125 "name": "gclient runhooks" |
| 126 }, | 126 }, |
| 127 { | 127 { |
| 128 "cmd": [ | 128 "cmd": [ |
| 129 "python", | 129 "python", |
| 130 "-u", | 130 "-u", |
| 131 "[BUILD]/scripts/slave/compile.py", | 131 "[BUILD]/scripts/slave/compile.py", |
| 132 "--target", | 132 "--target", |
| 133 "Debug", | 133 "Debug", |
| (...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 702 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 703 "-H", | 703 "-H", |
| 704 "[dummy hash for tab_capture_end2end_tests]", | 704 "[dummy hash for tab_capture_end2end_tests]", |
| 705 "-I", | 705 "-I", |
| 706 "https://isolateserver.appspot.com", | 706 "https://isolateserver.appspot.com", |
| 707 "--" | 707 "--" |
| 708 ], | 708 ], |
| 709 "name": "tab_capture_end2end_tests" | 709 "name": "tab_capture_end2end_tests" |
| 710 } | 710 } |
| 711 ] | 711 ] |
| OLD | NEW |