| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 ] | 76 ] |
| 77 }, | 77 }, |
| 78 { | 78 { |
| 79 "cmd": [ | 79 "cmd": [ |
| 80 "python", | 80 "python", |
| 81 "-u", | 81 "-u", |
| 82 "[DEPOT_TOOLS]/gclient.py", | 82 "[DEPOT_TOOLS]/gclient.py", |
| 83 "runhooks" | 83 "runhooks" |
| 84 ], | 84 ], |
| 85 "env": { | 85 "env": { |
| 86 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=sh
ared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g
omadir='[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 component=sh
ared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g
omadir='[BUILD]/goma' internal_gles2_conform_tests=1 linux_dump_symbols=1 propri
etary_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 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 94 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 95 "--build-dir", | 95 "--build-dir", |
| 96 "[SLAVE_BUILD]/src/out/Debug", | 96 "[SLAVE_BUILD]/src/out/Debug", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 { | 141 { |
| 142 "cmd": [ | 142 "cmd": [ |
| 143 "python", | 143 "python", |
| 144 "-u", | 144 "-u", |
| 145 "[SLAVE_BUILD]/src/build/gyp_chromium", | 145 "[SLAVE_BUILD]/src/build/gyp_chromium", |
| 146 "--analyzer", | 146 "--analyzer", |
| 147 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"conten
t_gl_tests_run\", \"content_unittests_run\", \"gl_tests_run\", \"gles2_conform_t
est_run\", \"gpu_unittests_run\", \"media_unittests_run\", \"tab_capture_end2end
_tests_run\", \"telemetry_gpu_test_run\"]}", | 147 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"conten
t_gl_tests_run\", \"content_unittests_run\", \"gl_tests_run\", \"gles2_conform_t
est_run\", \"gpu_unittests_run\", \"media_unittests_run\", \"tab_capture_end2end
_tests_run\", \"telemetry_gpu_test_run\"]}", |
| 148 "/path/to/tmp/json" | 148 "/path/to/tmp/json" |
| 149 ], | 149 ], |
| 150 "env": { | 150 "env": { |
| 151 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=sh
ared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g
omadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=1 target
_arch=x64 test_isolation_mode=prepare use_goma=1" | 151 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=sh
ared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g
omadir='[BUILD]/goma' internal_gles2_conform_tests=1 linux_dump_symbols=1 propri
etary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1" |
| 152 }, | 152 }, |
| 153 "name": "analyze", | 153 "name": "analyze", |
| 154 "~followup_annotations": [ | 154 "~followup_annotations": [ |
| 155 "@@@STEP_LOG_LINE@json.output@{@@@", | 155 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 156 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 157 "@@@STEP_LOG_LINE@json.output@ \"All\", @@@", | 157 "@@@STEP_LOG_LINE@json.output@ \"All\", @@@", |
| 158 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\", @@@", | 158 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\", @@@", |
| 159 "@@@STEP_LOG_LINE@json.output@ \"app_list_demo\", @@@", | 159 "@@@STEP_LOG_LINE@json.output@ \"app_list_demo\", @@@", |
| 160 "@@@STEP_LOG_LINE@json.output@ \"app_list_unittests\", @@@", | 160 "@@@STEP_LOG_LINE@json.output@ \"app_list_unittests\", @@@", |
| 161 "@@@STEP_LOG_LINE@json.output@ \"app_shell\", @@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"app_shell\", @@@", |
| (...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 864 ], | 864 ], |
| 865 "env": { | 865 "env": { |
| 866 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 866 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 867 }, | 867 }, |
| 868 "name": "gpu_rasterization_tests", | 868 "name": "gpu_rasterization_tests", |
| 869 "~followup_annotations": [ | 869 "~followup_annotations": [ |
| 870 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 870 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 871 ] | 871 ] |
| 872 } | 872 } |
| 873 ] | 873 ] |
| OLD | NEW |