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

Side by Side Diff: scripts/slave/recipes/dart/dartium.expected/dartium-linux-x64-dev.json

Issue 2324463003: Remove old dartium_factory builders, clean up slaves.cfg files. (Closed)
Patch Set: Fix typo Created 4 years, 3 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.dart", 8 "client.dart",
9 "--builder", 9 "--builder",
10 "dartium-linux-x64-dev", 10 "dartium-linux-x64-dev",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "[SLAVE_BUILD]/src/dart/tools/dartium/buildbot_annotated_steps.py" 81 "[SLAVE_BUILD]/src/dart/tools/dartium/buildbot_annotated_steps.py"
82 ], 82 ],
83 "cwd": "[SLAVE_BUILD]/src", 83 "cwd": "[SLAVE_BUILD]/src",
84 "name": "annotated steps" 84 "name": "annotated steps"
85 }, 85 },
86 { 86 {
87 "cmd": [ 87 "cmd": [
88 "python", 88 "python",
89 "-u", 89 "-u",
90 "\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", 90 "\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",
91 "out" 91 "[SLAVE_BUILD]/src/out"
92 ], 92 ],
93 "cwd": "[SLAVE_BUILD]/src",
94 "name": "rmtree clobber", 93 "name": "rmtree clobber",
95 "~followup_annotations": [ 94 "~followup_annotations": [
96 "@@@STEP_LOG_LINE@python.inline@@@@", 95 "@@@STEP_LOG_LINE@python.inline@@@@",
97 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 96 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
98 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 97 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
99 "@@@STEP_LOG_LINE@python.inline@@@@", 98 "@@@STEP_LOG_LINE@python.inline@@@@",
100 "@@@STEP_LOG_LINE@python.inline@@@@", 99 "@@@STEP_LOG_LINE@python.inline@@@@",
101 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 100 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
102 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 101 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
103 "@@@STEP_LOG_END@python.inline@@@" 102 "@@@STEP_LOG_END@python.inline@@@"
104 ] 103 ]
105 }, 104 },
106 { 105 {
107 "name": "$result", 106 "name": "$result",
108 "recipe_result": null, 107 "recipe_result": null,
109 "status_code": 0 108 "status_code": 0
110 } 109 }
111 ] 110 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/dart/dartium.py ('k') | scripts/slave/recipes/dart/dartium.expected/dartium-win-ia32-be.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698