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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase 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 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 29 matching lines...) Expand all
40 }, 40 },
41 { 41 {
42 "cmd": [ 42 "cmd": [
43 "python", 43 "python",
44 "-u", 44 "-u",
45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
46 "config", 46 "config",
47 "--spec", 47 "--spec",
48 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget _os = ['llvm']" 48 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget _os = ['llvm']"
49 ], 49 ],
50 "cwd": "[SLAVE_BUILD]",
51 "env": { 50 "env": {
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
53 }, 52 },
54 "name": "gclient setup" 53 "name": "gclient setup"
55 }, 54 },
56 { 55 {
57 "cmd": [ 56 "cmd": [
58 "python", 57 "python",
59 "-u", 58 "-u",
60 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
61 "sync", 60 "sync",
62 "--nohooks", 61 "--nohooks",
63 "--force", 62 "--force",
64 "--verbose", 63 "--verbose",
65 "--delete_unversioned_trees", 64 "--delete_unversioned_trees",
66 "--revision", 65 "--revision",
67 "skia@abc123", 66 "skia@abc123",
68 "--output-json", 67 "--output-json",
69 "/path/to/tmp/json" 68 "/path/to/tmp/json"
70 ], 69 ],
71 "cwd": "[SLAVE_BUILD]",
72 "env": { 70 "env": {
73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
74 }, 72 },
75 "name": "gclient sync", 73 "name": "gclient sync",
76 "~followup_annotations": [ 74 "~followup_annotations": [
77 "@@@STEP_LOG_LINE@json.output@{@@@", 75 "@@@STEP_LOG_LINE@json.output@{@@@",
78 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 76 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
79 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 77 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
80 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 78 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
81 "@@@STEP_LOG_LINE@json.output@ }@@@", 79 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 "name": "build nanobench" 157 "name": "build nanobench"
160 }, 158 },
161 { 159 {
162 "cmd": [ 160 "cmd": [
163 "python", 161 "python",
164 "-u", 162 "-u",
165 "\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", 163 "\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",
166 "[SLAVE_BUILD]/tmp", 164 "[SLAVE_BUILD]/tmp",
167 "511" 165 "511"
168 ], 166 ],
169 "cwd": "[SLAVE_BUILD]",
170 "name": "makedirs tmp_dir", 167 "name": "makedirs tmp_dir",
171 "~followup_annotations": [ 168 "~followup_annotations": [
172 "@@@STEP_LOG_LINE@python.inline@@@@", 169 "@@@STEP_LOG_LINE@python.inline@@@@",
173 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 170 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
174 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 171 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
175 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 172 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
176 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 173 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
177 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 174 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
178 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 175 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
179 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 176 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
180 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 177 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
181 "@@@STEP_LOG_END@python.inline@@@" 178 "@@@STEP_LOG_END@python.inline@@@"
182 ] 179 ]
183 }, 180 },
184 { 181 {
185 "cmd": [ 182 "cmd": [
186 "python", 183 "python",
187 "-u", 184 "-u",
188 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 185 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
189 "[SLAVE_BUILD]/tmp/SKP_VERSION", 186 "[SLAVE_BUILD]/tmp/SKP_VERSION",
190 "/path/to/tmp/" 187 "/path/to/tmp/"
191 ], 188 ],
192 "cwd": "[SLAVE_BUILD]",
193 "name": "Get downloaded SKP_VERSION" 189 "name": "Get downloaded SKP_VERSION"
194 }, 190 },
195 { 191 {
196 "cmd": [ 192 "cmd": [
197 "python", 193 "python",
198 "-u", 194 "-u",
199 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 195 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
200 "[SLAVE_BUILD]/skia/SKP_VERSION", 196 "[SLAVE_BUILD]/skia/SKP_VERSION",
201 "/path/to/tmp/" 197 "/path/to/tmp/"
202 ], 198 ],
203 "cwd": "[SLAVE_BUILD]",
204 "name": "Get expected SKP_VERSION" 199 "name": "Get expected SKP_VERSION"
205 }, 200 },
206 { 201 {
207 "cmd": [ 202 "cmd": [
208 "python", 203 "python",
209 "-u", 204 "-u",
210 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 205 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
211 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", 206 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
212 "/path/to/tmp/" 207 "/path/to/tmp/"
213 ], 208 ],
214 "cwd": "[SLAVE_BUILD]",
215 "name": "Get downloaded SK_IMAGE_VERSION" 209 "name": "Get downloaded SK_IMAGE_VERSION"
216 }, 210 },
217 { 211 {
218 "cmd": [ 212 "cmd": [
219 "python", 213 "python",
220 "-u", 214 "-u",
221 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 215 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
222 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", 216 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION",
223 "/path/to/tmp/" 217 "/path/to/tmp/"
224 ], 218 ],
225 "cwd": "[SLAVE_BUILD]",
226 "name": "Get expected SK_IMAGE_VERSION" 219 "name": "Get expected SK_IMAGE_VERSION"
227 }, 220 },
228 { 221 {
229 "cmd": [ 222 "cmd": [
230 "python", 223 "python",
231 "-u", 224 "-u",
232 "\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", 225 "\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",
233 "[SLAVE_BUILD]/dm" 226 "[SLAVE_BUILD]/dm"
234 ], 227 ],
235 "cwd": "[SLAVE_BUILD]",
236 "name": "rmtree dm", 228 "name": "rmtree dm",
237 "~followup_annotations": [ 229 "~followup_annotations": [
238 "@@@STEP_LOG_LINE@python.inline@@@@", 230 "@@@STEP_LOG_LINE@python.inline@@@@",
239 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 231 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
240 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 232 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
241 "@@@STEP_LOG_LINE@python.inline@@@@", 233 "@@@STEP_LOG_LINE@python.inline@@@@",
242 "@@@STEP_LOG_LINE@python.inline@@@@", 234 "@@@STEP_LOG_LINE@python.inline@@@@",
243 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 235 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
244 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 236 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
245 "@@@STEP_LOG_END@python.inline@@@" 237 "@@@STEP_LOG_END@python.inline@@@"
246 ] 238 ]
247 }, 239 },
248 { 240 {
249 "cmd": [ 241 "cmd": [
250 "python", 242 "python",
251 "-u", 243 "-u",
252 "\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", 244 "\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",
253 "[SLAVE_BUILD]/dm", 245 "[SLAVE_BUILD]/dm",
254 "511" 246 "511"
255 ], 247 ],
256 "cwd": "[SLAVE_BUILD]",
257 "name": "makedirs dm", 248 "name": "makedirs dm",
258 "~followup_annotations": [ 249 "~followup_annotations": [
259 "@@@STEP_LOG_LINE@python.inline@@@@", 250 "@@@STEP_LOG_LINE@python.inline@@@@",
260 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 251 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
261 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 252 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
262 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 253 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
263 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 254 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
264 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 255 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
265 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 256 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
266 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 257 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "GCE", 343 "GCE",
353 "os", 344 "os",
354 "Ubuntu", 345 "Ubuntu",
355 "--uninterestingHashesFile", 346 "--uninterestingHashesFile",
356 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", 347 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt",
357 "--writePath", 348 "--writePath",
358 "[SLAVE_BUILD]/dm", 349 "[SLAVE_BUILD]/dm",
359 "--nogpu", 350 "--nogpu",
360 "--dummy-flags" 351 "--dummy-flags"
361 ], 352 ],
362 "cwd": "[SLAVE_BUILD]",
363 "env": { 353 "env": {
364 "BUILDTYPE": "Debug", 354 "BUILDTYPE": "Debug",
365 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ", 355 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ",
366 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug" 356 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug"
367 }, 357 },
368 "name": "dm" 358 "name": "dm"
369 }, 359 },
370 { 360 {
371 "cmd": [ 361 "cmd": [
372 "python", 362 "python",
(...skipping 23 matching lines...) Expand all
396 "--undefok", 386 "--undefok",
397 "-i", 387 "-i",
398 "[SLAVE_BUILD]/skia/resources", 388 "[SLAVE_BUILD]/skia/resources",
399 "--skps", 389 "--skps",
400 "[SLAVE_BUILD]/playback/skps", 390 "[SLAVE_BUILD]/playback/skps",
401 "--images", 391 "--images",
402 "[SLAVE_BUILD]/images/dm", 392 "[SLAVE_BUILD]/images/dm",
403 "--nogpu", 393 "--nogpu",
404 "--dummy-flags" 394 "--dummy-flags"
405 ], 395 ],
406 "cwd": "[SLAVE_BUILD]",
407 "env": { 396 "env": {
408 "BUILDTYPE": "Debug", 397 "BUILDTYPE": "Debug",
409 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ", 398 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ",
410 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug" 399 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug"
411 }, 400 },
412 "name": "nanobench" 401 "name": "nanobench"
413 }, 402 },
414 { 403 {
415 "name": "$result", 404 "name": "$result",
416 "recipe_result": null, 405 "recipe_result": null,
417 "status_code": 0 406 "status_code": 0
418 } 407 }
419 ] 408 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698