| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 ], | 86 ], |
| 87 "env": { | 87 "env": { |
| 88 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=static_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=
Chrome gomadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=x64 test_isolation_mode=prepare use_goma=1" | 88 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=static_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=
Chrome gomadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=x64 test_isolation_mode=prepare use_goma=1" |
| 89 }, | 89 }, |
| 90 "name": "gclient runhooks" | 90 "name": "gclient runhooks" |
| 91 }, | 91 }, |
| 92 { | 92 { |
| 93 "cmd": [ | 93 "cmd": [ |
| 94 "python", | 94 "python", |
| 95 "-u", | 95 "-u", |
| 96 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 96 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 97 "--build-dir", | 97 "--build-dir", |
| 98 "[SLAVE_BUILD]/src/out/Release", | 98 "[SLAVE_BUILD]/src/out/Release", |
| 99 "--clean-isolated-files" | 99 "--clean-isolated-files" |
| 100 ], | 100 ], |
| 101 "name": "clean isolated files" | 101 "name": "clean isolated files" |
| 102 }, | 102 }, |
| 103 { | 103 { |
| 104 "cmd": [ | 104 "cmd": [ |
| 105 "git", | 105 "git", |
| 106 "diff", | 106 "diff", |
| (...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 848 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 848 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 849 "-H", | 849 "-H", |
| 850 "[dummy hash for tab_capture_end2end_tests]", | 850 "[dummy hash for tab_capture_end2end_tests]", |
| 851 "-I", | 851 "-I", |
| 852 "https://isolateserver.appspot.com", | 852 "https://isolateserver.appspot.com", |
| 853 "--" | 853 "--" |
| 854 ], | 854 ], |
| 855 "name": "tab_capture_end2end_tests" | 855 "name": "tab_capture_end2end_tests" |
| 856 } | 856 } |
| 857 ] | 857 ] |
| OLD | NEW |