| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 ], | 80 ], |
| 81 "env": { | 81 "env": { |
| 82 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win
_pch=0 component=shared_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=C
hrome gomadir='[BUILD]\\goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=ia32 test_isolation_mode=prepare use_goma=1" | 82 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win
_pch=0 component=shared_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=C
hrome gomadir='[BUILD]\\goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=ia32 test_isolation_mode=prepare use_goma=1" |
| 83 }, | 83 }, |
| 84 "name": "gclient runhooks" | 84 "name": "gclient runhooks" |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "cmd": [ | 87 "cmd": [ |
| 88 "python", | 88 "python", |
| 89 "-u", | 89 "-u", |
| 90 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\find_isolate
d_tests.py", | 90 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", |
| 91 "--build-dir", | 91 "--build-dir", |
| 92 "[SLAVE_BUILD]\\src\\out\\Debug", | 92 "[SLAVE_BUILD]\\src\\out\\Debug", |
| 93 "--clean-isolated-files" | 93 "--clean-isolated-files" |
| 94 ], | 94 ], |
| 95 "name": "clean isolated files" | 95 "name": "clean isolated files" |
| 96 }, | 96 }, |
| 97 { | 97 { |
| 98 "cmd": [ | 98 "cmd": [ |
| 99 "python", | 99 "python", |
| 100 "-u", | 100 "-u", |
| (...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 722 "json", | 722 "json", |
| 723 "--output-dir", | 723 "--output-dir", |
| 724 "/path/to/tmp/" | 724 "/path/to/tmp/" |
| 725 ], | 725 ], |
| 726 "name": "gpu_rasterization_tests", | 726 "name": "gpu_rasterization_tests", |
| 727 "~followup_annotations": [ | 727 "~followup_annotations": [ |
| 728 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 728 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 729 ] | 729 ] |
| 730 } | 730 } |
| 731 ] | 731 ] |
| OLD | NEW |