Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_Precise_Leak.json

Issue 2382723004: Rename 'WebKit Linux' to 'WebKit Linux Precise' only on slaves (Closed)
Patch Set: Run recipe simulation test Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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", 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]/WebKit_Linux_Leak", 7 "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
11 "~followup_annotations": [ 11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 15 matching lines...) Expand all
33 "--revision_mapping_file", 33 "--revision_mapping_file",
34 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 34 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
35 "--git-cache-dir", 35 "--git-cache-dir",
36 "[GIT_CACHE]", 36 "[GIT_CACHE]",
37 "--output_json", 37 "--output_json",
38 "/path/to/tmp/json", 38 "/path/to/tmp/json",
39 "--revision", 39 "--revision",
40 "src@HEAD", 40 "src@HEAD",
41 "--output_manifest" 41 "--output_manifest"
42 ], 42 ],
43 "cwd": "[BUILDER_CACHE]/WebKit_Linux_Leak", 43 "cwd": "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak",
44 "env": { 44 "env": {
45 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", 45 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200",
46 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 46 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
47 }, 47 },
48 "name": "bot_update", 48 "name": "bot_update",
49 "~followup_annotations": [ 49 "~followup_annotations": [
50 "@@@STEP_TEXT@Some step text@@@", 50 "@@@STEP_TEXT@Some step text@@@",
51 "@@@STEP_LOG_LINE@json.output@{@@@", 51 "@@@STEP_LOG_LINE@json.output@{@@@",
52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
53 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 53 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "@@@STEP_LOG_LINE@json.output@ }@@@", 176 "@@@STEP_LOG_LINE@json.output@ }@@@",
177 "@@@STEP_LOG_LINE@json.output@ ]@@@", 177 "@@@STEP_LOG_LINE@json.output@ ]@@@",
178 "@@@STEP_LOG_LINE@json.output@}@@@", 178 "@@@STEP_LOG_LINE@json.output@}@@@",
179 "@@@STEP_LOG_END@json.output@@@" 179 "@@@STEP_LOG_END@json.output@@@"
180 ] 180 ]
181 }, 181 },
182 { 182 {
183 "cmd": [ 183 "cmd": [
184 "python", 184 "python",
185 "-u", 185 "-u",
186 "[BUILDER_CACHE]/WebKit_Linux_Leak/src/tools/swarming_client/swarming.py", 186 "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak/src/tools/swarming_client/swarm ing.py",
187 "--version" 187 "--version"
188 ], 188 ],
189 "name": "swarming.py --version", 189 "name": "swarming.py --version",
190 "stdout": "/path/to/tmp/", 190 "stdout": "/path/to/tmp/",
191 "~followup_annotations": [ 191 "~followup_annotations": [
192 "@@@STEP_TEXT@0.8.6@@@" 192 "@@@STEP_TEXT@0.8.6@@@"
193 ] 193 ]
194 }, 194 },
195 { 195 {
196 "cmd": [ 196 "cmd": [
197 "python", 197 "python",
198 "-u", 198 "-u",
199 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 199 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
200 "runhooks" 200 "runhooks"
201 ], 201 ],
202 "cwd": "[BUILDER_CACHE]/WebKit_Linux_Leak/src", 202 "cwd": "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak/src",
203 "env": { 203 "env": {
204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
205 "GYP_CHROMIUM_NO_ACTION": "1", 205 "GYP_CHROMIUM_NO_ACTION": "1",
206 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 test_isolation_mode=prepare use_goma=1", 206 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 test_isolation_mode=prepare use_goma=1",
207 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 207 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
208 }, 208 },
209 "name": "gclient runhooks" 209 "name": "gclient runhooks"
210 }, 210 },
211 { 211 {
212 "cmd": [ 212 "cmd": [
213 "python", 213 "python",
214 "-u", 214 "-u",
215 "[BUILDER_CACHE]/WebKit_Linux_Leak/src/testing/scripts/get_compile_targets .py", 215 "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak/src/testing/scripts/get_compile _targets.py",
216 "--output", 216 "--output",
217 "/path/to/tmp/json", 217 "/path/to/tmp/json",
218 "--", 218 "--",
219 "--build-config-fs", 219 "--build-config-fs",
220 "Release", 220 "Release",
221 "--paths", 221 "--paths",
222 "{\"checkout\": \"[BUILDER_CACHE]/WebKit_Linux_Leak/src\", \"runit.py\": \ "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_P ACKAGE_REPO[build]/scripts/slave/runtest.py\"}", 222 "{\"checkout\": \"[BUILDER_CACHE]/WebKit_Linux_Precise_Leak/src\", \"runit .py\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \" RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
223 "--properties", 223 "--properties",
224 "{\"buildername\": \"WebKit Linux Leak\", \"buildnumber\": 571, \"masterna me\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\" : \"linux\"}" 224 "{\"buildername\": \"WebKit Linux Precise Leak\", \"buildnumber\": 571, \" mastername\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_pl atform\": \"linux\"}"
225 ], 225 ],
226 "name": "get compile targets for scripts", 226 "name": "get compile targets for scripts",
227 "~followup_annotations": [ 227 "~followup_annotations": [
228 "@@@STEP_LOG_LINE@json.output@{}@@@", 228 "@@@STEP_LOG_LINE@json.output@{}@@@",
229 "@@@STEP_LOG_END@json.output@@@" 229 "@@@STEP_LOG_END@json.output@@@"
230 ] 230 ]
231 }, 231 },
232 { 232 {
233 "cmd": [ 233 "cmd": [
234 "python", 234 "python",
235 "-u", 235 "-u",
236 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 236 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
237 "[BUILDER_CACHE]/WebKit_Linux_Leak/src/testing/buildbot/chromium.webkit.js on", 237 "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak/src/testing/buildbot/chromium.w ebkit.json",
238 "/path/to/tmp/json" 238 "/path/to/tmp/json"
239 ], 239 ],
240 "name": "read test spec (chromium.webkit.json)", 240 "name": "read test spec (chromium.webkit.json)",
241 "~followup_annotations": [ 241 "~followup_annotations": [
242 "@@@STEP_TEXT@path: [BUILDER_CACHE]/WebKit_Linux_Leak/src/testing/buildbot /chromium.webkit.json@@@", 242 "@@@STEP_TEXT@path: [BUILDER_CACHE]/WebKit_Linux_Precise_Leak/src/testing/ buildbot/chromium.webkit.json@@@",
243 "@@@STEP_LOG_LINE@json.output@{@@@", 243 "@@@STEP_LOG_LINE@json.output@{@@@",
244 "@@@STEP_LOG_LINE@json.output@ \"WebKit Linux Leak\": {@@@", 244 "@@@STEP_LOG_LINE@json.output@ \"WebKit Linux Precise Leak\": {@@@",
245 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 245 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
246 "@@@STEP_LOG_LINE@json.output@ {@@@", 246 "@@@STEP_LOG_LINE@json.output@ {@@@",
247 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 247 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
248 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 248 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
249 "@@@STEP_LOG_LINE@json.output@ }, @@@", 249 "@@@STEP_LOG_LINE@json.output@ }, @@@",
250 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 250 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
251 "@@@STEP_LOG_LINE@json.output@ }@@@", 251 "@@@STEP_LOG_LINE@json.output@ }@@@",
252 "@@@STEP_LOG_LINE@json.output@ ]@@@", 252 "@@@STEP_LOG_LINE@json.output@ ]@@@",
253 "@@@STEP_LOG_LINE@json.output@ }@@@", 253 "@@@STEP_LOG_LINE@json.output@ }@@@",
254 "@@@STEP_LOG_LINE@json.output@}@@@", 254 "@@@STEP_LOG_LINE@json.output@}@@@",
(...skipping 10 matching lines...) Expand all
265 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 265 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
266 ], 266 ],
267 "name": "cleanup_temp" 267 "name": "cleanup_temp"
268 }, 268 },
269 { 269 {
270 "cmd": [ 270 "cmd": [
271 "python", 271 "python",
272 "-u", 272 "-u",
273 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", 273 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
274 "--build-dir", 274 "--build-dir",
275 "[BUILDER_CACHE]/WebKit_Linux_Leak/src/out/Release", 275 "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak/src/out/Release",
276 "--clean-isolated-files" 276 "--clean-isolated-files"
277 ], 277 ],
278 "name": "clean isolated files" 278 "name": "clean isolated files"
279 }, 279 },
280 { 280 {
281 "cmd": [ 281 "cmd": [
282 "python", 282 "python",
283 "-u", 283 "-u",
284 "[BUILDER_CACHE]/WebKit_Linux_Leak/src/tools/mb/mb.py", 284 "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak/src/tools/mb/mb.py",
285 "gen", 285 "gen",
286 "-m", 286 "-m",
287 "chromium.webkit", 287 "chromium.webkit",
288 "-b", 288 "-b",
289 "WebKit Linux Leak", 289 "WebKit Linux Precise Leak",
290 "--config-file", 290 "--config-file",
291 "[BUILDER_CACHE]/WebKit_Linux_Leak/src/tools/mb/mb_config.pyl", 291 "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak/src/tools/mb/mb_config.pyl",
292 "--goma-dir", 292 "--goma-dir",
293 "[CACHE]/cipd/goma", 293 "[CACHE]/cipd/goma",
294 "--swarming-targets-file", 294 "--swarming-targets-file",
295 "browser_tests\n", 295 "browser_tests\n",
296 "//out/Release" 296 "//out/Release"
297 ], 297 ],
298 "cwd": "[BUILDER_CACHE]/WebKit_Linux_Leak/src", 298 "cwd": "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak/src",
299 "env": { 299 "env": {
300 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 300 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
301 }, 301 },
302 "name": "generate_build_files", 302 "name": "generate_build_files",
303 "~followup_annotations": [ 303 "~followup_annotations": [
304 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 304 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
305 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 305 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
306 ] 306 ]
307 }, 307 },
308 { 308 {
309 "cmd": [ 309 "cmd": [
310 "python", 310 "python",
311 "-u", 311 "-u",
312 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 312 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
313 "--show-path", 313 "--show-path",
314 "python", 314 "python",
315 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 315 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
316 "--gsutil-py-path", 316 "--gsutil-py-path",
317 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 317 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
318 "--ninja-path", 318 "--ninja-path",
319 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 319 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
320 "--target", 320 "--target",
321 "Release", 321 "Release",
322 "--src-dir", 322 "--src-dir",
323 "[BUILDER_CACHE]/WebKit_Linux_Leak/src", 323 "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak/src",
324 "--goma-cache-dir", 324 "--goma-cache-dir",
325 "[GOMA_CACHE]", 325 "[GOMA_CACHE]",
326 "--buildbot-buildername", 326 "--buildbot-buildername",
327 "WebKit Linux Leak", 327 "WebKit Linux Precise Leak",
328 "--buildbot-mastername", 328 "--buildbot-mastername",
329 "chromium.webkit", 329 "chromium.webkit",
330 "--buildbot-slavename", 330 "--buildbot-slavename",
331 "TestSlavename", 331 "TestSlavename",
332 "--goma-deps-cache-dir", 332 "--goma-deps-cache-dir",
333 "[GOMA_DEPS_CACHE]", 333 "[GOMA_DEPS_CACHE]",
334 "--build-data-dir", 334 "--build-data-dir",
335 "[ROOT]/build_data_dir", 335 "[ROOT]/build_data_dir",
336 "--compiler", 336 "--compiler",
337 "goma", 337 "goma",
(...skipping 14 matching lines...) Expand all
352 "name": "compile", 352 "name": "compile",
353 "~followup_annotations": [ 353 "~followup_annotations": [
354 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 354 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
355 "@@@STEP_LOG_END@json.output (invalid)@@@" 355 "@@@STEP_LOG_END@json.output (invalid)@@@"
356 ] 356 ]
357 }, 357 },
358 { 358 {
359 "cmd": [ 359 "cmd": [
360 "python", 360 "python",
361 "-u", 361 "-u",
362 "[BUILDER_CACHE]/WebKit_Linux_Leak/src/tools/determinism/remove_build_meta data.py", 362 "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak/src/tools/determinism/remove_bu ild_metadata.py",
363 "--build-dir", 363 "--build-dir",
364 "[BUILDER_CACHE]/WebKit_Linux_Leak/src/out/Release" 364 "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak/src/out/Release"
365 ], 365 ],
366 "cwd": "[SLAVE_BUILD]", 366 "cwd": "[SLAVE_BUILD]",
367 "name": "remove_build_metadata" 367 "name": "remove_build_metadata"
368 }, 368 },
369 { 369 {
370 "cmd": [ 370 "cmd": [
371 "python", 371 "python",
372 "-u", 372 "-u",
373 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 373 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
374 "[BUILDER_CACHE]/WebKit_Linux_Leak/src/tools/swarming_client", 374 "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak/src/tools/swarming_client",
375 "batcharchive", 375 "batcharchive",
376 "--dump-json", 376 "--dump-json",
377 "/path/to/tmp/json", 377 "/path/to/tmp/json",
378 "--isolate-server", 378 "--isolate-server",
379 "https://isolateserver.appspot.com", 379 "https://isolateserver.appspot.com",
380 "--verbose", 380 "--verbose",
381 "[BUILDER_CACHE]/WebKit_Linux_Leak/src/out/Release/browser_tests.isolated. gen.json" 381 "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak/src/out/Release/browser_tests.i solated.gen.json"
382 ], 382 ],
383 "name": "isolate tests", 383 "name": "isolate tests",
384 "~followup_annotations": [ 384 "~followup_annotations": [
385 "@@@STEP_LOG_LINE@json.output@{@@@", 385 "@@@STEP_LOG_LINE@json.output@{@@@",
386 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 386 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
387 "@@@STEP_LOG_LINE@json.output@}@@@", 387 "@@@STEP_LOG_LINE@json.output@}@@@",
388 "@@@STEP_LOG_END@json.output@@@" 388 "@@@STEP_LOG_END@json.output@@@"
389 ] 389 ]
390 }, 390 },
391 { 391 {
392 "cmd": [ 392 "cmd": [
393 "python", 393 "python",
394 "-u", 394 "-u",
395 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", 395 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
396 "--build-dir", 396 "--build-dir",
397 "[BUILDER_CACHE]/WebKit_Linux_Leak/src/out/Release", 397 "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak/src/out/Release",
398 "--output-json", 398 "--output-json",
399 "/path/to/tmp/json" 399 "/path/to/tmp/json"
400 ], 400 ],
401 "cwd": "[BUILDER_CACHE]/WebKit_Linux_Leak", 401 "cwd": "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak",
402 "env": { 402 "env": {
403 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 403 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
404 }, 404 },
405 "name": "find isolated tests", 405 "name": "find isolated tests",
406 "~followup_annotations": [ 406 "~followup_annotations": [
407 "@@@STEP_LOG_LINE@json.output@{@@@", 407 "@@@STEP_LOG_LINE@json.output@{@@@",
408 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 408 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
409 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 409 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
410 "@@@STEP_LOG_LINE@json.output@}@@@", 410 "@@@STEP_LOG_LINE@json.output@}@@@",
411 "@@@STEP_LOG_END@json.output@@@", 411 "@@@STEP_LOG_END@json.output@@@",
412 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 412 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
413 ] 413 ]
414 }, 414 },
415 { 415 {
416 "cmd": [ 416 "cmd": [
417 "python", 417 "python",
418 "-u", 418 "-u",
419 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n", 419 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n",
420 "browser_tests" 420 "browser_tests"
421 ], 421 ],
422 "cwd": "[BUILDER_CACHE]/WebKit_Linux_Leak", 422 "cwd": "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak",
423 "env": { 423 "env": {
424 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 424 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
425 }, 425 },
426 "name": "[error] browser_tests", 426 "name": "[error] browser_tests",
427 "~followup_annotations": [ 427 "~followup_annotations": [
428 "@@@STEP_LOG_LINE@python.inline@@@@", 428 "@@@STEP_LOG_LINE@python.inline@@@@",
429 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 429 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
430 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@", 430 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@",
431 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 431 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
432 "@@@STEP_LOG_END@python.inline@@@" 432 "@@@STEP_LOG_END@python.inline@@@"
433 ] 433 ]
434 }, 434 },
435 { 435 {
436 "cmd": [ 436 "cmd": [
437 "python", 437 "python",
438 "-u", 438 "-u",
439 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 439 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
440 "--target", 440 "--target",
441 "Release", 441 "Release",
442 "--no-xvfb", 442 "--no-xvfb",
443 "--factory-properties", 443 "--factory-properties",
444 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Linux Lea k\", \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromi um.webkit\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recip e\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/wor kdir/TestSlavename\"}", 444 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Linux Pre cise Leak\", \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.webkit\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/pat h/to/workdir/TestSlavename\"}",
445 "--build-properties", 445 "--build-properties",
446 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Linux Lea k\", \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromi um.webkit\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recip e\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/wor kdir/TestSlavename\"}", 446 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Linux Pre cise Leak\", \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.webkit\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/pat h/to/workdir/TestSlavename\"}",
447 "--step-name=webkit_tests", 447 "--step-name=webkit_tests",
448 "--builder-name=WebKit Linux Leak", 448 "--builder-name=WebKit Linux Precise Leak",
449 "--slave-name=TestSlavename", 449 "--slave-name=TestSlavename",
450 "--build-number=571", 450 "--build-number=571",
451 "--run-python-script", 451 "--run-python-script",
452 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py" , 452 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py" ,
453 "--target", 453 "--target",
454 "Release", 454 "Release",
455 "-o", 455 "-o",
456 "[SLAVE_BUILD]/layout-test-results", 456 "[SLAVE_BUILD]/layout-test-results",
457 "--build-dir", 457 "--build-dir",
458 "[BUILDER_CACHE]/WebKit_Linux_Leak/src/out", 458 "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak/src/out",
459 "--json-test-results", 459 "--json-test-results",
460 "/path/to/tmp/json", 460 "/path/to/tmp/json",
461 "--test-results-server", 461 "--test-results-server",
462 "test-results.appspot.com", 462 "test-results.appspot.com",
463 "--build-number", 463 "--build-number",
464 "571", 464 "571",
465 "--builder-name", 465 "--builder-name",
466 "WebKit Linux Leak", 466 "WebKit Linux Precise Leak",
467 "--step-name", 467 "--step-name",
468 "webkit_tests", 468 "webkit_tests",
469 "--additional-expectations", 469 "--additional-expectations",
470 "src/third_party/WebKit/LayoutTests/LeakExpectations", 470 "src/third_party/WebKit/LayoutTests/LeakExpectations",
471 "--options=--enable-leak-detection" 471 "--options=--enable-leak-detection"
472 ], 472 ],
473 "cwd": "[BUILDER_CACHE]/WebKit_Linux_Leak", 473 "cwd": "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak",
474 "env": { 474 "env": {
475 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 475 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
476 }, 476 },
477 "name": "webkit_tests", 477 "name": "webkit_tests",
478 "~followup_annotations": [ 478 "~followup_annotations": [
479 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 479 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
480 ] 480 ]
481 }, 481 },
482 { 482 {
483 "cmd": [ 483 "cmd": [
484 "python", 484 "python",
485 "-u", 485 "-u",
486 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res ults.py", 486 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res ults.py",
487 "--results-dir", 487 "--results-dir",
488 "[SLAVE_BUILD]/layout-test-results", 488 "[SLAVE_BUILD]/layout-test-results",
489 "--build-dir", 489 "--build-dir",
490 "[BUILDER_CACHE]/WebKit_Linux_Leak/src/out", 490 "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak/src/out",
491 "--build-number", 491 "--build-number",
492 "571", 492 "571",
493 "--builder-name", 493 "--builder-name",
494 "WebKit Linux Leak", 494 "WebKit Linux Precise Leak",
495 "--gs-bucket", 495 "--gs-bucket",
496 "gs://chromium-layout-test-archives", 496 "gs://chromium-layout-test-archives",
497 "--staging-dir", 497 "--staging-dir",
498 "[CACHE]/chrome_staging", 498 "[CACHE]/chrome_staging",
499 "--gs-acl", 499 "--gs-acl",
500 "public-read" 500 "public-read"
501 ], 501 ],
502 "cwd": "[BUILDER_CACHE]/WebKit_Linux_Leak", 502 "cwd": "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak",
503 "env": { 503 "env": {
504 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 504 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
505 }, 505 },
506 "name": "archive_webkit_tests_results", 506 "name": "archive_webkit_tests_results",
507 "~followup_annotations": [ 507 "~followup_annotations": [
508 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux_Leak/571/layout-test-results/results.html@@@", 508 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux_Precise_Leak/571/layout-test-results/results.h tml@@@",
509 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux_Leak/571/layout-test-results.zip@@@" 509 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux_Precise_Leak/571/layout-test-results.zip@@@"
510 ] 510 ]
511 }, 511 },
512 { 512 {
513 "cmd": [ 513 "cmd": [
514 "python", 514 "python",
515 "-u", 515 "-u",
516 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" , 516 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" ,
517 "browser_tests" 517 "browser_tests"
518 ], 518 ],
519 "cwd": "[BUILDER_CACHE]/WebKit_Linux_Leak", 519 "cwd": "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak",
520 "env": { 520 "env": {
521 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 521 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
522 }, 522 },
523 "name": "[collect error] browser_tests", 523 "name": "[collect error] browser_tests",
524 "~followup_annotations": [ 524 "~followup_annotations": [
525 "@@@STEP_LOG_LINE@python.inline@@@@", 525 "@@@STEP_LOG_LINE@python.inline@@@@",
526 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 526 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
527 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@", 527 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
528 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 528 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
529 "@@@STEP_LOG_END@python.inline@@@" 529 "@@@STEP_LOG_END@python.inline@@@"
530 ] 530 ]
531 }, 531 },
532 { 532 {
533 "name": "$result", 533 "name": "$result",
534 "recipe_result": null, 534 "recipe_result": null,
535 "status_code": 0 535 "status_code": 0
536 } 536 }
537 ] 537 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698