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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/download_and_push_skps.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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 434 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
435 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 435 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
436 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 436 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
437 "@@@STEP_LOG_END@python.inline@@@" 437 "@@@STEP_LOG_END@python.inline@@@"
438 ] 438 ]
439 }, 439 },
440 { 440 {
441 "cmd": [ 441 "cmd": [
442 "python", 442 "python",
443 "-u", 443 "-u",
444 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 444 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
445 "--", 445 "--",
446 "[DEPOT_TOOLS]/gsutil.py", 446 "[DEPOT_TOOLS]/gsutil.py",
447 "----", 447 "----",
448 "cp", 448 "cp",
449 "-R", 449 "-R",
450 "gs://chromium-skia-gm/playback_42/skps/*", 450 "gs://chromium-skia-gm/playback_42/skps/*",
451 "[SLAVE_BUILD]/playback/skps" 451 "[SLAVE_BUILD]/playback/skps"
452 ], 452 ],
453 "cwd": "[SLAVE_BUILD]", 453 "cwd": "[SLAVE_BUILD]",
454 "env": { 454 "env": {
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0", 889 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0",
890 "SKIA_ANDROID_VERBOSE_SETUP": "1", 890 "SKIA_ANDROID_VERBOSE_SETUP": "1",
891 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug" 891 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug"
892 }, 892 },
893 "name": "pull skia_dm" 893 "name": "pull skia_dm"
894 }, 894 },
895 { 895 {
896 "cmd": [ 896 "cmd": [
897 "python", 897 "python",
898 "-u", 898 "-u",
899 "RECIPE_MODULE[skia]/resources/upload_dm_results.py", 899 "RECIPE_MODULE[build.skia]/resources/upload_dm_results.py",
900 "[SLAVE_BUILD]/dm", 900 "[SLAVE_BUILD]/dm",
901 "164710", 901 "164710",
902 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", 902 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug",
903 "6", 903 "6",
904 "", 904 "",
905 "[SLAVE_BUILD]/skia/common/py/utils" 905 "[SLAVE_BUILD]/skia/common/py/utils"
906 ], 906 ],
907 "cwd": "[SLAVE_BUILD]/skia", 907 "cwd": "[SLAVE_BUILD]/skia",
908 "env": { 908 "env": {
909 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 909 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug" 1008 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug"
1009 }, 1009 },
1010 "name": "wait for device (3)" 1010 "name": "wait for device (3)"
1011 }, 1011 },
1012 { 1012 {
1013 "name": "$result", 1013 "name": "$result",
1014 "recipe_result": null, 1014 "recipe_result": null,
1015 "status_code": 0 1015 "status_code": 0
1016 } 1016 }
1017 ] 1017 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698