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: 255", | 216 "step returned non-zero exit code: 255", |
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 "import sys; sys.exit(1)" | 247 "import sys; sys.exit(1)" |
254 ], | 248 ], |
255 "cwd": "[SLAVE_BUILD]", | |
256 "name": "webkit_tests", | 249 "name": "webkit_tests", |
257 "~followup_annotations": [ | 250 "~followup_annotations": [ |
258 "step returned non-zero exit code: 1", | 251 "step returned non-zero exit code: 1", |
259 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 252 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
260 "@@@STEP_FAILURE@@@" | 253 "@@@STEP_FAILURE@@@" |
261 ] | 254 ] |
262 }, | 255 }, |
263 { | 256 { |
264 "name": "$result", | 257 "name": "$result", |
265 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 258 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
266 "status_code": 1 | 259 "status_code": 1 |
267 } | 260 } |
268 ] | 261 ] |
OLD | NEW |