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

Side by Side Diff: scripts/slave/recipes/skia/ct_skps.expected/CT_DM_10k_SKPs.json

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

Powered by Google App Engine
This is Rietveld 408576698