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

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

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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 "fetch" 5 "fetch"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]/skia", 7 "cwd": "[SLAVE_BUILD]/skia",
8 "name": "git fetch" 8 "name": "git fetch"
9 }, 9 },
10 { 10 {
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 247 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
248 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 248 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
249 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 249 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
250 "@@@STEP_LOG_END@python.inline@@@" 250 "@@@STEP_LOG_END@python.inline@@@"
251 ] 251 ]
252 }, 252 },
253 { 253 {
254 "cmd": [ 254 "cmd": [
255 "python", 255 "python",
256 "-u", 256 "-u",
257 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 257 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
258 "--", 258 "--",
259 "[DEPOT_TOOLS]/gsutil.py", 259 "[DEPOT_TOOLS]/gsutil.py",
260 "----", 260 "----",
261 "cp", 261 "cp",
262 "-R", 262 "-R",
263 "gs://chromium-skia-gm/playback_42/skps/*", 263 "gs://chromium-skia-gm/playback_42/skps/*",
264 "[SLAVE_BUILD]/playback/skps" 264 "[SLAVE_BUILD]/playback/skps"
265 ], 265 ],
266 "cwd": "[SLAVE_BUILD]", 266 "cwd": "[SLAVE_BUILD]",
267 "env": { 267 "env": {
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "BUILDTYPE": "Debug", 441 "BUILDTYPE": "Debug",
442 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ", 442 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ",
443 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug" 443 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug"
444 }, 444 },
445 "name": "dm" 445 "name": "dm"
446 }, 446 },
447 { 447 {
448 "cmd": [ 448 "cmd": [
449 "python", 449 "python",
450 "-u", 450 "-u",
451 "RECIPE_MODULE[skia]/resources/upload_dm_results.py", 451 "RECIPE_MODULE[build.skia]/resources/upload_dm_results.py",
452 "[SLAVE_BUILD]/dm", 452 "[SLAVE_BUILD]/dm",
453 "164710", 453 "164710",
454 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 454 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
455 "6", 455 "6",
456 "", 456 "",
457 "[SLAVE_BUILD]/skia/common/py/utils" 457 "[SLAVE_BUILD]/skia/common/py/utils"
458 ], 458 ],
459 "cwd": "[SLAVE_BUILD]/skia", 459 "cwd": "[SLAVE_BUILD]/skia",
460 "env": { 460 "env": {
461 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 461 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
(...skipping 25 matching lines...) Expand all
487 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug" 487 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug"
488 }, 488 },
489 "name": "nanobench" 489 "name": "nanobench"
490 }, 490 },
491 { 491 {
492 "name": "$result", 492 "name": "$result",
493 "recipe_result": null, 493 "recipe_result": null,
494 "status_code": 0 494 "status_code": 0
495 } 495 }
496 ] 496 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698