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.webrtc.fyi", | 8 "chromium.webrtc.fyi", |
9 "--builder", | 9 "--builder", |
10 "Android GN", | 10 "Android GN", |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 114 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
115 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webrtc.fyi.json", | 115 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webrtc.fyi.json", |
116 "/path/to/tmp/json" | 116 "/path/to/tmp/json" |
117 ], | 117 ], |
118 "cwd": "[SLAVE_BUILD]", | 118 "cwd": "[SLAVE_BUILD]", |
119 "name": "read test spec", | 119 "name": "read test spec", |
120 "~followup_annotations": [ | 120 "~followup_annotations": [ |
121 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.webrtc.fyi
.json@@@", | 121 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.webrtc.fyi
.json@@@", |
122 "@@@STEP_LOG_LINE@json.output@{@@@", | 122 "@@@STEP_LOG_LINE@json.output@{@@@", |
123 "@@@STEP_LOG_LINE@json.output@ \"Android GN\": {@@@", | 123 "@@@STEP_LOG_LINE@json.output@ \"Android GN\": {@@@", |
124 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 124 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": []@@@", |
125 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", | |
126 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
127 "@@@STEP_LOG_LINE@json.output@ }@@@", | 125 "@@@STEP_LOG_LINE@json.output@ }@@@", |
128 "@@@STEP_LOG_LINE@json.output@}@@@", | 126 "@@@STEP_LOG_LINE@json.output@}@@@", |
129 "@@@STEP_LOG_END@json.output@@@" | 127 "@@@STEP_LOG_END@json.output@@@" |
130 ] | 128 ] |
131 }, | 129 }, |
132 { | 130 { |
133 "cmd": [ | 131 "cmd": [ |
134 "python", | 132 "python", |
135 "-u", | 133 "-u", |
136 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 134 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
(...skipping 23 matching lines...) Expand all Loading... |
160 "Release", | 158 "Release", |
161 "--src-dir", | 159 "--src-dir", |
162 "[SLAVE_BUILD]/src", | 160 "[SLAVE_BUILD]/src", |
163 "--build-tool", | 161 "--build-tool", |
164 "ninja", | 162 "ninja", |
165 "--compiler", | 163 "--compiler", |
166 "goma", | 164 "goma", |
167 "--goma-dir", | 165 "--goma-dir", |
168 "[BUILD]/goma", | 166 "[BUILD]/goma", |
169 "--", | 167 "--", |
170 "base_unittests_apk", | |
171 "chrome_shell_apk" | 168 "chrome_shell_apk" |
172 ], | 169 ], |
173 "cwd": "[SLAVE_BUILD]", | 170 "cwd": "[SLAVE_BUILD]", |
174 "name": "compile" | 171 "name": "compile" |
175 }, | |
176 { | |
177 "cmd": [ | |
178 "python", | |
179 "-u", | |
180 "[DEPOT_TOOLS]/gn.py", | |
181 "--root=[SLAVE_BUILD]/src", | |
182 "check", | |
183 "//out/Release" | |
184 ], | |
185 "cwd": "[SLAVE_BUILD]", | |
186 "name": "gn check" | |
187 } | 172 } |
188 ] | 173 ] |
OLD | NEW |