| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 ] | 67 ] |
| 68 }, | 68 }, |
| 69 { | 69 { |
| 70 "cmd": [ | 70 "cmd": [ |
| 71 "python", | 71 "python", |
| 72 "-u", | 72 "-u", |
| 73 "[DEPOT_TOOLS]/gclient.py", | 73 "[DEPOT_TOOLS]/gclient.py", |
| 74 "runhooks" | 74 "runhooks" |
| 75 ], | 75 ], |
| 76 "env": { | 76 "env": { |
| 77 "GYP_DEFINES": "blink_asserts_always_on=1 component=static_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" | 77 "GYP_DEFINES": "archive_gpu_tests=1 blink_asserts_always_on=1 component=st
atic_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" |
| 78 }, | 78 }, |
| 79 "name": "gclient runhooks" | 79 "name": "gclient runhooks" |
| 80 }, | 80 }, |
| 81 { | 81 { |
| 82 "cmd": [ | 82 "cmd": [ |
| 83 "python", | 83 "python", |
| 84 "-u", | 84 "-u", |
| 85 "[BUILD]/scripts/slave/compile.py", | 85 "[BUILD]/scripts/slave/compile.py", |
| 86 "--target", | 86 "--target", |
| 87 "Release", | 87 "Release", |
| (...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 692 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 693 "-H", | 693 "-H", |
| 694 "[dummy hash for tab_capture_end2end_tests]", | 694 "[dummy hash for tab_capture_end2end_tests]", |
| 695 "-I", | 695 "-I", |
| 696 "https://isolateserver.appspot.com", | 696 "https://isolateserver.appspot.com", |
| 697 "--" | 697 "--" |
| 698 ], | 698 ], |
| 699 "name": "tab_capture_end2end_tests" | 699 "name": "tab_capture_end2end_tests" |
| 700 } | 700 } |
| 701 ] | 701 ] |
| OLD | NEW |