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 = '[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'}]", | 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'}]", |
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 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
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]", |
30 "env": { | 31 "env": { |
31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
32 }, | 33 }, |
33 "name": "bot_update", | 34 "name": "bot_update", |
34 "~followup_annotations": [ | 35 "~followup_annotations": [ |
35 "@@@STEP_TEXT@Some step text@@@", | 36 "@@@STEP_TEXT@Some step text@@@", |
36 "@@@STEP_LOG_LINE@json.output@{@@@", | 37 "@@@STEP_LOG_LINE@json.output@{@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 100 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
100 ] | 101 ] |
101 }, | 102 }, |
102 { | 103 { |
103 "cmd": [ | 104 "cmd": [ |
104 "python", | 105 "python", |
105 "-u", | 106 "-u", |
106 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 107 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
107 "runhooks" | 108 "runhooks" |
108 ], | 109 ], |
| 110 "cwd": "[SLAVE_BUILD]", |
109 "env": { | 111 "env": { |
110 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 112 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
111 "GYP_DEFINES": "component=static_library gomadir='[ROOT]/b/build/goma' tar
get_arch=x64 use_goma=1", | 113 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1", |
112 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 114 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
113 }, | 115 }, |
114 "name": "gclient runhooks" | 116 "name": "gclient runhooks" |
115 }, | 117 }, |
116 { | 118 { |
117 "cmd": [ | 119 "cmd": [ |
118 "python", | 120 "python", |
119 "-u", | 121 "-u", |
120 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 122 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
121 "--show-path", | 123 "--show-path", |
122 "python", | 124 "python", |
123 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 125 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
124 "--gsutil-py-path", | 126 "--gsutil-py-path", |
125 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 127 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
126 "--ninja-path", | 128 "--ninja-path", |
127 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 129 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
128 "--target", | 130 "--target", |
129 "Release", | 131 "Release", |
130 "--src-dir", | 132 "--src-dir", |
131 "[CWD]/src", | 133 "[SLAVE_BUILD]/src", |
132 "--goma-cache-dir", | 134 "--goma-cache-dir", |
133 "[ROOT]/b/build/slave/goma_cache", | 135 "[GOMA_CACHE]", |
134 "--build-tool", | 136 "--build-tool", |
135 "ninja", | 137 "ninja", |
136 "--compiler", | 138 "--compiler", |
137 "goma", | 139 "goma", |
138 "--goma-jsonstatus", | 140 "--goma-jsonstatus", |
139 "/path/to/tmp/json", | 141 "/path/to/tmp/json", |
140 "--goma-service-account-json-file", | 142 "--goma-service-account-json-file", |
141 "/creds/service_accounts/service-account-goma-client.json", | 143 "/creds/service_accounts/service-account-goma-client.json", |
142 "--goma-dir", | 144 "--goma-dir", |
143 "[ROOT]/b/build/goma", | 145 "[BUILD]/goma", |
144 "--", | 146 "--", |
145 "blink_tests" | 147 "blink_tests" |
146 ], | 148 ], |
| 149 "cwd": "[SLAVE_BUILD]", |
147 "env": { | 150 "env": { |
148 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
149 }, | 152 }, |
150 "name": "compile", | 153 "name": "compile", |
151 "~followup_annotations": [ | 154 "~followup_annotations": [ |
152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 155 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
153 "@@@STEP_LOG_END@json.output (invalid)@@@" | 156 "@@@STEP_LOG_END@json.output (invalid)@@@" |
154 ] | 157 ] |
155 }, | 158 }, |
156 { | 159 { |
157 "cmd": [ | 160 "cmd": [ |
158 "python", | 161 "python", |
159 "-u", | 162 "-u", |
160 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 163 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
161 "--target", | 164 "--target", |
162 "Release", | 165 "Release", |
163 "--xvfb", | 166 "--xvfb", |
164 "--factory-properties", | 167 "--factory-properties", |
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\"}", | 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\"}", |
166 "--build-properties", | 169 "--build-properties", |
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\"}", | 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\"}", |
168 "--step-name=webkit_unit_tests", | 171 "--step-name=webkit_unit_tests", |
169 "--builder-name=V8-Blink Linux 64", | 172 "--builder-name=V8-Blink Linux 64", |
170 "--slave-name=TestSlavename", | 173 "--slave-name=TestSlavename", |
171 "--build-number=571", | 174 "--build-number=571", |
172 "webkit_unit_tests" | 175 "webkit_unit_tests" |
173 ], | 176 ], |
| 177 "cwd": "[SLAVE_BUILD]", |
174 "name": "webkit_unit_tests" | 178 "name": "webkit_unit_tests" |
175 }, | 179 }, |
176 { | 180 { |
177 "cmd": [ | 181 "cmd": [ |
178 "python", | 182 "python", |
179 "-u", | 183 "-u", |
180 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 184 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
181 "--target", | 185 "--target", |
182 "Release", | 186 "Release", |
183 "--no-xvfb", | 187 "--no-xvfb", |
184 "--factory-properties", | 188 "--factory-properties", |
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\"}", | 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\"}", |
186 "--build-properties", | 190 "--build-properties", |
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\"}", | 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\"}", |
188 "--step-name=webkit_tests (with patch)", | 192 "--step-name=webkit_tests (with patch)", |
189 "--builder-name=V8-Blink Linux 64", | 193 "--builder-name=V8-Blink Linux 64", |
190 "--slave-name=TestSlavename", | 194 "--slave-name=TestSlavename", |
191 "--build-number=571", | 195 "--build-number=571", |
192 "--run-python-script", | 196 "--run-python-script", |
193 "[ROOT]/b/build/scripts/slave/chromium/layout_test_wrapper.py", | 197 "[BUILD]/scripts/slave/chromium/layout_test_wrapper.py", |
194 "--target", | 198 "--target", |
195 "Release", | 199 "Release", |
196 "-o", | 200 "-o", |
197 "[CWD]/layout-test-results", | 201 "[SLAVE_BUILD]/layout-test-results", |
198 "--build-dir", | 202 "--build-dir", |
199 "[CWD]/src/out", | 203 "[SLAVE_BUILD]/src/out", |
200 "--json-test-results", | 204 "--json-test-results", |
201 "/path/to/tmp/json", | 205 "/path/to/tmp/json", |
202 "--test-results-server", | 206 "--test-results-server", |
203 "test-results.appspot.com", | 207 "test-results.appspot.com", |
204 "--build-number", | 208 "--build-number", |
205 "571", | 209 "571", |
206 "--builder-name", | 210 "--builder-name", |
207 "V8-Blink Linux 64", | 211 "V8-Blink Linux 64", |
208 "--step-name", | 212 "--step-name", |
209 "webkit_tests (with patch)", | 213 "webkit_tests (with patch)", |
210 "--no-pixel-tests", | 214 "--no-pixel-tests", |
211 "--additional-expectations", | 215 "--additional-expectations", |
212 "[CWD]/src/v8/tools/blink_tests/TestExpectations" | 216 "[SLAVE_BUILD]/src/v8/tools/blink_tests/TestExpectations" |
213 ], | 217 ], |
| 218 "cwd": "[SLAVE_BUILD]", |
214 "name": "webkit_tests (with patch)", | 219 "name": "webkit_tests (with patch)", |
215 "~followup_annotations": [ | 220 "~followup_annotations": [ |
216 "step returned non-zero exit code: 255", | 221 "step returned non-zero exit code: 255", |
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/>@@@", | 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/>@@@", |
218 "@@@STEP_FAILURE@@@" | 223 "@@@STEP_FAILURE@@@" |
219 ] | 224 ] |
220 }, | 225 }, |
221 { | 226 { |
222 "cmd": [ | 227 "cmd": [ |
223 "python", | 228 "python", |
224 "-u", | 229 "-u", |
225 "[ROOT]/b/build/scripts/slave/chromium/archive_layout_test_results.py", | 230 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", |
226 "--results-dir", | 231 "--results-dir", |
227 "[CWD]/layout-test-results", | 232 "[SLAVE_BUILD]/layout-test-results", |
228 "--build-dir", | 233 "--build-dir", |
229 "[CWD]/src/out", | 234 "[SLAVE_BUILD]/src/out", |
230 "--build-number", | 235 "--build-number", |
231 "571", | 236 "571", |
232 "--builder-name", | 237 "--builder-name", |
233 "V8-Blink Linux 64", | 238 "V8-Blink Linux 64", |
234 "--gs-bucket", | 239 "--gs-bucket", |
235 "gs://chromium-layout-test-archives" | 240 "gs://chromium-layout-test-archives" |
236 ], | 241 ], |
| 242 "cwd": "[SLAVE_BUILD]", |
237 "name": "archive_webkit_tests_results", | 243 "name": "archive_webkit_tests_results", |
238 "~followup_annotations": [ | 244 "~followup_annotations": [ |
239 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/V8-Blink_Linux_64/571/layout-test-results/results.html@@@", | 245 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/V8-Blink_Linux_64/571/layout-test-results/results.html@@@", |
240 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/V8-Blink_Linux_64/571/layout-test-results.zip@@@" | 246 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/V8-Blink_Linux_64/571/layout-test-results.zip@@@" |
241 ] | 247 ] |
242 }, | 248 }, |
243 { | 249 { |
244 "cmd": [ | 250 "cmd": [ |
245 "python", | 251 "python", |
246 "-u", | 252 "-u", |
247 "import sys; sys.exit(1)" | 253 "import sys; sys.exit(1)" |
248 ], | 254 ], |
| 255 "cwd": "[SLAVE_BUILD]", |
249 "name": "webkit_tests", | 256 "name": "webkit_tests", |
250 "~followup_annotations": [ | 257 "~followup_annotations": [ |
251 "step returned non-zero exit code: 1", | 258 "step returned non-zero exit code: 1", |
252 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 259 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
253 "@@@STEP_FAILURE@@@" | 260 "@@@STEP_FAILURE@@@" |
254 ] | 261 ] |
255 }, | 262 }, |
256 { | 263 { |
257 "name": "$result", | 264 "name": "$result", |
258 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 265 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
259 "status_code": 1 | 266 "status_code": 1 |
260 } | 267 } |
261 ] | 268 ] |
OLD | NEW |