OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Android Tests (N5)", | 10 "Android Tests (N5)", |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 }, | 89 }, |
90 { | 90 { |
91 "cmd": [ | 91 "cmd": [ |
92 "python", | 92 "python", |
93 "-u", | 93 "-u", |
94 "[DEPOT_TOOLS]/gclient.py", | 94 "[DEPOT_TOOLS]/gclient.py", |
95 "runhooks" | 95 "runhooks" |
96 ], | 96 ], |
97 "env": { | 97 "env": { |
98 "GYP_CROSSCOMPILE": "1", | 98 "GYP_CROSSCOMPILE": "1", |
99 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", | 99 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 target_arch=arm use_goma=1"
, |
100 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 100 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
101 }, | 101 }, |
102 "name": "gclient runhooks" | 102 "name": "gclient runhooks" |
103 }, | 103 }, |
104 { | 104 { |
105 "cmd": [ | 105 "cmd": [ |
106 "git", | 106 "git", |
107 "diff", | 107 "diff", |
108 "--cached", | 108 "--cached", |
109 "--name-only" | 109 "--name-only" |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 "cmd": [ | 145 "cmd": [ |
146 "python", | 146 "python", |
147 "-u", | 147 "-u", |
148 "[SLAVE_BUILD]/src/build/gyp_chromium", | 148 "[SLAVE_BUILD]/src/build/gyp_chromium", |
149 "--analyzer", | 149 "--analyzer", |
150 "{\"files\": [\"foo.cc\"], \"targets\": [\"android_webview_test_apk\", \"c
hrome_shell_test_apk\", \"content_shell_test_apk\", \"chrome_sync_shell_test_apk
\", \"android_webview_unittests\", \"base_unittests\", \"breakpad_unittests\", \
"cc_unittests\", \"components_unittests\", \"content_browsertests\", \"content_u
nittests\", \"events_unittests\", \"gl_tests\", \"gpu_unittests\", \"ipc_tests\"
, \"media_unittests\", \"net_unittests\", \"sandbox_linux_unittests\", \"skia_un
ittests\", \"sql_unittests\", \"sync_unit_tests\", \"ui_android_unittests\", \"u
i_base_unittests\", \"ui_touch_selection_unittests\", \"unit_tests\", \"junit_un
it_tests\", \"chrome_junit_tests\", \"content_junit_tests\"]}", | 150 "{\"files\": [\"foo.cc\"], \"targets\": [\"android_webview_test_apk\", \"c
hrome_shell_test_apk\", \"content_shell_test_apk\", \"chrome_sync_shell_test_apk
\", \"android_webview_unittests\", \"base_unittests\", \"breakpad_unittests\", \
"cc_unittests\", \"components_unittests\", \"content_browsertests\", \"content_u
nittests\", \"events_unittests\", \"gl_tests\", \"gpu_unittests\", \"ipc_tests\"
, \"media_unittests\", \"net_unittests\", \"sandbox_linux_unittests\", \"skia_un
ittests\", \"sql_unittests\", \"sync_unit_tests\", \"ui_android_unittests\", \"u
i_base_unittests\", \"ui_touch_selection_unittests\", \"unit_tests\", \"junit_un
it_tests\", \"chrome_junit_tests\", \"content_junit_tests\"]}", |
151 "/path/to/tmp/json" | 151 "/path/to/tmp/json" |
152 ], | 152 ], |
153 "env": { | 153 "env": { |
154 "GYP_CROSSCOMPILE": "1", | 154 "GYP_CROSSCOMPILE": "1", |
155 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1" | 155 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 target_arch=arm use_goma=1" |
156 }, | 156 }, |
157 "name": "analyze", | 157 "name": "analyze", |
158 "~followup_annotations": [ | 158 "~followup_annotations": [ |
159 "@@@STEP_LOG_LINE@json.output@{@@@", | 159 "@@@STEP_LOG_LINE@json.output@{@@@", |
160 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 160 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
161 "@@@STEP_LOG_LINE@json.output@ \"breakpad_unittests\", @@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"breakpad_unittests\", @@@", |
162 "@@@STEP_LOG_LINE@json.output@ \"chrome_shell_test_apk\", @@@", | 162 "@@@STEP_LOG_LINE@json.output@ \"chrome_shell_test_apk\", @@@", |
163 "@@@STEP_LOG_LINE@json.output@ \"junit_unit_tests\"@@@", | 163 "@@@STEP_LOG_LINE@json.output@ \"junit_unit_tests\"@@@", |
164 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 164 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
165 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", |
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
481 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 481 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
482 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 482 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
483 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 483 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
484 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 484 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
485 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 485 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
486 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 486 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
487 "@@@STEP_LOG_END@python.inline@@@" | 487 "@@@STEP_LOG_END@python.inline@@@" |
488 ] | 488 ] |
489 } | 489 } |
490 ] | 490 ] |
OLD | NEW |