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

Side by Side Diff: scripts/slave/recipes/blink_android_trybot.expected/unittest_checkout_fails.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 7 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "fake_trybot_buildername", 10 "fake_trybot_buildername",
(...skipping 11 matching lines...) Expand all
22 "1", 22 "1",
23 "--rietveld_server", 23 "--rietveld_server",
24 "https://codereview.chromium.org", 24 "https://codereview.chromium.org",
25 "--output_json", 25 "--output_json",
26 "/path/to/tmp/json", 26 "/path/to/tmp/json",
27 "--revision", 27 "--revision",
28 "src@HEAD", 28 "src@HEAD",
29 "--revision", 29 "--revision",
30 "src/third_party/WebKit@HEAD" 30 "src/third_party/WebKit@HEAD"
31 ], 31 ],
32 "cwd": "[SLAVE_BUILD]",
32 "name": "bot_update", 33 "name": "bot_update",
33 "~followup_annotations": [ 34 "~followup_annotations": [
34 "@@@STEP_LOG_LINE@json.output@{@@@", 35 "@@@STEP_LOG_LINE@json.output@{@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@",
37 "@@@STEP_LOG_LINE@json.output@}@@@", 38 "@@@STEP_LOG_LINE@json.output@}@@@",
38 "@@@STEP_LOG_END@json.output@@@" 39 "@@@STEP_LOG_END@json.output@@@"
39 ] 40 ]
40 }, 41 },
41 { 42 {
42 "cmd": [ 43 "cmd": [
43 "python", 44 "python",
44 "-u", 45 "-u",
45 "[DEPOT_TOOLS]/gclient.py", 46 "[DEPOT_TOOLS]/gclient.py",
46 "config", 47 "config",
47 "--spec", 48 "--spec",
48 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']" 49 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']"
49 ], 50 ],
51 "cwd": "[SLAVE_BUILD]",
50 "name": "gclient setup" 52 "name": "gclient setup"
51 }, 53 },
52 { 54 {
53 "cmd": [ 55 "cmd": [
54 "python", 56 "python",
55 "-u", 57 "-u",
56 "[BUILD]/scripts/slave/gclient_safe_revert.py", 58 "[BUILD]/scripts/slave/gclient_safe_revert.py",
57 ".", 59 ".",
58 "[DEPOT_TOOLS]/gclient" 60 "[DEPOT_TOOLS]/gclient"
59 ], 61 ],
62 "cwd": "[SLAVE_BUILD]",
60 "name": "gclient revert", 63 "name": "gclient revert",
61 "~followup_annotations": [ 64 "~followup_annotations": [
62 "step returned non-zero exit code: 1", 65 "step returned non-zero exit code: 1",
63 "@@@STEP_EXCEPTION@@@" 66 "@@@STEP_EXCEPTION@@@"
64 ] 67 ]
65 }, 68 },
66 { 69 {
67 "cmd": [ 70 "cmd": [
68 "python", 71 "python",
69 "-u", 72 "-u",
70 "[DEPOT_TOOLS]/gclient.py", 73 "[DEPOT_TOOLS]/gclient.py",
71 "sync", 74 "sync",
72 "--nohooks", 75 "--nohooks",
73 "--force", 76 "--force",
74 "--verbose", 77 "--verbose",
75 "--delete_unversioned_trees", 78 "--delete_unversioned_trees",
76 "--revision", 79 "--revision",
77 "src@HEAD", 80 "src@HEAD",
78 "--revision", 81 "--revision",
79 "src/third_party/WebKit@HEAD", 82 "src/third_party/WebKit@HEAD",
80 "--output-json", 83 "--output-json",
81 "/path/to/tmp/json" 84 "/path/to/tmp/json"
82 ], 85 ],
86 "cwd": "[SLAVE_BUILD]",
83 "name": "gclient sync", 87 "name": "gclient sync",
84 "~followup_annotations": [ 88 "~followup_annotations": [
85 "@@@STEP_LOG_LINE@json.output@{@@@", 89 "@@@STEP_LOG_LINE@json.output@{@@@",
86 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 90 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
87 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", 91 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
88 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", 92 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@",
89 "@@@STEP_LOG_LINE@json.output@ }, @@@", 93 "@@@STEP_LOG_LINE@json.output@ }, @@@",
90 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", 94 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@",
91 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", 95 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@",
92 "@@@STEP_LOG_LINE@json.output@ }, @@@", 96 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 20 matching lines...) Expand all
113 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" 117 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@"
114 ] 118 ]
115 }, 119 },
116 { 120 {
117 "cmd": [ 121 "cmd": [
118 "python", 122 "python",
119 "-u", 123 "-u",
120 "\nimport os, sys\nfrom common import chromium_utils\n\nfor p in [os.path. join(sys.argv[1], x) for x in os.listdir(sys.argv[1])]:\n if os.path.isdir(p):\ n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n", 124 "\nimport os, sys\nfrom common import chromium_utils\n\nfor p in [os.path. join(sys.argv[1], x) for x in os.listdir(sys.argv[1])]:\n if os.path.isdir(p):\ n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n",
121 "[SLAVE_BUILD]" 125 "[SLAVE_BUILD]"
122 ], 126 ],
127 "cwd": "[SLAVE_BUILD]",
123 "name": "rmcontents slave build directory", 128 "name": "rmcontents slave build directory",
124 "~followup_annotations": [ 129 "~followup_annotations": [
125 "@@@STEP_LOG_LINE@python.inline@@@@", 130 "@@@STEP_LOG_LINE@python.inline@@@@",
126 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 131 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
127 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", 132 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
128 "@@@STEP_LOG_LINE@python.inline@@@@", 133 "@@@STEP_LOG_LINE@python.inline@@@@",
129 "@@@STEP_LOG_LINE@python.inline@for p in [os.path.join(sys.argv[1], x) for x in os.listdir(sys.argv[1])]:@@@", 134 "@@@STEP_LOG_LINE@python.inline@for p in [os.path.join(sys.argv[1], x) for x in os.listdir(sys.argv[1])]:@@@",
130 "@@@STEP_LOG_LINE@python.inline@ if os.path.isdir(p):@@@", 135 "@@@STEP_LOG_LINE@python.inline@ if os.path.isdir(p):@@@",
131 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(p)@@@", 136 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(p)@@@",
132 "@@@STEP_LOG_LINE@python.inline@ else:@@@", 137 "@@@STEP_LOG_LINE@python.inline@ else:@@@",
133 "@@@STEP_LOG_LINE@python.inline@ os.unlink(p)@@@", 138 "@@@STEP_LOG_LINE@python.inline@ os.unlink(p)@@@",
134 "@@@STEP_LOG_END@python.inline@@@" 139 "@@@STEP_LOG_END@python.inline@@@"
135 ] 140 ]
136 }, 141 },
137 { 142 {
138 "cmd": [ 143 "cmd": [
139 "python", 144 "python",
140 "-u", 145 "-u",
141 "[DEPOT_TOOLS]/gclient.py", 146 "[DEPOT_TOOLS]/gclient.py",
142 "config", 147 "config",
143 "--spec", 148 "--spec",
144 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']" 149 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']"
145 ], 150 ],
151 "cwd": "[SLAVE_BUILD]",
146 "name": "gclient setup (2)" 152 "name": "gclient setup (2)"
147 }, 153 },
148 { 154 {
149 "cmd": [ 155 "cmd": [
150 "python", 156 "python",
151 "-u", 157 "-u",
152 "[DEPOT_TOOLS]/gclient.py", 158 "[DEPOT_TOOLS]/gclient.py",
153 "sync", 159 "sync",
154 "--nohooks", 160 "--nohooks",
155 "--force", 161 "--force",
156 "--verbose", 162 "--verbose",
157 "--delete_unversioned_trees", 163 "--delete_unversioned_trees",
158 "--revision", 164 "--revision",
159 "src@HEAD", 165 "src@HEAD",
160 "--revision", 166 "--revision",
161 "src/third_party/WebKit@HEAD", 167 "src/third_party/WebKit@HEAD",
162 "--output-json", 168 "--output-json",
163 "/path/to/tmp/json" 169 "/path/to/tmp/json"
164 ], 170 ],
171 "cwd": "[SLAVE_BUILD]",
165 "name": "gclient sync (2)", 172 "name": "gclient sync (2)",
166 "~followup_annotations": [ 173 "~followup_annotations": [
167 "@@@STEP_LOG_LINE@json.output@{@@@", 174 "@@@STEP_LOG_LINE@json.output@{@@@",
168 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 175 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
169 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", 176 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
170 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", 177 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@",
171 "@@@STEP_LOG_LINE@json.output@ }, @@@", 178 "@@@STEP_LOG_LINE@json.output@ }, @@@",
172 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", 179 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@",
173 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", 180 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@",
174 "@@@STEP_LOG_LINE@json.output@ }, @@@", 181 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 28 matching lines...) Expand all
203 "-r", 210 "-r",
204 "[SLAVE_BUILD]/src", 211 "[SLAVE_BUILD]/src",
205 "-i", 212 "-i",
206 "12853011", 213 "12853011",
207 "-p", 214 "-p",
208 "1", 215 "1",
209 "-s", 216 "-s",
210 "https://codereview.chromium.org", 217 "https://codereview.chromium.org",
211 "--no-auth" 218 "--no-auth"
212 ], 219 ],
220 "cwd": "[SLAVE_BUILD]",
213 "name": "apply_issue", 221 "name": "apply_issue",
214 "~followup_annotations": [ 222 "~followup_annotations": [
215 "@@@STEP_LINK@Applied issue 12853011@https://codereview.chromium.org/12853 011@@@" 223 "@@@STEP_LINK@Applied issue 12853011@https://codereview.chromium.org/12853 011@@@"
216 ] 224 ]
217 }, 225 },
218 { 226 {
219 "cmd": [ 227 "cmd": [
220 "python", 228 "python",
221 "-u", 229 "-u",
222 "[DEPOT_TOOLS]/gclient.py", 230 "[DEPOT_TOOLS]/gclient.py",
223 "runhooks" 231 "runhooks"
224 ], 232 ],
233 "cwd": "[SLAVE_BUILD]",
225 "env": { 234 "env": {
226 "GYP_CHROMIUM_NO_ACTION": "1", 235 "GYP_CHROMIUM_NO_ACTION": "1",
227 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 236 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
228 }, 237 },
229 "name": "gclient runhooks" 238 "name": "gclient runhooks"
230 }, 239 },
231 { 240 {
232 "cmd": [ 241 "cmd": [
233 "python", 242 "python",
234 "-u", 243 "-u",
235 "[SLAVE_BUILD]/src/tools/mb/mb.py", 244 "[SLAVE_BUILD]/src/tools/mb/mb.py",
236 "gen", 245 "gen",
237 "-v", 246 "-v",
238 "-m", 247 "-m",
239 "chromium.testing.master", 248 "chromium.testing.master",
240 "-b", 249 "-b",
241 "fake_trybot_buildername", 250 "fake_trybot_buildername",
242 "--config-file", 251 "--config-file",
243 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 252 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
244 "--goma-dir", 253 "--goma-dir",
245 "[BUILD]/goma", 254 "[BUILD]/goma",
246 "//out/Release" 255 "//out/Release"
247 ], 256 ],
257 "cwd": "[SLAVE_BUILD]",
248 "name": "Generate build files" 258 "name": "Generate build files"
249 }, 259 },
250 { 260 {
251 "cmd": [ 261 "cmd": [
252 "python", 262 "python",
253 "-u", 263 "-u",
254 "[BUILD]/scripts/slave/compile.py", 264 "[BUILD]/scripts/slave/compile.py",
255 "--target", 265 "--target",
256 "Release", 266 "Release",
257 "--src-dir", 267 "--src-dir",
258 "[SLAVE_BUILD]/src", 268 "[SLAVE_BUILD]/src",
259 "--build-tool", 269 "--build-tool",
260 "ninja", 270 "ninja",
261 "--compiler", 271 "--compiler",
262 "goma", 272 "goma",
263 "--goma-dir", 273 "--goma-dir",
264 "[BUILD]/goma", 274 "[BUILD]/goma",
265 "--", 275 "--",
266 "blink_tests" 276 "blink_tests"
267 ], 277 ],
278 "cwd": "[SLAVE_BUILD]",
268 "env": { 279 "env": {
269 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 280 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
270 }, 281 },
271 "name": "compile" 282 "name": "compile"
272 } 283 }
273 ] 284 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698