OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 7 "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 8 "511" |
| 9 ], |
| 10 "name": "makedirs checkout path", |
| 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 21 "@@@STEP_LOG_END@python.inline@@@" |
| 22 ] |
| 23 }, |
| 24 { |
| 25 "cmd": [ |
| 26 "python", |
| 27 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 29 "--master", |
8 "client.v8.fyi", | 30 "client.v8.fyi", |
9 "--builder", | 31 "--builder", |
10 "V8-Blink Linux 64", | 32 "V8-Blink Linux 64", |
11 "--slave", | 33 "--slave", |
12 "TestSlavename", | 34 "TestSlavename", |
13 "--spec", | 35 "--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'}]", | 36 "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", | 37 "--root", |
16 "src", | 38 "src", |
17 "--revision_mapping_file", | 39 "--revision_mapping_file", |
18 "{\"src\": \"got_cr_revision\", \"src/buildtools\": \"got_buildtools_revis
ion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\":
\"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"s
rc/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_
revision\"}", | 40 "{\"src\": \"got_cr_revision\", \"src/buildtools\": \"got_buildtools_revis
ion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\":
\"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"s
rc/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_
revision\"}", |
19 "--git-cache-dir", | 41 "--git-cache-dir", |
20 "[GIT_CACHE]", | 42 "[GIT_CACHE]", |
21 "--output_json", | 43 "--output_json", |
22 "/path/to/tmp/json", | 44 "/path/to/tmp/json", |
23 "--revision", | 45 "--revision", |
24 "src@HEAD", | 46 "src@HEAD", |
25 "--revision", | 47 "--revision", |
26 "src/v8@20123", | 48 "src/v8@20123", |
27 "--force", | 49 "--force", |
28 "--output_manifest" | 50 "--output_manifest" |
29 ], | 51 ], |
| 52 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
30 "env": { | 53 "env": { |
31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 54 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
32 }, | 55 }, |
33 "name": "bot_update", | 56 "name": "bot_update", |
34 "~followup_annotations": [ | 57 "~followup_annotations": [ |
35 "@@@STEP_TEXT@Some step text@@@", | 58 "@@@STEP_TEXT@Some step text@@@", |
36 "@@@STEP_LOG_LINE@json.output@{@@@", | 59 "@@@STEP_LOG_LINE@json.output@{@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 60 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 61 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\
"@@@", | 124 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\
"@@@", |
102 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 125 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
103 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#43426}\"@@@", | 126 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#43426}\"@@@", |
104 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 127 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
105 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 128 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", | 129 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", |
107 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb
994259692140934\"@@@" | 130 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb
994259692140934\"@@@" |
108 ] | 131 ] |
109 }, | 132 }, |
110 { | 133 { |
| 134 "cmd": [], |
| 135 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 136 "name": "ensure_goma" |
| 137 }, |
| 138 { |
| 139 "cmd": [ |
| 140 "python", |
| 141 "-u", |
| 142 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 143 "--platform", |
| 144 "linux-amd64", |
| 145 "--dest-directory", |
| 146 "[SLAVE_BUILD]/cipd", |
| 147 "--json-output", |
| 148 "/path/to/tmp/json" |
| 149 ], |
| 150 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 151 "name": "ensure_goma.install cipd", |
| 152 "~followup_annotations": [ |
| 153 "@@@STEP_NEST_LEVEL@1@@@", |
| 154 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 155 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 157 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 158 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 159 "@@@STEP_LOG_END@json.output@@@" |
| 160 ] |
| 161 }, |
| 162 { |
| 163 "cmd": [ |
| 164 "[SLAVE_BUILD]/cipd/cipd", |
| 165 "ensure", |
| 166 "--root", |
| 167 "[CACHE]/cipd/goma", |
| 168 "--list", |
| 169 "infra_internal/goma/client/linux-amd64 release", |
| 170 "--json-output", |
| 171 "/path/to/tmp/json", |
| 172 "--service-account-json", |
| 173 "/creds/service_accounts/service-account-goma-client.json" |
| 174 ], |
| 175 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 176 "name": "ensure_goma.ensure_installed", |
| 177 "~followup_annotations": [ |
| 178 "@@@STEP_NEST_LEVEL@1@@@", |
| 179 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 180 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 181 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 182 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 183 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 184 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 185 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 186 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 187 "@@@STEP_LOG_END@json.output@@@" |
| 188 ] |
| 189 }, |
| 190 { |
111 "cmd": [ | 191 "cmd": [ |
112 "python", | 192 "python", |
113 "-u", | 193 "-u", |
114 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 194 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
115 "runhooks" | 195 "runhooks" |
116 ], | 196 ], |
117 "cwd": "[SLAVE_BUILD]/src", | 197 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src", |
118 "env": { | 198 "env": { |
119 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 199 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
120 "GYP_CHROMIUM_NO_ACTION": "1", | 200 "GYP_CHROMIUM_NO_ACTION": "1", |
121 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1", | 201 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe
t_arch=x64 use_goma=1", |
122 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 202 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
123 }, | 203 }, |
124 "name": "gclient runhooks" | 204 "name": "gclient runhooks" |
125 }, | 205 }, |
126 { | 206 { |
127 "cmd": [ | 207 "cmd": [ |
128 "python", | 208 "python", |
129 "-u", | 209 "-u", |
130 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 210 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb.py", |
131 "gen", | 211 "gen", |
132 "-m", | 212 "-m", |
133 "client.v8.fyi", | 213 "client.v8.fyi", |
134 "-b", | 214 "-b", |
135 "V8-Blink Linux 64", | 215 "V8-Blink Linux 64", |
136 "--config-file", | 216 "--config-file", |
137 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 217 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb_config.pyl", |
138 "--goma-dir", | 218 "--goma-dir", |
139 "[BUILD]/goma", | 219 "[CACHE]/cipd/goma", |
140 "//out/Release" | 220 "//out/Release" |
141 ], | 221 ], |
142 "cwd": "[SLAVE_BUILD]/src", | 222 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src", |
143 "env": { | 223 "env": { |
144 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 224 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
145 }, | 225 }, |
146 "name": "generate_build_files (with patch)" | 226 "name": "generate_build_files (with patch)" |
147 }, | 227 }, |
148 { | 228 { |
149 "cmd": [ | 229 "cmd": [ |
150 "python", | 230 "python", |
151 "-u", | 231 "-u", |
152 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 232 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
153 "--show-path", | 233 "--show-path", |
154 "python", | 234 "python", |
155 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 235 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
156 "--gsutil-py-path", | 236 "--gsutil-py-path", |
157 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 237 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
158 "--ninja-path", | 238 "--ninja-path", |
159 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 239 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
160 "--target", | 240 "--target", |
161 "Release", | 241 "Release", |
162 "--src-dir", | 242 "--src-dir", |
163 "[SLAVE_BUILD]/src", | 243 "[BUILDER_CACHE]/V8_Blink_Linux_64/src", |
164 "--goma-cache-dir", | 244 "--goma-cache-dir", |
165 "[GOMA_CACHE]", | 245 "[GOMA_CACHE]", |
| 246 "--goma-deps-cache-dir", |
| 247 "[GOMA_DEPS_CACHE]", |
166 "--compiler", | 248 "--compiler", |
167 "goma", | 249 "goma", |
168 "--goma-jsonstatus", | 250 "--goma-jsonstatus", |
169 "/path/to/tmp/json", | 251 "/path/to/tmp/json", |
170 "--goma-service-account-json-file", | 252 "--goma-service-account-json-file", |
171 "/creds/service_accounts/service-account-goma-client.json", | 253 "/creds/service_accounts/service-account-goma-client.json", |
172 "--goma-dir", | 254 "--goma-dir", |
173 "[BUILD]/goma", | 255 "[CACHE]/cipd/goma", |
174 "--", | 256 "--", |
175 "blink_tests" | 257 "blink_tests" |
176 ], | 258 ], |
| 259 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
177 "env": { | 260 "env": { |
178 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 261 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
179 }, | 262 }, |
180 "name": "compile (with patch)", | 263 "name": "compile (with patch)", |
181 "~followup_annotations": [ | 264 "~followup_annotations": [ |
182 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 265 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
183 "@@@STEP_LOG_END@json.output (invalid)@@@" | 266 "@@@STEP_LOG_END@json.output (invalid)@@@" |
184 ] | 267 ] |
185 }, | 268 }, |
186 { | 269 { |
187 "cmd": [ | 270 "cmd": [ |
188 "python", | 271 "python", |
189 "-u", | 272 "-u", |
190 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 273 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
191 "--target", | 274 "--target", |
192 "Release", | 275 "Release", |
193 "--xvfb", | 276 "--xvfb", |
194 "--factory-properties", | 277 "--factory-properties", |
195 "{\"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\"}", | 278 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \
"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t
o/workdir/TestSlavename\"}", |
196 "--build-properties", | 279 "--build-properties", |
197 "{\"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\"}", | 280 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \
"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t
o/workdir/TestSlavename\"}", |
198 "--step-name=webkit_unit_tests", | 281 "--step-name=webkit_unit_tests", |
199 "--builder-name=V8-Blink Linux 64", | 282 "--builder-name=V8-Blink Linux 64", |
200 "--slave-name=TestSlavename", | 283 "--slave-name=TestSlavename", |
201 "--build-number=571", | 284 "--build-number=571", |
202 "webkit_unit_tests" | 285 "webkit_unit_tests" |
203 ], | 286 ], |
| 287 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
204 "name": "webkit_unit_tests" | 288 "name": "webkit_unit_tests" |
205 }, | 289 }, |
206 { | 290 { |
207 "cmd": [ | 291 "cmd": [ |
208 "python", | 292 "python", |
209 "-u", | 293 "-u", |
210 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 294 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
211 "--target", | 295 "--target", |
212 "Release", | 296 "Release", |
213 "--no-xvfb", | 297 "--no-xvfb", |
214 "--factory-properties", | 298 "--factory-properties", |
215 "{\"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\"}", | 299 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \
"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t
o/workdir/TestSlavename\"}", |
216 "--build-properties", | 300 "--build-properties", |
217 "{\"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\"}", | 301 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \
"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t
o/workdir/TestSlavename\"}", |
218 "--step-name=webkit_tests (with patch)", | 302 "--step-name=webkit_tests (with patch)", |
219 "--builder-name=V8-Blink Linux 64", | 303 "--builder-name=V8-Blink Linux 64", |
220 "--slave-name=TestSlavename", | 304 "--slave-name=TestSlavename", |
221 "--build-number=571", | 305 "--build-number=571", |
222 "--run-python-script", | 306 "--run-python-script", |
223 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, | 307 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, |
224 "--target", | 308 "--target", |
225 "Release", | 309 "Release", |
226 "-o", | 310 "-o", |
227 "[SLAVE_BUILD]/layout-test-results", | 311 "[SLAVE_BUILD]/layout-test-results", |
228 "--build-dir", | 312 "--build-dir", |
229 "[SLAVE_BUILD]/src/out", | 313 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out", |
230 "--json-test-results", | 314 "--json-test-results", |
231 "/path/to/tmp/json", | 315 "/path/to/tmp/json", |
232 "--test-results-server", | 316 "--test-results-server", |
233 "test-results.appspot.com", | 317 "test-results.appspot.com", |
234 "--build-number", | 318 "--build-number", |
235 "571", | 319 "571", |
236 "--builder-name", | 320 "--builder-name", |
237 "V8-Blink Linux 64", | 321 "V8-Blink Linux 64", |
238 "--step-name", | 322 "--step-name", |
239 "webkit_tests (with patch)", | 323 "webkit_tests (with patch)", |
240 "--no-pixel-tests", | 324 "--no-pixel-tests", |
241 "--additional-expectations", | 325 "--additional-expectations", |
242 "[SLAVE_BUILD]/src/v8/tools/blink_tests/TestExpectations" | 326 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/v8/tools/blink_tests/TestExpectatio
ns" |
243 ], | 327 ], |
| 328 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
244 "name": "webkit_tests (with patch)", | 329 "name": "webkit_tests (with patch)", |
245 "~followup_annotations": [ | 330 "~followup_annotations": [ |
246 "step returned non-zero exit code: 255", | 331 "step returned non-zero exit code: 255", |
247 "@@@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/>@@@", | 332 "@@@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/>@@@", |
248 "@@@STEP_FAILURE@@@" | 333 "@@@STEP_FAILURE@@@" |
249 ] | 334 ] |
250 }, | 335 }, |
251 { | 336 { |
252 "cmd": [ | 337 "cmd": [ |
253 "python", | 338 "python", |
254 "-u", | 339 "-u", |
255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res
ults.py", | 340 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res
ults.py", |
256 "--results-dir", | 341 "--results-dir", |
257 "[SLAVE_BUILD]/layout-test-results", | 342 "[SLAVE_BUILD]/layout-test-results", |
258 "--build-dir", | 343 "--build-dir", |
259 "[SLAVE_BUILD]/src/out", | 344 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out", |
260 "--build-number", | 345 "--build-number", |
261 "571", | 346 "571", |
262 "--builder-name", | 347 "--builder-name", |
263 "V8-Blink Linux 64", | 348 "V8-Blink Linux 64", |
264 "--gs-bucket", | 349 "--gs-bucket", |
265 "gs://chromium-layout-test-archives", | 350 "gs://chromium-layout-test-archives", |
266 "--staging-dir", | 351 "--staging-dir", |
267 "[CACHE]/chrome_staging" | 352 "[CACHE]/chrome_staging" |
268 ], | 353 ], |
| 354 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
269 "name": "archive_webkit_tests_results", | 355 "name": "archive_webkit_tests_results", |
270 "~followup_annotations": [ | 356 "~followup_annotations": [ |
271 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/V8-Blink_Linux_64/571/layout-test-results/results.html@@@", | 357 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/V8-Blink_Linux_64/571/layout-test-results/results.html@@@", |
272 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/V8-Blink_Linux_64/571/layout-test-results.zip@@@" | 358 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/V8-Blink_Linux_64/571/layout-test-results.zip@@@" |
273 ] | 359 ] |
274 }, | 360 }, |
275 { | 361 { |
276 "cmd": [ | 362 "cmd": [ |
277 "python", | 363 "python", |
278 "-u", | 364 "-u", |
279 "import sys; sys.exit(1)" | 365 "import sys; sys.exit(1)" |
280 ], | 366 ], |
| 367 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
281 "name": "webkit_tests", | 368 "name": "webkit_tests", |
282 "~followup_annotations": [ | 369 "~followup_annotations": [ |
283 "step returned non-zero exit code: 1", | 370 "step returned non-zero exit code: 1", |
284 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 371 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
285 "@@@STEP_FAILURE@@@" | 372 "@@@STEP_FAILURE@@@" |
286 ] | 373 ] |
287 }, | 374 }, |
288 { | 375 { |
289 "name": "$result", | 376 "name": "$result", |
290 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 377 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
291 "recipe_result": null, | 378 "recipe_result": null, |
292 "status_code": 1 | 379 "status_code": 1 |
293 } | 380 } |
294 ] | 381 ] |
OLD | NEW |