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

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

Issue 2254063002: Deploy Linux slave with AMD R7 240 to chromium.gpu.fyi. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 "python", 240 "python",
241 "-u", 241 "-u",
242 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 242 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
243 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.gpu.fyi.json", 243 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.gpu.fyi.json",
244 "/path/to/tmp/json" 244 "/path/to/tmp/json"
245 ], 245 ],
246 "name": "read test spec (chromium.gpu.fyi.json)", 246 "name": "read test spec (chromium.gpu.fyi.json)",
247 "~followup_annotations": [ 247 "~followup_annotations": [
248 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.gp u.fyi.json@@@", 248 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.gp u.fyi.json@@@",
249 "@@@STEP_LOG_LINE@json.output@{@@@", 249 "@@@STEP_LOG_LINE@json.output@{@@@",
250 "@@@STEP_LOG_LINE@json.output@ \"Linux Release (AMD R7 240)\": {@@@",
251 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
252 "@@@STEP_LOG_LINE@json.output@ {@@@",
253 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
254 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
255 "@@@STEP_LOG_LINE@json.output@ }, @@@",
256 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
257 "@@@STEP_LOG_LINE@json.output@ }@@@",
258 "@@@STEP_LOG_LINE@json.output@ ]@@@",
259 "@@@STEP_LOG_LINE@json.output@ }, @@@",
250 "@@@STEP_LOG_LINE@json.output@ \"Linux Release (ATI)\": {@@@", 260 "@@@STEP_LOG_LINE@json.output@ \"Linux Release (ATI)\": {@@@",
251 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 261 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
252 "@@@STEP_LOG_LINE@json.output@ {@@@", 262 "@@@STEP_LOG_LINE@json.output@ {@@@",
253 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 263 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
254 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 264 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
255 "@@@STEP_LOG_LINE@json.output@ }, @@@", 265 "@@@STEP_LOG_LINE@json.output@ }, @@@",
256 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 266 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
257 "@@@STEP_LOG_LINE@json.output@ }@@@", 267 "@@@STEP_LOG_LINE@json.output@ }@@@",
258 "@@@STEP_LOG_LINE@json.output@ ]@@@", 268 "@@@STEP_LOG_LINE@json.output@ ]@@@",
259 "@@@STEP_LOG_LINE@json.output@ }, @@@", 269 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 "--build-properties", 466 "--build-properties",
457 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"GPU Linux Builde r\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent_builde rname\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 467 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"GPU Linux Builde r\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent_builde rname\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
458 ], 468 ],
459 "name": "package build" 469 "name": "package build"
460 }, 470 },
461 { 471 {
462 "cmd": [], 472 "cmd": [],
463 "name": "trigger", 473 "name": "trigger",
464 "trigger_specs": [ 474 "trigger_specs": [
465 { 475 {
476 "builder_name": "Linux Release (AMD R7 240)",
477 "properties": {
478 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c ",
479 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}",
480 "parent_got_buildtools_revision": "f0319a328b2809876916353cb9942596921 40934",
481 "parent_got_buildtools_revision_cp": "refs/heads/master@{#182578}",
482 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50" ,
483 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}",
484 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
485 "parent_got_revision_cp": "refs/heads/master@{#170242}",
486 "parent_got_swarming_client_revision": "a0ee5d99f1d4b38ddaa4c759c83798 0b63b99566",
487 "parent_got_swarming_client_revision_cp": "refs/heads/master@{#276089} ",
488 "parent_got_v8_revision": "801ada225ddc271c132c3a35f03975671d43e399",
489 "parent_got_v8_revision_cp": "refs/heads/master@{#43426}",
490 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4",
491 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}"
492 }
493 },
494 {
466 "builder_name": "Linux Release (ATI)", 495 "builder_name": "Linux Release (ATI)",
467 "properties": { 496 "properties": {
468 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c ", 497 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c ",
469 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", 498 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}",
470 "parent_got_buildtools_revision": "f0319a328b2809876916353cb9942596921 40934", 499 "parent_got_buildtools_revision": "f0319a328b2809876916353cb9942596921 40934",
471 "parent_got_buildtools_revision_cp": "refs/heads/master@{#182578}", 500 "parent_got_buildtools_revision_cp": "refs/heads/master@{#182578}",
472 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50" , 501 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50" ,
473 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", 502 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}",
474 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 503 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
475 "parent_got_revision_cp": "refs/heads/master@{#170242}", 504 "parent_got_revision_cp": "refs/heads/master@{#170242}",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 "parent_got_swarming_client_revision": "a0ee5d99f1d4b38ddaa4c759c83798 0b63b99566", 581 "parent_got_swarming_client_revision": "a0ee5d99f1d4b38ddaa4c759c83798 0b63b99566",
553 "parent_got_swarming_client_revision_cp": "refs/heads/master@{#276089} ", 582 "parent_got_swarming_client_revision_cp": "refs/heads/master@{#276089} ",
554 "parent_got_v8_revision": "801ada225ddc271c132c3a35f03975671d43e399", 583 "parent_got_v8_revision": "801ada225ddc271c132c3a35f03975671d43e399",
555 "parent_got_v8_revision_cp": "refs/heads/master@{#43426}", 584 "parent_got_v8_revision_cp": "refs/heads/master@{#43426}",
556 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4", 585 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4",
557 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" 586 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}"
558 } 587 }
559 } 588 }
560 ], 589 ],
561 "~followup_annotations": [ 590 "~followup_annotations": [
562 "@@@STEP_TEXT@Linux Release (ATI)<br />Linux Release (NVIDIA GeForce 730)< br />Linux Release (NVIDIA)<br />Linux Release (New Intel)<br />Optional Linux R elease (NVIDIA)@@@" 591 "@@@STEP_TEXT@Linux Release (AMD R7 240)<br />Linux Release (ATI)<br />Lin ux Release (NVIDIA GeForce 730)<br />Linux Release (NVIDIA)<br />Linux Release ( New Intel)<br />Optional Linux Release (NVIDIA)@@@"
563 ] 592 ]
564 }, 593 },
565 { 594 {
566 "name": "$result", 595 "name": "$result",
567 "recipe_result": null, 596 "recipe_result": null,
568 "status_code": 0 597 "status_code": 0
569 } 598 }
570 ] 599 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698