| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 ], | 84 ], |
| 85 "env": { | 85 "env": { |
| 86 "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" | 86 "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" |
| 87 }, | 87 }, |
| 88 "name": "gclient runhooks" | 88 "name": "gclient runhooks" |
| 89 }, | 89 }, |
| 90 { | 90 { |
| 91 "cmd": [ | 91 "cmd": [ |
| 92 "python", | 92 "python", |
| 93 "-u", | 93 "-u", |
| 94 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 94 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 95 "--build-dir", | 95 "--build-dir", |
| 96 "[SLAVE_BUILD]/src/out/Release", | 96 "[SLAVE_BUILD]/src/out/Release", |
| 97 "--clean-isolated-files" | 97 "--clean-isolated-files" |
| 98 ], | 98 ], |
| 99 "name": "clean isolated files" | 99 "name": "clean isolated files" |
| 100 }, | 100 }, |
| 101 { | 101 { |
| 102 "cmd": [ | 102 "cmd": [ |
| 103 "git", | 103 "git", |
| 104 "diff", | 104 "diff", |
| (...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 846 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 846 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 847 "-H", | 847 "-H", |
| 848 "[dummy hash for tab_capture_end2end_tests]", | 848 "[dummy hash for tab_capture_end2end_tests]", |
| 849 "-I", | 849 "-I", |
| 850 "https://isolateserver.appspot.com", | 850 "https://isolateserver.appspot.com", |
| 851 "--" | 851 "--" |
| 852 ], | 852 ], |
| 853 "name": "tab_capture_end2end_tests" | 853 "name": "tab_capture_end2end_tests" |
| 854 } | 854 } |
| 855 ] | 855 ] |
| OLD | NEW |