| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 ], | 78 ], |
| 79 "env": { | 79 "env": { |
| 80 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=shared_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" | 80 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=shared_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" |
| 81 }, | 81 }, |
| 82 "name": "gclient runhooks" | 82 "name": "gclient runhooks" |
| 83 }, | 83 }, |
| 84 { | 84 { |
| 85 "cmd": [ | 85 "cmd": [ |
| 86 "python", | 86 "python", |
| 87 "-u", | 87 "-u", |
| 88 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 88 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 89 "--build-dir", | 89 "--build-dir", |
| 90 "[SLAVE_BUILD]/src/out/Debug", | 90 "[SLAVE_BUILD]/src/out/Debug", |
| 91 "--clean-isolated-files" | 91 "--clean-isolated-files" |
| 92 ], | 92 ], |
| 93 "name": "clean isolated files" | 93 "name": "clean isolated files" |
| 94 }, | 94 }, |
| 95 { | 95 { |
| 96 "cmd": [ | 96 "cmd": [ |
| 97 "python", | 97 "python", |
| 98 "-u", | 98 "-u", |
| (...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 720 "json", | 720 "json", |
| 721 "--output-dir", | 721 "--output-dir", |
| 722 "/path/to/tmp/" | 722 "/path/to/tmp/" |
| 723 ], | 723 ], |
| 724 "name": "gpu_rasterization_tests", | 724 "name": "gpu_rasterization_tests", |
| 725 "~followup_annotations": [ | 725 "~followup_annotations": [ |
| 726 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 726 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 727 ] | 727 ] |
| 728 } | 728 } |
| 729 ] | 729 ] |
| OLD | NEW |