OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
7 "config", | 7 "config", |
8 "--spec", | 8 "--spec", |
9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'deps_
file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https://chromium.googles
ource.com/chromium/src.git'}]" | 9 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/
skia.git'}, {'deps_file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https
://chromium.googlesource.com/chromium/src.git'}]" |
10 ], | 10 ], |
11 "cwd": "[SLAVE_BUILD]", | |
12 "env": { | 11 "env": { |
13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
14 }, | 13 }, |
15 "name": "gclient setup" | 14 "name": "gclient setup" |
16 }, | 15 }, |
17 { | 16 { |
18 "cmd": [ | 17 "cmd": [ |
19 "python", | 18 "python", |
20 "-u", | 19 "-u", |
21 "[BUILD]/scripts/slave/gclient_safe_revert.py", | 20 "[ROOT]/b/build/scripts/slave/gclient_safe_revert.py", |
22 ".", | 21 ".", |
23 "[DEPOT_TOOLS]/gclient" | 22 "[ROOT]/b/depot_tools/gclient" |
24 ], | 23 ], |
25 "cwd": "[SLAVE_BUILD]", | |
26 "name": "gclient revert" | 24 "name": "gclient revert" |
27 }, | 25 }, |
28 { | 26 { |
29 "cmd": [ | 27 "cmd": [ |
30 "python", | 28 "python", |
31 "-u", | 29 "-u", |
32 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 30 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
33 "sync", | 31 "sync", |
34 "--nohooks", | 32 "--nohooks", |
35 "--force", | 33 "--force", |
36 "--verbose", | 34 "--verbose", |
37 "--delete_unversioned_trees", | 35 "--delete_unversioned_trees", |
38 "--revision", | 36 "--revision", |
39 "skia@origin/master", | 37 "skia@origin/master", |
40 "--revision", | 38 "--revision", |
41 "src@origin/master", | 39 "src@origin/master", |
42 "--output-json", | 40 "--output-json", |
43 "/path/to/tmp/json" | 41 "/path/to/tmp/json" |
44 ], | 42 ], |
45 "cwd": "[SLAVE_BUILD]", | |
46 "env": { | 43 "env": { |
47 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 44 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
48 }, | 45 }, |
49 "name": "gclient sync", | 46 "name": "gclient sync", |
50 "~followup_annotations": [ | 47 "~followup_annotations": [ |
51 "@@@STEP_LOG_LINE@json.output@{@@@", | 48 "@@@STEP_LOG_LINE@json.output@{@@@", |
52 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
53 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
54 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
55 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 52 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
56 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 53 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
57 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 54 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
58 "@@@STEP_LOG_LINE@json.output@ }@@@", | 55 "@@@STEP_LOG_LINE@json.output@ }@@@", |
59 "@@@STEP_LOG_LINE@json.output@ }@@@", | 56 "@@@STEP_LOG_LINE@json.output@ }@@@", |
60 "@@@STEP_LOG_LINE@json.output@}@@@", | 57 "@@@STEP_LOG_LINE@json.output@}@@@", |
61 "@@@STEP_LOG_END@json.output@@@", | 58 "@@@STEP_LOG_END@json.output@@@", |
62 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 59 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
63 ] | 60 ] |
64 }, | 61 }, |
65 { | 62 { |
66 "cmd": [ | 63 "cmd": [ |
67 "python", | 64 "python", |
68 "-u", | 65 "-u", |
69 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 66 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
70 "--path", | 67 "--path", |
71 "[SLAVE_BUILD]/swarming.client", | 68 "[CWD]/swarming.client", |
72 "--url", | 69 "--url", |
73 "https://chromium.googlesource.com/external/swarming.client.git" | 70 "https://chromium.googlesource.com/external/swarming.client.git" |
74 ], | 71 ], |
75 "cwd": "[SLAVE_BUILD]", | |
76 "name": "git setup (swarming_client)" | 72 "name": "git setup (swarming_client)" |
77 }, | 73 }, |
78 { | 74 { |
79 "cmd": [ | 75 "cmd": [ |
80 "git", | 76 "git", |
81 "retry", | 77 "retry", |
82 "fetch", | 78 "fetch", |
83 "origin", | 79 "origin", |
84 "master" | 80 "master" |
85 ], | 81 ], |
86 "cwd": "[SLAVE_BUILD]/swarming.client", | 82 "cwd": "[CWD]/swarming.client", |
87 "name": "git fetch (swarming_client)" | 83 "name": "git fetch (swarming_client)" |
88 }, | 84 }, |
89 { | 85 { |
90 "cmd": [ | 86 "cmd": [ |
91 "git", | 87 "git", |
92 "checkout", | 88 "checkout", |
93 "-f", | 89 "-f", |
94 "FETCH_HEAD" | 90 "FETCH_HEAD" |
95 ], | 91 ], |
96 "cwd": "[SLAVE_BUILD]/swarming.client", | 92 "cwd": "[CWD]/swarming.client", |
97 "name": "git checkout (swarming_client)" | 93 "name": "git checkout (swarming_client)" |
98 }, | 94 }, |
99 { | 95 { |
100 "cmd": [ | 96 "cmd": [ |
101 "git", | 97 "git", |
102 "rev-parse", | 98 "rev-parse", |
103 "HEAD" | 99 "HEAD" |
104 ], | 100 ], |
105 "cwd": "[SLAVE_BUILD]/swarming.client", | 101 "cwd": "[CWD]/swarming.client", |
106 "name": "read revision", | 102 "name": "read revision", |
107 "stdout": "/path/to/tmp/", | 103 "stdout": "/path/to/tmp/", |
108 "~followup_annotations": [ | 104 "~followup_annotations": [ |
109 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 105 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
110 ] | 106 ] |
111 }, | 107 }, |
112 { | 108 { |
113 "cmd": [ | 109 "cmd": [ |
114 "git", | 110 "git", |
115 "clean", | 111 "clean", |
116 "-f", | 112 "-f", |
117 "-d", | 113 "-d", |
118 "-x" | 114 "-x" |
119 ], | 115 ], |
120 "cwd": "[SLAVE_BUILD]/swarming.client", | 116 "cwd": "[CWD]/swarming.client", |
121 "name": "git clean (swarming_client)" | 117 "name": "git clean (swarming_client)" |
122 }, | 118 }, |
123 { | 119 { |
124 "cmd": [ | 120 "cmd": [ |
125 "git", | 121 "git", |
126 "submodule", | 122 "submodule", |
127 "sync" | 123 "sync" |
128 ], | 124 ], |
129 "cwd": "[SLAVE_BUILD]/swarming.client", | 125 "cwd": "[CWD]/swarming.client", |
130 "name": "submodule sync (swarming_client)" | 126 "name": "submodule sync (swarming_client)" |
131 }, | 127 }, |
132 { | 128 { |
133 "cmd": [ | 129 "cmd": [ |
134 "git", | 130 "git", |
135 "submodule", | 131 "submodule", |
136 "update", | 132 "update", |
137 "--init", | 133 "--init", |
138 "--recursive" | 134 "--recursive" |
139 ], | 135 ], |
140 "cwd": "[SLAVE_BUILD]/swarming.client", | 136 "cwd": "[CWD]/swarming.client", |
141 "name": "submodule update (swarming_client)" | 137 "name": "submodule update (swarming_client)" |
142 }, | 138 }, |
143 { | 139 { |
144 "cmd": [ | 140 "cmd": [ |
145 "python", | 141 "python", |
146 "-u", | 142 "-u", |
147 "[SLAVE_BUILD]/swarming.client/swarming.py", | 143 "[CWD]/swarming.client/swarming.py", |
148 "--version" | 144 "--version" |
149 ], | 145 ], |
150 "cwd": "[SLAVE_BUILD]", | |
151 "name": "swarming.py --version", | 146 "name": "swarming.py --version", |
152 "stdout": "/path/to/tmp/", | 147 "stdout": "/path/to/tmp/", |
153 "~followup_annotations": [ | 148 "~followup_annotations": [ |
154 "@@@STEP_TEXT@0.4.10@@@" | 149 "@@@STEP_TEXT@0.4.10@@@" |
155 ] | 150 ] |
156 }, | 151 }, |
157 { | 152 { |
158 "cmd": [ | 153 "cmd": [ |
159 "download_from_google_storage", | 154 "download_from_google_storage", |
160 "--no_resume", | 155 "--no_resume", |
161 "--platform=linux*", | 156 "--platform=linux*", |
162 "--no_auth", | 157 "--no_auth", |
163 "--bucket", | 158 "--bucket", |
164 "chromium-luci", | 159 "chromium-luci", |
165 "-d", | 160 "-d", |
166 "[SLAVE_BUILD]/src/tools/luci-go/linux64" | 161 "[CWD]/src/tools/luci-go/linux64" |
167 ], | 162 ], |
168 "cwd": "[SLAVE_BUILD]", | |
169 "name": "download luci-go linux" | 163 "name": "download luci-go linux" |
170 }, | 164 }, |
171 { | 165 { |
172 "cmd": [ | 166 "cmd": [ |
173 "download_from_google_storage", | 167 "download_from_google_storage", |
174 "--no_resume", | 168 "--no_resume", |
175 "--platform=darwin", | 169 "--platform=darwin", |
176 "--no_auth", | 170 "--no_auth", |
177 "--bucket", | 171 "--bucket", |
178 "chromium-luci", | 172 "chromium-luci", |
179 "-d", | 173 "-d", |
180 "[SLAVE_BUILD]/src/tools/luci-go/mac64" | 174 "[CWD]/src/tools/luci-go/mac64" |
181 ], | 175 ], |
182 "cwd": "[SLAVE_BUILD]", | |
183 "name": "download luci-go mac" | 176 "name": "download luci-go mac" |
184 }, | 177 }, |
185 { | 178 { |
186 "cmd": [ | 179 "cmd": [ |
187 "download_from_google_storage", | 180 "download_from_google_storage", |
188 "--no_resume", | 181 "--no_resume", |
189 "--platform=win32", | 182 "--platform=win32", |
190 "--no_auth", | 183 "--no_auth", |
191 "--bucket", | 184 "--bucket", |
192 "chromium-luci", | 185 "chromium-luci", |
193 "-d", | 186 "-d", |
194 "[SLAVE_BUILD]/src/tools/luci-go/win64" | 187 "[CWD]/src/tools/luci-go/win64" |
195 ], | 188 ], |
196 "cwd": "[SLAVE_BUILD]", | |
197 "name": "download luci-go win" | 189 "name": "download luci-go win" |
198 }, | 190 }, |
199 { | 191 { |
200 "cmd": [ | 192 "cmd": [ |
201 "python", | 193 "python", |
202 "-u", | 194 "-u", |
203 "\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", | 195 "\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", |
204 "[SLAVE_BUILD]/luci-go" | 196 "[CWD]/luci-go" |
205 ], | 197 ], |
206 "cwd": "[SLAVE_BUILD]", | |
207 "name": "rmtree Go binary dir", | 198 "name": "rmtree Go binary dir", |
208 "~followup_annotations": [ | 199 "~followup_annotations": [ |
209 "@@@STEP_LOG_LINE@python.inline@@@@", | 200 "@@@STEP_LOG_LINE@python.inline@@@@", |
210 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 201 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
211 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 202 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
212 "@@@STEP_LOG_LINE@python.inline@@@@", | 203 "@@@STEP_LOG_LINE@python.inline@@@@", |
213 "@@@STEP_LOG_LINE@python.inline@@@@", | 204 "@@@STEP_LOG_LINE@python.inline@@@@", |
214 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 205 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
215 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 206 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
216 "@@@STEP_LOG_END@python.inline@@@" | 207 "@@@STEP_LOG_END@python.inline@@@" |
217 ] | 208 ] |
218 }, | 209 }, |
219 { | 210 { |
220 "cmd": [ | 211 "cmd": [ |
221 "python", | 212 "python", |
222 "-u", | 213 "-u", |
223 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 214 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
224 "[SLAVE_BUILD]/src/tools/luci-go", | 215 "[CWD]/src/tools/luci-go", |
225 "[SLAVE_BUILD]/luci-go", | 216 "[CWD]/luci-go", |
226 "0" | 217 "0" |
227 ], | 218 ], |
228 "cwd": "[SLAVE_BUILD]", | |
229 "name": "Copy Go binary" | 219 "name": "Copy Go binary" |
230 }, | 220 }, |
231 { | 221 { |
232 "cmd": [ | 222 "cmd": [ |
233 "python", | 223 "python", |
234 "-u", | 224 "-u", |
235 "[DEPOT_TOOLS]/apply_issue.py", | 225 "[ROOT]/b/depot_tools/apply_issue.py", |
236 "-r", | 226 "-r", |
237 "[SLAVE_BUILD]/skia", | 227 "[CWD]/skia", |
238 "-i", | 228 "-i", |
239 "1499623002", | 229 "1499623002", |
240 "-p", | 230 "-p", |
241 "1", | 231 "1", |
242 "-s", | 232 "-s", |
243 "codereview.chromium.org", | 233 "codereview.chromium.org", |
244 "--no-auth" | 234 "--no-auth" |
245 ], | 235 ], |
246 "cwd": "[SLAVE_BUILD]", | |
247 "name": "apply_issue", | 236 "name": "apply_issue", |
248 "~followup_annotations": [ | 237 "~followup_annotations": [ |
249 "@@@STEP_LINK@Applied issue 1499623002@1499623002@@@" | 238 "@@@STEP_LINK@Applied issue 1499623002@1499623002@@@" |
250 ] | 239 ] |
251 }, | 240 }, |
252 { | 241 { |
253 "cmd": [ | 242 "cmd": [ |
254 "make", | 243 "make", |
255 "dm", | 244 "dm", |
256 "BUILDTYPE=Debug" | 245 "BUILDTYPE=Debug" |
257 ], | 246 ], |
258 "cwd": "[SLAVE_BUILD]/skia", | 247 "cwd": "[CWD]/skia", |
259 "name": "build dm", | 248 "name": "build dm", |
260 "~followup_annotations": [ | 249 "~followup_annotations": [ |
261 "@@@SET_BUILD_PROPERTY@Location of SKPs@\"https://pantheon.corp.google.com
/storage/browser/cluster-telemetry/skps/All/57259e0-05dcb4c/\"@@@" | 250 "@@@SET_BUILD_PROPERTY@Location of SKPs@\"https://pantheon.corp.google.com
/storage/browser/cluster-telemetry/skps/All/57259e0-05dcb4c/\"@@@" |
262 ] | 251 ] |
263 }, | 252 }, |
264 { | 253 { |
265 "cmd": [ | 254 "cmd": [ |
266 "python", | 255 "python", |
267 "-u", | 256 "-u", |
268 "\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", | 257 "\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", |
269 "[SLAVE_BUILD]/swarming_temp_dir" | 258 "[CWD]/swarming_temp_dir" |
270 ], | 259 ], |
271 "cwd": "[SLAVE_BUILD]", | |
272 "name": "rmtree swarming temp dir", | 260 "name": "rmtree swarming temp dir", |
273 "~followup_annotations": [ | 261 "~followup_annotations": [ |
274 "@@@STEP_LOG_LINE@python.inline@@@@", | 262 "@@@STEP_LOG_LINE@python.inline@@@@", |
275 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 263 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
276 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 264 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
277 "@@@STEP_LOG_LINE@python.inline@@@@", | 265 "@@@STEP_LOG_LINE@python.inline@@@@", |
278 "@@@STEP_LOG_LINE@python.inline@@@@", | 266 "@@@STEP_LOG_LINE@python.inline@@@@", |
279 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 267 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
280 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 268 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
281 "@@@STEP_LOG_END@python.inline@@@" | 269 "@@@STEP_LOG_END@python.inline@@@" |
282 ] | 270 ] |
283 }, | 271 }, |
284 { | 272 { |
285 "cmd": [ | 273 "cmd": [ |
286 "python", | 274 "python", |
287 "-u", | 275 "-u", |
288 "\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", | 276 "\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", |
289 "[SLAVE_BUILD]/skps/slave1", | 277 "[CWD]/skps/slave1", |
290 "511" | 278 "511" |
291 ], | 279 ], |
292 "cwd": "[SLAVE_BUILD]", | |
293 "name": "makedirs SKPs dir", | 280 "name": "makedirs SKPs dir", |
294 "~followup_annotations": [ | 281 "~followup_annotations": [ |
295 "@@@STEP_LOG_LINE@python.inline@@@@", | 282 "@@@STEP_LOG_LINE@python.inline@@@@", |
296 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 283 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
297 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 284 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
298 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 285 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
299 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 286 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
300 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 287 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
301 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 288 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
302 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 289 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
303 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 290 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
304 "@@@STEP_LOG_END@python.inline@@@" | 291 "@@@STEP_LOG_END@python.inline@@@" |
305 ] | 292 ] |
306 }, | 293 }, |
307 { | 294 { |
308 "cmd": [ | 295 "cmd": [ |
309 "python", | 296 "python", |
310 "-u", | 297 "-u", |
311 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 298 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
312 "--", | 299 "--", |
313 "[DEPOT_TOOLS]/gsutil.py", | 300 "[ROOT]/b/depot_tools/gsutil.py", |
314 "----", | 301 "----", |
315 "-m", | 302 "-m", |
316 "rsync", | 303 "rsync", |
317 "-d", | 304 "-d", |
318 "-r", | 305 "-r", |
319 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave1", | 306 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave1", |
320 "[SLAVE_BUILD]/skps/slave1" | 307 "[CWD]/skps/slave1" |
321 ], | 308 ], |
322 "cwd": "[SLAVE_BUILD]", | |
323 "name": "gsutil rsync" | 309 "name": "gsutil rsync" |
324 }, | 310 }, |
325 { | 311 { |
326 "cmd": [ | 312 "cmd": [ |
327 "python", | 313 "python", |
328 "-u", | 314 "-u", |
329 "\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", | 315 "\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", |
330 "[SLAVE_BUILD]/swarming_temp_dir", | 316 "[CWD]/swarming_temp_dir", |
331 "511" | 317 "511" |
332 ], | 318 ], |
333 "cwd": "[SLAVE_BUILD]", | |
334 "name": "makedirs swarming tmp dir", | 319 "name": "makedirs swarming tmp dir", |
335 "~followup_annotations": [ | 320 "~followup_annotations": [ |
336 "@@@STEP_LOG_LINE@python.inline@@@@", | 321 "@@@STEP_LOG_LINE@python.inline@@@@", |
337 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 322 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
338 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 323 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
339 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 324 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
340 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 325 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
341 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 326 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
342 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 327 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
343 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 328 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
344 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 329 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
345 "@@@STEP_LOG_END@python.inline@@@" | 330 "@@@STEP_LOG_END@python.inline@@@" |
346 ] | 331 ] |
347 }, | 332 }, |
348 { | 333 { |
349 "cmd": [ | 334 "cmd": [ |
350 "python", | 335 "python", |
351 "-u", | 336 "-u", |
352 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 337 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
353 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/
chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw
arming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-variable\", \
n \"OS\", \n \"linux\", \n \"--extra-variable\", \n
\"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n
\"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SL
AVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOOL_NAM
E\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n
\"version\": 1\n}", | 338 "{\n \"args\": [\n \"--isolate\", \n \"[CWD]/src/chrome/c
t_skps.isolate\", \n \"--isolated\", \n \"[CWD]/swarming_temp_dir/
skia-task-ct-dm-1.isolated\", \n \"--config-variable\", \n \"OS\",
\n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\
", \n \"Debug\", \n \"--extra-variable\", \n \"GIT_HASH\",
\n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n
\"1\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \
"dm\"\n ], \n \"dir\": \"[CWD]/src/chrome\", \n \"version\": 1\n}", |
354 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-1.isolated.gen.json" | 339 "[CWD]/swarming_temp_dir/ct-dm-1.isolated.gen.json" |
355 ], | 340 ], |
356 "cwd": "[SLAVE_BUILD]", | |
357 "name": "Write ct-dm-1.isolated.gen.json" | 341 "name": "Write ct-dm-1.isolated.gen.json" |
358 }, | 342 }, |
359 { | 343 { |
360 "cmd": [ | 344 "cmd": [ |
361 "python", | 345 "python", |
362 "-u", | 346 "-u", |
363 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 347 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
364 "[SLAVE_BUILD]/swarming.client", | 348 "[CWD]/swarming.client", |
365 "batcharchive", | 349 "batcharchive", |
366 "--dump-json", | 350 "--dump-json", |
367 "/path/to/tmp/json", | 351 "/path/to/tmp/json", |
368 "--isolate-server", | 352 "--isolate-server", |
369 "https://isolateserver.appspot.com", | 353 "https://isolateserver.appspot.com", |
370 "--verbose", | 354 "--verbose", |
371 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-1.isolated.gen.json" | 355 "[CWD]/swarming_temp_dir/ct-dm-1.isolated.gen.json" |
372 ], | 356 ], |
373 "cwd": "[SLAVE_BUILD]", | |
374 "name": "isolate tests", | 357 "name": "isolate tests", |
375 "~followup_annotations": [ | 358 "~followup_annotations": [ |
376 "@@@STEP_LOG_LINE@json.output@{@@@", | 359 "@@@STEP_LOG_LINE@json.output@{@@@", |
377 "@@@STEP_LOG_LINE@json.output@ \"ct-dm-1\": \"[dummy hash for ct-dm-1]\"@
@@", | 360 "@@@STEP_LOG_LINE@json.output@ \"ct-dm-1\": \"[dummy hash for ct-dm-1]\"@
@@", |
378 "@@@STEP_LOG_LINE@json.output@}@@@", | 361 "@@@STEP_LOG_LINE@json.output@}@@@", |
379 "@@@STEP_LOG_END@json.output@@@", | 362 "@@@STEP_LOG_END@json.output@@@", |
380 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"ct-dm-1\": \"[dummy hash for ct-dm-
1]\"}@@@" | 363 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"ct-dm-1\": \"[dummy hash for ct-dm-
1]\"}@@@" |
381 ] | 364 ] |
382 }, | 365 }, |
383 { | 366 { |
384 "cmd": [ | 367 "cmd": [ |
385 "python", | 368 "python", |
386 "-u", | 369 "-u", |
387 "[SLAVE_BUILD]/swarming.client/swarming.py", | 370 "[CWD]/swarming.client/swarming.py", |
388 "trigger", | 371 "trigger", |
389 "--swarming", | 372 "--swarming", |
390 "https://chromium-swarm.appspot.com", | 373 "https://chromium-swarm.appspot.com", |
391 "--isolate-server", | 374 "--isolate-server", |
392 "https://isolateserver.appspot.com", | 375 "https://isolateserver.appspot.com", |
393 "--priority", | 376 "--priority", |
394 "90", | 377 "90", |
395 "--shards", | 378 "--shards", |
396 "1", | 379 "1", |
397 "--task-name", | 380 "--task-name", |
(...skipping 22 matching lines...) Expand all Loading... |
420 "--tag", | 403 "--tag", |
421 "name:ct-dm-1", | 404 "name:ct-dm-1", |
422 "--tag", | 405 "--tag", |
423 "os:Ubuntu-14.04", | 406 "os:Ubuntu-14.04", |
424 "--tag", | 407 "--tag", |
425 "rietveld:codereview.chromium.org/1499623002/#ps1", | 408 "rietveld:codereview.chromium.org/1499623002/#ps1", |
426 "--tag", | 409 "--tag", |
427 "stepname:ct-dm-1 on Ubuntu-14.04", | 410 "stepname:ct-dm-1 on Ubuntu-14.04", |
428 "[dummy hash for ct-dm-1]" | 411 "[dummy hash for ct-dm-1]" |
429 ], | 412 ], |
430 "cwd": "[SLAVE_BUILD]", | |
431 "name": "[trigger] ct-dm-1 on Ubuntu-14.04", | 413 "name": "[trigger] ct-dm-1 on Ubuntu-14.04", |
432 "~followup_annotations": [ | 414 "~followup_annotations": [ |
433 "@@@STEP_LOG_LINE@json.output@{@@@", | 415 "@@@STEP_LOG_LINE@json.output@{@@@", |
434 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-1/Ubuntu-14.04
/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs-Trybot/-1\"
, @@@", | 416 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-1/Ubuntu-14.04
/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs-Trybot/-1\"
, @@@", |
435 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 417 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
436 "@@@STEP_LOG_LINE@json.output@ \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-U
buntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs-Trybot/-1\": {@@@", | 418 "@@@STEP_LOG_LINE@json.output@ \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-U
buntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs-Trybot/-1\": {@@@", |
437 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 419 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
438 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 420 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
439 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 421 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
440 "@@@STEP_LOG_LINE@json.output@ }@@@", | 422 "@@@STEP_LOG_LINE@json.output@ }@@@", |
441 "@@@STEP_LOG_LINE@json.output@ }@@@", | 423 "@@@STEP_LOG_LINE@json.output@ }@@@", |
442 "@@@STEP_LOG_LINE@json.output@}@@@", | 424 "@@@STEP_LOG_LINE@json.output@}@@@", |
443 "@@@STEP_LOG_END@json.output@@@", | 425 "@@@STEP_LOG_END@json.output@@@", |
444 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 426 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
445 ] | 427 ] |
446 }, | 428 }, |
447 { | 429 { |
448 "cmd": [ | 430 "cmd": [ |
449 "python", | 431 "python", |
450 "-u", | 432 "-u", |
451 "[SLAVE_BUILD]/swarming.client/swarming.py", | 433 "[CWD]/swarming.client/swarming.py", |
452 "collect", | 434 "collect", |
453 "--swarming", | 435 "--swarming", |
454 "https://chromium-swarm.appspot.com", | 436 "https://chromium-swarm.appspot.com", |
455 "--decorate", | 437 "--decorate", |
456 "--print-status-updates", | 438 "--print-status-updates", |
457 "--shards", | 439 "--shards", |
458 "1", | 440 "1", |
459 "ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug
-CT_DM_10k_SKPs-Trybot/-1", | 441 "ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug
-CT_DM_10k_SKPs-Trybot/-1", |
460 "--task-summary-json", | 442 "--task-summary-json", |
461 "/path/to/tmp/json", | 443 "/path/to/tmp/json", |
462 "--task-output-dir", | 444 "--task-output-dir", |
463 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-dm-1" | 445 "[CWD]/swarming_temp_dir/outputs/ct-dm-1" |
464 ], | 446 ], |
465 "cwd": "[SLAVE_BUILD]", | |
466 "name": "ct-dm-1 on Ubuntu-14.04", | 447 "name": "ct-dm-1 on Ubuntu-14.04", |
467 "~followup_annotations": [ | 448 "~followup_annotations": [ |
468 "@@@STEP_TEXT@swarming pending 71s@@@", | 449 "@@@STEP_TEXT@swarming pending 71s@@@", |
469 "@@@STEP_LOG_LINE@json.output@{@@@", | 450 "@@@STEP_LOG_LINE@json.output@{@@@", |
470 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 451 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
471 "@@@STEP_LOG_LINE@json.output@ {@@@", | 452 "@@@STEP_LOG_LINE@json.output@ {@@@", |
472 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 453 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
473 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 454 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
474 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 455 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
475 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 456 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 30 matching lines...) Expand all Loading... |
506 "@@@STEP_LOG_END@json.output@@@", | 487 "@@@STEP_LOG_END@json.output@@@", |
507 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 488 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
508 ] | 489 ] |
509 }, | 490 }, |
510 { | 491 { |
511 "name": "$result", | 492 "name": "$result", |
512 "recipe_result": null, | 493 "recipe_result": null, |
513 "status_code": 0 | 494 "status_code": 0 |
514 } | 495 } |
515 ] | 496 ] |
OLD | NEW |