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

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

Issue 2457173002: Main waterfall blink testers should not compile locally. (Closed)
Patch Set: Train. Created 4 years, 1 month 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]/mac_layout", 7 "[BUILDER_CACHE]/mac_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 19 matching lines...) Expand all
30 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", 30 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
31 "--patch_root", 31 "--patch_root",
32 "src", 32 "src",
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@1111111",
41 "--output_manifest" 41 "--output_manifest"
42 ], 42 ],
43 "cwd": "[BUILDER_CACHE]/mac_layout", 43 "cwd": "[BUILDER_CACHE]/mac_layout",
44 "env": { 44 "env": {
45 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 45 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
46 }, 46 },
47 "name": "bot_update", 47 "name": "bot_update",
48 "~followup_annotations": [ 48 "~followup_annotations": [
49 "@@@STEP_TEXT@Some step text@@@", 49 "@@@STEP_TEXT@Some step text@@@",
50 "@@@STEP_LOG_LINE@json.output@{@@@", 50 "@@@STEP_LOG_LINE@json.output@{@@@",
51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
53 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 53 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@",
54 "@@@STEP_LOG_LINE@json.output@ }, @@@", 54 "@@@STEP_LOG_LINE@json.output@ }, @@@",
55 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 55 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
56 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", 56 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
57 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@", 57 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
58 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@", 58 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
59 "@@@STEP_LOG_LINE@json.output@ }, @@@", 59 "@@@STEP_LOG_LINE@json.output@ }, @@@",
60 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@", 60 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@",
61 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /buildtools.git\", @@@", 61 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /buildtools.git\", @@@",
62 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@", 62 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@",
63 "@@@STEP_LOG_LINE@json.output@ }, @@@", 63 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
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]/mac_layout/src/testing/buildbot/chromium.webkit.json", 237 "[BUILDER_CACHE]/mac_layout/src/testing/buildbot/chromium.webkit.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]/mac_layout/src/testing/buildbot/chromi um.webkit.json@@@", 242 "@@@STEP_TEXT@path: [BUILDER_CACHE]/mac_layout/src/testing/buildbot/chromi um.webkit.json@@@",
243 "@@@STEP_LOG_LINE@json.output@{}@@@", 243 "@@@STEP_LOG_LINE@json.output@{@@@",
244 "@@@STEP_LOG_LINE@json.output@ \"WebKit Mac10.9\": {@@@",
245 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
246 "@@@STEP_LOG_LINE@json.output@ {@@@",
247 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
248 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
249 "@@@STEP_LOG_LINE@json.output@ }, @@@",
250 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
251 "@@@STEP_LOG_LINE@json.output@ }@@@",
252 "@@@STEP_LOG_LINE@json.output@ ]@@@",
253 "@@@STEP_LOG_LINE@json.output@ }@@@",
254 "@@@STEP_LOG_LINE@json.output@}@@@",
244 "@@@STEP_LOG_END@json.output@@@" 255 "@@@STEP_LOG_END@json.output@@@"
245 ] 256 ]
246 }, 257 },
247 { 258 {
248 "cmd": [ 259 "cmd": [
249 "python", 260 "python",
250 "-u", 261 "-u",
251 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 262 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
252 "--show-path", 263 "--show-path",
253 "python", 264 "python",
254 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 265 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
255 ], 266 ],
256 "name": "cleanup_temp" 267 "name": "cleanup_temp"
257 }, 268 },
258 { 269 {
259 "cmd": [ 270 "cmd": [
260 "python", 271 "python",
261 "-u", 272 "-u",
262 "[BUILDER_CACHE]/mac_layout/src/tools/mb/mb.py", 273 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
263 "gen", 274 "[BUILDER_CACHE]/mac_layout/src/out/Release"
264 "-m",
265 "chromium.webkit",
266 "-b",
267 "WebKit Mac10.9",
268 "--config-file",
269 "[BUILDER_CACHE]/mac_layout/src/tools/mb/mb_config.pyl",
270 "--goma-dir",
271 "[CACHE]/cipd/goma",
272 "//out/Release"
273 ], 275 ],
274 "cwd": "[BUILDER_CACHE]/mac_layout/src", 276 "name": "rmtree build directory",
275 "env": {
276 "FORCE_MAC_TOOLCHAIN": "1",
277 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
278 },
279 "name": "generate_build_files"
280 },
281 {
282 "allow_subannotations": true,
283 "cmd": [
284 "python",
285 "-u",
286 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
287 "--src-dir",
288 "[BUILDER_CACHE]/mac_layout/src",
289 "--output-json",
290 "/path/to/tmp/json"
291 ],
292 "env": {
293 "FORCE_MAC_TOOLCHAIN": "1",
294 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
295 },
296 "name": "clang_revision",
297 "~followup_annotations": [ 277 "~followup_annotations": [
298 "@@@STEP_LOG_LINE@json.output@{@@@", 278 "@@@STEP_LOG_LINE@python.inline@@@@",
299 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 279 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
300 "@@@STEP_LOG_LINE@json.output@}@@@", 280 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
301 "@@@STEP_LOG_END@json.output@@@" 281 "@@@STEP_LOG_LINE@python.inline@@@@",
282 "@@@STEP_LOG_LINE@python.inline@@@@",
283 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
284 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
285 "@@@STEP_LOG_END@python.inline@@@"
302 ] 286 ]
303 }, 287 },
304 { 288 {
305 "cmd": [ 289 "cmd": [
306 "python", 290 "python",
307 "-u", 291 "-u",
308 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 292 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
309 "--show-path", 293 "--show-path",
310 "python", 294 "python",
311 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 295 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py",
312 "--gsutil-py-path", 296 "--gsutil-py-path",
313 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 297 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
314 "--ninja-path",
315 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
316 "--target", 298 "--target",
317 "Release", 299 "Release",
318 "--src-dir", 300 "--src-dir",
319 "[BUILDER_CACHE]/mac_layout/src", 301 "[BUILDER_CACHE]/mac_layout/src",
320 "--goma-cache-dir", 302 "--build-archive-url",
321 "[GOMA_CACHE]", 303 "gs://test-domain/test-archive.zip",
322 "--buildbot-buildername", 304 "--master-name",
323 "WebKit Mac10.9",
324 "--buildbot-mastername",
325 "chromium.webkit", 305 "chromium.webkit",
326 "--buildbot-slavename", 306 "--build-number",
327 "TestSlavename", 307 "571"
328 "--goma-deps-cache-file",
329 "WebKit_Mac10_9.gomadeps",
330 "--build-data-dir",
331 "[ROOT]/build_data_dir",
332 "--compiler",
333 "goma-clang",
334 "--goma-jsonstatus",
335 "/path/to/tmp/json",
336 "--goma-service-account-json-file",
337 "/creds/service_accounts/service-account-goma-client.json",
338 "--goma-dir",
339 "[CACHE]/cipd/goma",
340 "--",
341 "blink_tests"
342 ], 308 ],
343 "env": { 309 "name": "extract build"
344 "FORCE_MAC_TOOLCHAIN": "1",
345 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
346 },
347 "name": "compile",
348 "~followup_annotations": [
349 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
350 "@@@STEP_LOG_END@json.output (invalid)@@@"
351 ]
352 },
353 {
354 "allow_subannotations": true,
355 "cmd": [
356 "python",
357 "-u",
358 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
359 "--show-path",
360 "python",
361 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py",
362 "--target",
363 "Release",
364 "--gsutil-py-path",
365 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
366 "--staging-dir",
367 "[CACHE]/chrome_staging",
368 "--src-dir",
369 "[BUILDER_CACHE]/mac_layout/src",
370 "--build-url",
371 "gs://chromium-webkit-archive/chromium.webkit/WebKit Mac10.9",
372 "--build_revision",
373 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
374 "--gs-acl",
375 "public-read",
376 "--factory-properties",
377 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\" , \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium. webkit\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\" : \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdi r/TestSlavename\"}",
378 "--build-properties",
379 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\" , \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium. webkit\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\" : \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdi r/TestSlavename\"}"
380 ],
381 "name": "package build"
382 }, 310 },
383 { 311 {
384 "cmd": [ 312 "cmd": [
385 "python", 313 "python",
386 "-u", 314 "-u",
315 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
316 "--build-dir",
317 "[BUILDER_CACHE]/mac_layout/src/out/Release",
318 "--output-json",
319 "/path/to/tmp/json"
320 ],
321 "cwd": "[BUILDER_CACHE]/mac_layout",
322 "env": {
323 "FORCE_MAC_TOOLCHAIN": "1",
324 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
325 },
326 "name": "find isolated tests",
327 "~followup_annotations": [
328 "@@@STEP_LOG_LINE@json.output@{@@@",
329 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
330 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
331 "@@@STEP_LOG_LINE@json.output@}@@@",
332 "@@@STEP_LOG_END@json.output@@@",
333 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
334 ]
335 },
336 {
337 "cmd": [
338 "python",
339 "-u",
340 "[BUILDER_CACHE]/mac_layout/src/tools/swarming_client/swarming.py",
341 "trigger",
342 "--swarming",
343 "https://chromium-swarm.appspot.com",
344 "--isolate-server",
345 "https://isolateserver.appspot.com",
346 "--priority",
347 "25",
348 "--shards",
349 "1",
350 "--task-name",
351 "browser_tests/Mac-10.9/ffffffffff/WebKit Mac10.9/571",
352 "--dump-json",
353 "/path/to/tmp/json",
354 "--expiration",
355 "3600",
356 "--io-timeout",
357 "1200",
358 "--hard-timeout",
359 "3600",
360 "--dimension",
361 "cpu",
362 "x86-64",
363 "--dimension",
364 "gpu",
365 "none",
366 "--dimension",
367 "os",
368 "Mac-10.9",
369 "--dimension",
370 "pool",
371 "Chrome",
372 "--tag",
373 "buildername:WebKit Mac10.9",
374 "--tag",
375 "buildnumber:571",
376 "--tag",
377 "data:ffffffffffffffffffffffffffffffffffffffff",
378 "--tag",
379 "master:chromium.webkit",
380 "--tag",
381 "name:browser_tests",
382 "--tag",
383 "os:Mac-10.9",
384 "--tag",
385 "project:chromium",
386 "--tag",
387 "purpose:CI",
388 "--tag",
389 "purpose:post-commit",
390 "--tag",
391 "slavename:TestSlavename",
392 "--tag",
393 "stepname:browser_tests on Mac-10.9",
394 "--idempotent",
395 "ffffffffffffffffffffffffffffffffffffffff",
396 "--",
397 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
398 ],
399 "cwd": "[BUILDER_CACHE]/mac_layout",
400 "env": {
401 "FORCE_MAC_TOOLCHAIN": "1",
402 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
403 },
404 "name": "[trigger] browser_tests on Mac-10.9",
405 "~followup_annotations": [
406 "@@@STEP_LOG_LINE@json.output@{@@@",
407 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10 .9/ffffffffff/WebKit Mac10.9/571\", @@@",
408 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
409 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.9/ffffffffff/WebK it Mac10.9/571\": {@@@",
410 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
411 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
412 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
413 "@@@STEP_LOG_LINE@json.output@ }@@@",
414 "@@@STEP_LOG_LINE@json.output@ }@@@",
415 "@@@STEP_LOG_LINE@json.output@}@@@",
416 "@@@STEP_LOG_END@json.output@@@",
417 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
418 ]
419 },
420 {
421 "cmd": [
422 "python",
423 "-u",
387 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 424 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
388 "--target", 425 "--target",
389 "Release", 426 "Release",
390 "--factory-properties", 427 "--factory-properties",
391 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\" , \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium. webkit\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\" : \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdi r/TestSlavename\"}", 428 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\" , \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium. webkit\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \ "parent_buildername\": \"WebKit Mac Builder\", \"parent_got_revision\": \"111111 1\", \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"Te stSlavename\", \"swarm_hashes\": {\"browser_tests\": \"fffffffffffffffffffffffff fffffffffffffff\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
392 "--build-properties", 429 "--build-properties",
393 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\" , \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium. webkit\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\" : \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdi r/TestSlavename\"}", 430 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\" , \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium. webkit\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \ "parent_buildername\": \"WebKit Mac Builder\", \"parent_got_revision\": \"111111 1\", \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"Te stSlavename\", \"swarm_hashes\": {\"browser_tests\": \"fffffffffffffffffffffffff fffffffffffffff\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
394 "--step-name=webkit_tests", 431 "--step-name=webkit_tests",
395 "--builder-name=WebKit Mac10.9", 432 "--builder-name=WebKit Mac10.9",
396 "--slave-name=TestSlavename", 433 "--slave-name=TestSlavename",
397 "--build-number=571", 434 "--build-number=571",
398 "--run-python-script", 435 "--run-python-script",
399 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py" , 436 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py" ,
400 "--target", 437 "--target",
401 "Release", 438 "Release",
402 "-o", 439 "-o",
403 "[SLAVE_BUILD]/layout-test-results", 440 "[SLAVE_BUILD]/layout-test-results",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 "FORCE_MAC_TOOLCHAIN": "1", 486 "FORCE_MAC_TOOLCHAIN": "1",
450 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 487 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
451 }, 488 },
452 "name": "archive_webkit_tests_results", 489 "name": "archive_webkit_tests_results",
453 "~followup_annotations": [ 490 "~followup_annotations": [
454 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", 491 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@",
455 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" 492 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Mac10_9/571/layout-test-results.zip@@@"
456 ] 493 ]
457 }, 494 },
458 { 495 {
496 "allow_subannotations": true,
497 "cmd": [
498 "python",
499 "-u",
500 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
501 "python",
502 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py",
503 "--swarming-client-dir",
504 "[BUILDER_CACHE]/mac_layout/src/tools/swarming_client",
505 "--temp-root-dir",
506 "[TMP_BASE]",
507 "--merged-test-output",
508 "/path/to/tmp/json",
509 "--",
510 "collect",
511 "--swarming",
512 "https://chromium-swarm.appspot.com",
513 "--decorate",
514 "--print-status-updates",
515 "--json",
516 "{\"base_task_name\": \"browser_tests/Mac-10.9/ffffffffff/WebKit Mac10.9/5 71\", \"tasks\": {\"browser_tests/Mac-10.9/ffffffffff/WebKit Mac10.9/571\": {\"s hard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm. appspot.com/user/task/10000\"}}}"
517 ],
518 "cwd": "[BUILDER_CACHE]/mac_layout",
519 "env": {
520 "FORCE_MAC_TOOLCHAIN": "1",
521 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
522 },
523 "name": "browser_tests on Mac-10.9",
524 "~followup_annotations": [
525 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
526 ]
527 },
528 {
529 "cmd": [
530 "python",
531 "-u",
532 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
533 "--input-json",
534 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" ,
535 "--master-name",
536 "chromium.webkit",
537 "--builder-name",
538 "WebKit Mac10.9",
539 "--build-number",
540 "571",
541 "--test-type",
542 "browser_tests on Mac-10.9",
543 "--test-results-server",
544 "test-results.appspot.com",
545 "--chrome-revision",
546 "170242"
547 ],
548 "cwd": "[BUILDER_CACHE]/mac_layout",
549 "env": {
550 "FORCE_MAC_TOOLCHAIN": "1",
551 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
552 },
553 "name": "Upload to test-results [browser_tests on Mac-10.9]"
554 },
555 {
459 "name": "$result", 556 "name": "$result",
460 "recipe_result": null, 557 "recipe_result": null,
461 "status_code": 0 558 "status_code": 0
462 } 559 }
463 ] 560 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698