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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Builder_Trusty.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 "Release", 220 "Release",
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\", \"buildnumber\": 571, \"mastername\" : \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"l inux\"}" 225 "{\"buildername\": \"Linux Builder Trusty\", \"buildnumber\": 571, \"maste rname\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_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\": {@@@", 245 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests Trusty\": {@@@",
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", 290 "Linux Builder Trusty",
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/Release" 297 "//out/Release"
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 "Release", 322 "Release",
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", 328 "Linux Builder Trusty",
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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", 401 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py",
402 "--target", 402 "--target",
403 "Release", 403 "Release",
404 "--gsutil-py-path", 404 "--gsutil-py-path",
405 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 405 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
406 "--staging-dir", 406 "--staging-dir",
407 "[CACHE]/chrome_staging", 407 "[CACHE]/chrome_staging",
408 "--src-dir", 408 "--src-dir",
409 "[BUILDER_CACHE]/linux/src", 409 "[BUILDER_CACHE]/linux/src",
410 "--build-url", 410 "--build-url",
411 "gs://chromium-linux-archive/chromium.linux/Linux Builder", 411 "gs://chromium-linux-archive/chromium.linux/Linux Builder Trusty",
412 "--build_revision", 412 "--build_revision",
413 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 413 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
414 "--factory-properties", 414 "--factory-properties",
415 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"parent_buildername\ ": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 415 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder Tr usty\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"parent_build ername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slaven ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
416 "--build-properties", 416 "--build-properties",
417 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"parent_buildername\ ": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 417 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder Tr usty\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"parent_build ername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slaven ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
418 ], 418 ],
419 "name": "package build" 419 "name": "package build"
420 }, 420 },
421 { 421 {
422 "cmd": [], 422 "cmd": [],
423 "name": "trigger", 423 "name": "trigger",
424 "trigger_specs": [ 424 "trigger_specs": [
425 { 425 {
426 "builder_name": "Linux Tests", 426 "builder_name": "Linux Tests Trusty",
427 "properties": { 427 "properties": {
428 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c ", 428 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c ",
429 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", 429 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}",
430 "parent_got_buildtools_revision": "f0319a328b2809876916353cb9942596921 40934", 430 "parent_got_buildtools_revision": "f0319a328b2809876916353cb9942596921 40934",
431 "parent_got_buildtools_revision_cp": "refs/heads/master@{#182578}", 431 "parent_got_buildtools_revision_cp": "refs/heads/master@{#182578}",
432 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50" , 432 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50" ,
433 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", 433 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}",
434 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 434 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
435 "parent_got_revision_cp": "refs/heads/master@{#170242}", 435 "parent_got_revision_cp": "refs/heads/master@{#170242}",
436 "parent_got_swarming_client_revision": "a0ee5d99f1d4b38ddaa4c759c83798 0b63b99566", 436 "parent_got_swarming_client_revision": "a0ee5d99f1d4b38ddaa4c759c83798 0b63b99566",
437 "parent_got_swarming_client_revision_cp": "refs/heads/master@{#276089} ", 437 "parent_got_swarming_client_revision_cp": "refs/heads/master@{#276089} ",
438 "parent_got_v8_revision": "801ada225ddc271c132c3a35f03975671d43e399", 438 "parent_got_v8_revision": "801ada225ddc271c132c3a35f03975671d43e399",
439 "parent_got_v8_revision_cp": "refs/heads/master@{#43426}", 439 "parent_got_v8_revision_cp": "refs/heads/master@{#43426}",
440 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4", 440 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4",
441 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" 441 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}"
442 } 442 }
443 } 443 }
444 ], 444 ],
445 "~followup_annotations": [ 445 "~followup_annotations": [
446 "@@@STEP_TEXT@Linux Tests@@@" 446 "@@@STEP_TEXT@Linux Tests Trusty@@@"
447 ] 447 ]
448 }, 448 },
449 { 449 {
450 "name": "$result", 450 "name": "$result",
451 "recipe_result": null, 451 "recipe_result": null,
452 "status_code": 0 452 "status_code": 0
453 } 453 }
454 ] 454 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698