OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.v8.fyi", | 8 "client.v8.fyi", |
9 "--builder", | 9 "--builder", |
10 "V8-Blink Linux 64", | 10 "V8-Blink Linux 64", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn
://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_cr_revision\", \"src/native_client\": \"got_nacl_revision
\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\
": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client
_revision\", \"src/v8\": \"got_revision\"}", | 18 "{\"src\": \"got_cr_revision\", \"src/native_client\": \"got_nacl_revision
\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\
": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client
_revision\", \"src/v8\": \"got_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@HEAD", | 24 "src@HEAD", |
25 "--revision", | 25 "--revision", |
26 "src/v8@20123", | 26 "src/v8@20123", |
27 "--force", | 27 "--force", |
28 "--output_manifest" | 28 "--output_manifest" |
29 ], | 29 ], |
30 "cwd": "[SLAVE_BUILD]", | |
31 "env": { | 30 "env": { |
32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
33 }, | 32 }, |
34 "name": "bot_update", | 33 "name": "bot_update", |
35 "~followup_annotations": [ | 34 "~followup_annotations": [ |
36 "@@@STEP_TEXT@Some step text@@@", | 35 "@@@STEP_TEXT@Some step text@@@", |
37 "@@@STEP_LOG_LINE@json.output@{@@@", | 36 "@@@STEP_LOG_LINE@json.output@{@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 99 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
101 ] | 100 ] |
102 }, | 101 }, |
103 { | 102 { |
104 "cmd": [ | 103 "cmd": [ |
105 "python", | 104 "python", |
106 "-u", | 105 "-u", |
107 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 106 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
108 "runhooks" | 107 "runhooks" |
109 ], | 108 ], |
110 "cwd": "[SLAVE_BUILD]", | |
111 "env": { | 109 "env": { |
112 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 110 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
113 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1", | 111 "GYP_DEFINES": "component=static_library gomadir='[ROOT]/b/build/goma' tar
get_arch=x64 use_goma=1", |
114 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 112 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
115 }, | 113 }, |
116 "name": "gclient runhooks" | 114 "name": "gclient runhooks" |
117 }, | 115 }, |
118 { | 116 { |
119 "cmd": [ | 117 "cmd": [ |
120 "python", | 118 "python", |
121 "-u", | 119 "-u", |
122 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 120 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
123 "--show-path", | 121 "--show-path", |
124 "python", | 122 "python", |
125 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 123 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
126 "--gsutil-py-path", | 124 "--gsutil-py-path", |
127 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 125 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
128 "--ninja-path", | 126 "--ninja-path", |
129 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 127 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
130 "--target", | 128 "--target", |
131 "Release", | 129 "Release", |
132 "--src-dir", | 130 "--src-dir", |
133 "[SLAVE_BUILD]/src", | 131 "[CWD]/src", |
134 "--goma-cache-dir", | 132 "--goma-cache-dir", |
135 "[GOMA_CACHE]", | 133 "[ROOT]/b/build/slave/goma_cache", |
136 "--build-tool", | 134 "--build-tool", |
137 "ninja", | 135 "ninja", |
138 "--compiler", | 136 "--compiler", |
139 "goma", | 137 "goma", |
140 "--goma-jsonstatus", | 138 "--goma-jsonstatus", |
141 "/path/to/tmp/json", | 139 "/path/to/tmp/json", |
142 "--goma-service-account-json-file", | 140 "--goma-service-account-json-file", |
143 "/creds/service_accounts/service-account-goma-client.json", | 141 "/creds/service_accounts/service-account-goma-client.json", |
144 "--goma-dir", | 142 "--goma-dir", |
145 "[BUILD]/goma", | 143 "[ROOT]/b/build/goma", |
146 "--", | 144 "--", |
147 "blink_tests" | 145 "blink_tests" |
148 ], | 146 ], |
149 "cwd": "[SLAVE_BUILD]", | |
150 "env": { | 147 "env": { |
151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 148 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
152 }, | 149 }, |
153 "name": "compile", | 150 "name": "compile", |
154 "~followup_annotations": [ | 151 "~followup_annotations": [ |
155 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
156 "@@@STEP_LOG_END@json.output (invalid)@@@" | 153 "@@@STEP_LOG_END@json.output (invalid)@@@" |
157 ] | 154 ] |
158 }, | 155 }, |
159 { | 156 { |
160 "cmd": [ | 157 "cmd": [ |
161 "python", | 158 "python", |
162 "-u", | 159 "-u", |
163 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 160 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
164 "--target", | 161 "--target", |
165 "Release", | 162 "Release", |
166 "--xvfb", | 163 "--xvfb", |
167 "--factory-properties", | 164 "--factory-properties", |
168 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 165 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
169 "--build-properties", | 166 "--build-properties", |
170 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 167 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
171 "--step-name=webkit_unit_tests", | 168 "--step-name=webkit_unit_tests", |
172 "--builder-name=V8-Blink Linux 64", | 169 "--builder-name=V8-Blink Linux 64", |
173 "--slave-name=TestSlavename", | 170 "--slave-name=TestSlavename", |
174 "--build-number=571", | 171 "--build-number=571", |
175 "webkit_unit_tests" | 172 "webkit_unit_tests" |
176 ], | 173 ], |
177 "cwd": "[SLAVE_BUILD]", | |
178 "name": "webkit_unit_tests" | 174 "name": "webkit_unit_tests" |
179 }, | 175 }, |
180 { | 176 { |
181 "cmd": [ | 177 "cmd": [ |
182 "python", | 178 "python", |
183 "-u", | 179 "-u", |
184 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 180 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
185 "--target", | 181 "--target", |
186 "Release", | 182 "Release", |
187 "--no-xvfb", | 183 "--no-xvfb", |
188 "--factory-properties", | 184 "--factory-properties", |
189 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 185 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
190 "--build-properties", | 186 "--build-properties", |
191 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 187 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
192 "--step-name=webkit_tests (with patch)", | 188 "--step-name=webkit_tests (with patch)", |
193 "--builder-name=V8-Blink Linux 64", | 189 "--builder-name=V8-Blink Linux 64", |
194 "--slave-name=TestSlavename", | 190 "--slave-name=TestSlavename", |
195 "--build-number=571", | 191 "--build-number=571", |
196 "--run-python-script", | 192 "--run-python-script", |
197 "[BUILD]/scripts/slave/chromium/layout_test_wrapper.py", | 193 "[ROOT]/b/build/scripts/slave/chromium/layout_test_wrapper.py", |
198 "--target", | 194 "--target", |
199 "Release", | 195 "Release", |
200 "-o", | 196 "-o", |
201 "[SLAVE_BUILD]/layout-test-results", | 197 "[CWD]/layout-test-results", |
202 "--build-dir", | 198 "--build-dir", |
203 "[SLAVE_BUILD]/src/out", | 199 "[CWD]/src/out", |
204 "--json-test-results", | 200 "--json-test-results", |
205 "/path/to/tmp/json", | 201 "/path/to/tmp/json", |
206 "--test-results-server", | 202 "--test-results-server", |
207 "test-results.appspot.com", | 203 "test-results.appspot.com", |
208 "--build-number", | 204 "--build-number", |
209 "571", | 205 "571", |
210 "--builder-name", | 206 "--builder-name", |
211 "V8-Blink Linux 64", | 207 "V8-Blink Linux 64", |
212 "--step-name", | 208 "--step-name", |
213 "webkit_tests (with patch)", | 209 "webkit_tests (with patch)", |
214 "--no-pixel-tests", | 210 "--no-pixel-tests", |
215 "--additional-expectations", | 211 "--additional-expectations", |
216 "[SLAVE_BUILD]/src/v8/tools/blink_tests/TestExpectations" | 212 "[CWD]/src/v8/tools/blink_tests/TestExpectations" |
217 ], | 213 ], |
218 "cwd": "[SLAVE_BUILD]", | |
219 "name": "webkit_tests (with patch)", | 214 "name": "webkit_tests (with patch)", |
220 "~followup_annotations": [ | 215 "~followup_annotations": [ |
221 "step returned non-zero exit code: 5", | 216 "step returned non-zero exit code: 5", |
222 "@@@STEP_TEXT@<br/>unexpected_flakes:<br/>flake/slow.html<br/>flake/totall
y-flakey.html<br/>flake/timeout-then-crash.html<br/><br/>unexpected_failures:<br
/>bad/totally-bad-probably.html<br/>tricky/totally-maybe-not-awesome.html<br/><b
r/>Total executed: 9001<br/>@@@", | 217 "@@@STEP_TEXT@<br/>unexpected_flakes:<br/>flake/slow.html<br/>flake/totall
y-flakey.html<br/>flake/timeout-then-crash.html<br/><br/>unexpected_failures:<br
/>bad/totally-bad-probably.html<br/>tricky/totally-maybe-not-awesome.html<br/><b
r/>Total executed: 9001<br/>@@@", |
223 "@@@STEP_FAILURE@@@" | 218 "@@@STEP_FAILURE@@@" |
224 ] | 219 ] |
225 }, | 220 }, |
226 { | 221 { |
227 "cmd": [ | 222 "cmd": [ |
228 "python", | 223 "python", |
229 "-u", | 224 "-u", |
230 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", | 225 "[ROOT]/b/build/scripts/slave/chromium/archive_layout_test_results.py", |
231 "--results-dir", | 226 "--results-dir", |
232 "[SLAVE_BUILD]/layout-test-results", | 227 "[CWD]/layout-test-results", |
233 "--build-dir", | 228 "--build-dir", |
234 "[SLAVE_BUILD]/src/out", | 229 "[CWD]/src/out", |
235 "--build-number", | 230 "--build-number", |
236 "571", | 231 "571", |
237 "--builder-name", | 232 "--builder-name", |
238 "V8-Blink Linux 64", | 233 "V8-Blink Linux 64", |
239 "--gs-bucket", | 234 "--gs-bucket", |
240 "gs://chromium-layout-test-archives" | 235 "gs://chromium-layout-test-archives" |
241 ], | 236 ], |
242 "cwd": "[SLAVE_BUILD]", | |
243 "name": "archive_webkit_tests_results", | 237 "name": "archive_webkit_tests_results", |
244 "~followup_annotations": [ | 238 "~followup_annotations": [ |
245 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/V8-Blink_Linux_64/571/layout-test-results/results.html@@@", | 239 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/V8-Blink_Linux_64/571/layout-test-results/results.html@@@", |
246 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/V8-Blink_Linux_64/571/layout-test-results.zip@@@" | 240 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/V8-Blink_Linux_64/571/layout-test-results.zip@@@" |
247 ] | 241 ] |
248 }, | 242 }, |
249 { | 243 { |
250 "cmd": [ | 244 "cmd": [ |
251 "python", | 245 "python", |
252 "-u", | 246 "-u", |
253 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 247 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
254 "--master", | 248 "--master", |
255 "client.v8.fyi", | 249 "client.v8.fyi", |
256 "--builder", | 250 "--builder", |
257 "V8-Blink Linux 64", | 251 "V8-Blink Linux 64", |
258 "--slave", | 252 "--slave", |
259 "TestSlavename", | 253 "TestSlavename", |
260 "--spec", | 254 "--spec", |
261 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", | 255 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn
://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", |
262 "--root", | 256 "--root", |
263 "src", | 257 "src", |
264 "--revision_mapping_file", | 258 "--revision_mapping_file", |
265 "{\"src\": \"got_cr_revision\", \"src/native_client\": \"got_nacl_revision
\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\
": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client
_revision\", \"src/v8\": \"got_revision\"}", | 259 "{\"src\": \"got_cr_revision\", \"src/native_client\": \"got_nacl_revision
\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\
": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client
_revision\", \"src/v8\": \"got_revision\"}", |
266 "--git-cache-dir", | 260 "--git-cache-dir", |
267 "[GIT_CACHE]", | 261 "[ROOT]/b/build/slave/cache_dir", |
268 "--output_json", | 262 "--output_json", |
269 "/path/to/tmp/json", | 263 "/path/to/tmp/json", |
270 "--revision", | 264 "--revision", |
271 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 265 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
272 "--force", | 266 "--force", |
273 "--output_manifest" | 267 "--output_manifest" |
274 ], | 268 ], |
275 "cwd": "[SLAVE_BUILD]", | |
276 "env": { | 269 "env": { |
277 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 270 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
278 }, | 271 }, |
279 "name": "bot_update (2)", | 272 "name": "bot_update (2)", |
280 "~followup_annotations": [ | 273 "~followup_annotations": [ |
281 "@@@STEP_TEXT@Some step text@@@", | 274 "@@@STEP_TEXT@Some step text@@@", |
282 "@@@STEP_LOG_LINE@json.output@{@@@", | 275 "@@@STEP_LOG_LINE@json.output@{@@@", |
283 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 276 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
284 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 277 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
285 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", | 278 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
332 "@@@STEP_LOG_END@json.output@@@" | 325 "@@@STEP_LOG_END@json.output@@@" |
333 ] | 326 ] |
334 }, | 327 }, |
335 { | 328 { |
336 "cmd": [ | 329 "cmd": [ |
337 "python", | 330 "python", |
338 "-u", | 331 "-u", |
339 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 332 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
340 "runhooks" | 333 "runhooks" |
341 ], | 334 ], |
342 "cwd": "[SLAVE_BUILD]", | |
343 "env": { | 335 "env": { |
344 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 336 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
345 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1", | 337 "GYP_DEFINES": "component=static_library gomadir='[ROOT]/b/build/goma' tar
get_arch=x64 use_goma=1", |
346 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 338 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
347 }, | 339 }, |
348 "name": "gclient runhooks (2)" | 340 "name": "gclient runhooks (2)" |
349 }, | 341 }, |
350 { | 342 { |
351 "cmd": [ | 343 "cmd": [ |
352 "python", | 344 "python", |
353 "-u", | 345 "-u", |
354 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 346 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
355 "--show-path", | 347 "--show-path", |
356 "python", | 348 "python", |
357 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 349 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
358 "--gsutil-py-path", | 350 "--gsutil-py-path", |
359 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 351 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
360 "--ninja-path", | 352 "--ninja-path", |
361 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 353 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
362 "--target", | 354 "--target", |
363 "Release", | 355 "Release", |
364 "--src-dir", | 356 "--src-dir", |
365 "[SLAVE_BUILD]/src", | 357 "[CWD]/src", |
366 "--goma-cache-dir", | 358 "--goma-cache-dir", |
367 "[GOMA_CACHE]", | 359 "[ROOT]/b/build/slave/goma_cache", |
368 "--build-tool", | 360 "--build-tool", |
369 "ninja", | 361 "ninja", |
370 "--compiler", | 362 "--compiler", |
371 "goma", | 363 "goma", |
372 "--goma-jsonstatus", | 364 "--goma-jsonstatus", |
373 "/path/to/tmp/json", | 365 "/path/to/tmp/json", |
374 "--goma-service-account-json-file", | 366 "--goma-service-account-json-file", |
375 "/creds/service_accounts/service-account-goma-client.json", | 367 "/creds/service_accounts/service-account-goma-client.json", |
376 "--goma-dir", | 368 "--goma-dir", |
377 "[BUILD]/goma", | 369 "[ROOT]/b/build/goma", |
378 "--", | 370 "--", |
379 "blink_tests" | 371 "blink_tests" |
380 ], | 372 ], |
381 "cwd": "[SLAVE_BUILD]", | |
382 "env": { | 373 "env": { |
383 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 374 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
384 }, | 375 }, |
385 "name": "compile (2)", | 376 "name": "compile (2)", |
386 "~followup_annotations": [ | 377 "~followup_annotations": [ |
387 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 378 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
388 "@@@STEP_LOG_END@json.output (invalid)@@@" | 379 "@@@STEP_LOG_END@json.output (invalid)@@@" |
389 ] | 380 ] |
390 }, | 381 }, |
391 { | 382 { |
392 "cmd": [ | 383 "cmd": [ |
393 "python", | 384 "python", |
394 "-u", | 385 "-u", |
395 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 386 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
396 "--target", | 387 "--target", |
397 "Release", | 388 "Release", |
398 "--no-xvfb", | 389 "--no-xvfb", |
399 "--factory-properties", | 390 "--factory-properties", |
400 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 391 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
401 "--build-properties", | 392 "--build-properties", |
402 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 393 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
403 "--step-name=webkit_tests (without patch)", | 394 "--step-name=webkit_tests (without patch)", |
404 "--builder-name=V8-Blink Linux 64", | 395 "--builder-name=V8-Blink Linux 64", |
405 "--slave-name=TestSlavename", | 396 "--slave-name=TestSlavename", |
406 "--build-number=571", | 397 "--build-number=571", |
407 "--run-python-script", | 398 "--run-python-script", |
408 "[BUILD]/scripts/slave/chromium/layout_test_wrapper.py", | 399 "[ROOT]/b/build/scripts/slave/chromium/layout_test_wrapper.py", |
409 "--target", | 400 "--target", |
410 "Release", | 401 "Release", |
411 "-o", | 402 "-o", |
412 "[SLAVE_BUILD]/layout-test-results", | 403 "[CWD]/layout-test-results", |
413 "--build-dir", | 404 "--build-dir", |
414 "[SLAVE_BUILD]/src/out", | 405 "[CWD]/src/out", |
415 "--json-test-results", | 406 "--json-test-results", |
416 "/path/to/tmp/json", | 407 "/path/to/tmp/json", |
417 "--test-results-server", | 408 "--test-results-server", |
418 "test-results.appspot.com", | 409 "test-results.appspot.com", |
419 "--build-number", | 410 "--build-number", |
420 "571", | 411 "571", |
421 "--builder-name", | 412 "--builder-name", |
422 "V8-Blink Linux 64", | 413 "V8-Blink Linux 64", |
423 "--step-name", | 414 "--step-name", |
424 "webkit_tests (without patch)", | 415 "webkit_tests (without patch)", |
425 "--no-pixel-tests", | 416 "--no-pixel-tests", |
426 "--additional-expectations", | 417 "--additional-expectations", |
427 "[SLAVE_BUILD]/src/v8/tools/blink_tests/TestExpectations", | 418 "[CWD]/src/v8/tools/blink_tests/TestExpectations", |
428 "--test-list", | 419 "--test-list", |
429 "bad/totally-bad-probably.html\ntricky/totally-maybe-not-awesome.html", | 420 "bad/totally-bad-probably.html\ntricky/totally-maybe-not-awesome.html", |
430 "--skipped", | 421 "--skipped", |
431 "always" | 422 "always" |
432 ], | 423 ], |
433 "cwd": "[SLAVE_BUILD]", | |
434 "name": "webkit_tests (without patch)", | 424 "name": "webkit_tests (without patch)", |
435 "~followup_annotations": [ | 425 "~followup_annotations": [ |
436 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 426 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
437 ] | 427 ] |
438 }, | 428 }, |
439 { | 429 { |
440 "cmd": [ | 430 "cmd": [ |
441 "python", | 431 "python", |
442 "-u", | 432 "-u", |
443 "import sys; sys.exit(1)" | 433 "import sys; sys.exit(1)" |
444 ], | 434 ], |
445 "cwd": "[SLAVE_BUILD]", | |
446 "name": "webkit_tests (retry summary)", | 435 "name": "webkit_tests (retry summary)", |
447 "~followup_annotations": [ | 436 "~followup_annotations": [ |
448 "step returned non-zero exit code: 1", | 437 "step returned non-zero exit code: 1", |
449 "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/
totally-maybe-not-awesome.html<br/>@@@", | 438 "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/
totally-maybe-not-awesome.html<br/>@@@", |
450 "@@@STEP_FAILURE@@@" | 439 "@@@STEP_FAILURE@@@" |
451 ] | 440 ] |
452 }, | 441 }, |
453 { | 442 { |
454 "name": "$result", | 443 "name": "$result", |
455 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", | 444 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", |
456 "status_code": 1 | 445 "status_code": 1 |
457 } | 446 } |
458 ] | 447 ] |
OLD | NEW |