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

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

Issue 2377933002: Add trusty builder / tester for chromium.linux. (Closed)
Patch Set: removed test generators 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]/linux", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py", 215 "[BUILDER_CACHE]/linux/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 "Debug", 220 "Debug",
221 "--use-src-side-runtest-py", 221 "--use-src-side-runtest-py",
222 "--paths", 222 "--paths",
223 "{\"checkout\": \"[BUILDER_CACHE]/linux/src\", \"runit.py\": \"RECIPE_PACK AGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[ build]/scripts/slave/runtest.py\"}", 223 "{\"checkout\": \"[BUILDER_CACHE]/linux/src\", \"runit.py\": \"RECIPE_PACK AGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[ build]/scripts/slave/runtest.py\"}",
224 "--properties", 224 "--properties",
225 "{\"buildername\": \"Linux Builder (dbg)(32)\", \"buildnumber\": 571, \"ma stername\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platf orm\": \"linux\"}" 225 "{\"buildername\": \"Linux Builder Trusty (dbg)(32)\", \"buildnumber\": 57 1, \"mastername\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"targe t_platform\": \"linux\"}"
226 ], 226 ],
227 "name": "get compile targets for scripts", 227 "name": "get compile targets for scripts",
228 "~followup_annotations": [ 228 "~followup_annotations": [
229 "@@@STEP_LOG_LINE@json.output@{}@@@", 229 "@@@STEP_LOG_LINE@json.output@{}@@@",
230 "@@@STEP_LOG_END@json.output@@@" 230 "@@@STEP_LOG_END@json.output@@@"
231 ] 231 ]
232 }, 232 },
233 { 233 {
234 "cmd": [ 234 "cmd": [
235 "python", 235 "python",
236 "-u", 236 "-u",
237 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 237 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
238 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.linux.json", 238 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.linux.json",
239 "/path/to/tmp/json" 239 "/path/to/tmp/json"
240 ], 240 ],
241 "name": "read test spec (chromium.linux.json)", 241 "name": "read test spec (chromium.linux.json)",
242 "~followup_annotations": [ 242 "~followup_annotations": [
243 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.li nux.json@@@", 243 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.li nux.json@@@",
244 "@@@STEP_LOG_LINE@json.output@{@@@", 244 "@@@STEP_LOG_LINE@json.output@{@@@",
245 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests (dbg)(1)(32)\": {@@@", 245 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests Trusty (dbg)(1)(32)\": {@@@" ,
246 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 246 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
247 "@@@STEP_LOG_LINE@json.output@ {@@@", 247 "@@@STEP_LOG_LINE@json.output@ {@@@",
248 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 248 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
249 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 249 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
250 "@@@STEP_LOG_LINE@json.output@ }, @@@", 250 "@@@STEP_LOG_LINE@json.output@ }, @@@",
251 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 251 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
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@ }@@@",
255 "@@@STEP_LOG_LINE@json.output@}@@@", 255 "@@@STEP_LOG_LINE@json.output@}@@@",
(...skipping 24 matching lines...) Expand all
280 }, 280 },
281 { 281 {
282 "cmd": [ 282 "cmd": [
283 "python", 283 "python",
284 "-u", 284 "-u",
285 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", 285 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py",
286 "gen", 286 "gen",
287 "-m", 287 "-m",
288 "chromium.linux", 288 "chromium.linux",
289 "-b", 289 "-b",
290 "Linux Builder (dbg)(32)", 290 "Linux Builder Trusty (dbg)(32)",
291 "--config-file", 291 "--config-file",
292 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", 292 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl",
293 "--goma-dir", 293 "--goma-dir",
294 "[CACHE]/cipd/goma", 294 "[CACHE]/cipd/goma",
295 "--swarming-targets-file", 295 "--swarming-targets-file",
296 "browser_tests\n", 296 "browser_tests\n",
297 "//out/Debug" 297 "//out/Debug"
298 ], 298 ],
299 "cwd": "[BUILDER_CACHE]/linux/src", 299 "cwd": "[BUILDER_CACHE]/linux/src",
300 "env": { 300 "env": {
(...skipping 17 matching lines...) Expand all
318 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 318 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
319 "--ninja-path", 319 "--ninja-path",
320 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 320 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
321 "--target", 321 "--target",
322 "Debug", 322 "Debug",
323 "--src-dir", 323 "--src-dir",
324 "[BUILDER_CACHE]/linux/src", 324 "[BUILDER_CACHE]/linux/src",
325 "--goma-cache-dir", 325 "--goma-cache-dir",
326 "[GOMA_CACHE]", 326 "[GOMA_CACHE]",
327 "--buildbot-buildername", 327 "--buildbot-buildername",
328 "Linux Builder (dbg)(32)", 328 "Linux Builder Trusty (dbg)(32)",
329 "--buildbot-mastername", 329 "--buildbot-mastername",
330 "chromium.linux", 330 "chromium.linux",
331 "--buildbot-slavename", 331 "--buildbot-slavename",
332 "TestSlavename", 332 "TestSlavename",
333 "--goma-deps-cache-dir", 333 "--goma-deps-cache-dir",
334 "[GOMA_DEPS_CACHE]", 334 "[GOMA_DEPS_CACHE]",
335 "--build-data-dir", 335 "--build-data-dir",
336 "[ROOT]/build_data_dir", 336 "[ROOT]/build_data_dir",
337 "--compiler", 337 "--compiler",
338 "goma", 338 "goma",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", 402 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py",
403 "--target", 403 "--target",
404 "Debug", 404 "Debug",
405 "--gsutil-py-path", 405 "--gsutil-py-path",
406 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 406 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
407 "--staging-dir", 407 "--staging-dir",
408 "[CACHE]/chrome_staging", 408 "[CACHE]/chrome_staging",
409 "--src-dir", 409 "--src-dir",
410 "[BUILDER_CACHE]/linux/src", 410 "[BUILDER_CACHE]/linux/src",
411 "--build-url", 411 "--build-url",
412 "gs://chromium-linux-archive/chromium.linux/Linux Builder (dbg)(32)", 412 "gs://chromium-linux-archive/chromium.linux/Linux Builder Trusty (dbg)(32) ",
413 "--build_revision", 413 "--build_revision",
414 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 414 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
415 "--factory-properties", 415 "--factory-properties",
416 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder (d bg)(32)\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"parent_bu ildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"sla vename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 416 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder Tr usty (dbg)(32)\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"pa rent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\" , \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam e\"}",
417 "--build-properties", 417 "--build-properties",
418 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder (d bg)(32)\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"parent_bu ildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"sla vename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 418 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder Tr usty (dbg)(32)\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"pa rent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\" , \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam e\"}"
419 ], 419 ],
420 "name": "package build" 420 "name": "package build"
421 }, 421 },
422 { 422 {
423 "cmd": [], 423 "cmd": [],
424 "name": "trigger", 424 "name": "trigger",
425 "trigger_specs": [ 425 "trigger_specs": [
426 { 426 {
427 "builder_name": "Linux Tests (dbg)(1)(32)", 427 "builder_name": "Linux Tests Trusty (dbg)(1)(32)",
428 "properties": { 428 "properties": {
429 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c ", 429 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c ",
430 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", 430 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}",
431 "parent_got_buildtools_revision": "f0319a328b2809876916353cb9942596921 40934", 431 "parent_got_buildtools_revision": "f0319a328b2809876916353cb9942596921 40934",
432 "parent_got_buildtools_revision_cp": "refs/heads/master@{#182578}", 432 "parent_got_buildtools_revision_cp": "refs/heads/master@{#182578}",
433 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50" , 433 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50" ,
434 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", 434 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}",
435 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 435 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
436 "parent_got_revision_cp": "refs/heads/master@{#170242}", 436 "parent_got_revision_cp": "refs/heads/master@{#170242}",
437 "parent_got_swarming_client_revision": "a0ee5d99f1d4b38ddaa4c759c83798 0b63b99566", 437 "parent_got_swarming_client_revision": "a0ee5d99f1d4b38ddaa4c759c83798 0b63b99566",
438 "parent_got_swarming_client_revision_cp": "refs/heads/master@{#276089} ", 438 "parent_got_swarming_client_revision_cp": "refs/heads/master@{#276089} ",
439 "parent_got_v8_revision": "801ada225ddc271c132c3a35f03975671d43e399", 439 "parent_got_v8_revision": "801ada225ddc271c132c3a35f03975671d43e399",
440 "parent_got_v8_revision_cp": "refs/heads/master@{#43426}", 440 "parent_got_v8_revision_cp": "refs/heads/master@{#43426}",
441 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4", 441 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4",
442 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" 442 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}"
443 } 443 }
444 } 444 }
445 ], 445 ],
446 "~followup_annotations": [ 446 "~followup_annotations": [
447 "@@@STEP_TEXT@Linux Tests (dbg)(1)(32)@@@" 447 "@@@STEP_TEXT@Linux Tests Trusty (dbg)(1)(32)@@@"
448 ] 448 ]
449 }, 449 },
450 { 450 {
451 "name": "$result", 451 "name": "$result",
452 "recipe_result": null, 452 "recipe_result": null,
453 "status_code": 0 453 "status_code": 0
454 } 454 }
455 ] 455 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698