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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/download_and_push_skimage.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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 474 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
475 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 475 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
476 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 476 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
477 "@@@STEP_LOG_END@python.inline@@@" 477 "@@@STEP_LOG_END@python.inline@@@"
478 ] 478 ]
479 }, 479 },
480 { 480 {
481 "cmd": [ 481 "cmd": [
482 "python", 482 "python",
483 "-u", 483 "-u",
484 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 484 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
485 "--", 485 "--",
486 "[DEPOT_TOOLS]/gsutil.py", 486 "[DEPOT_TOOLS]/gsutil.py",
487 "----", 487 "----",
488 "cp", 488 "cp",
489 "-R", 489 "-R",
490 "gs://chromium-skia-gm/skimage/v42/*", 490 "gs://chromium-skia-gm/skimage/v42/*",
491 "[SLAVE_BUILD]/images" 491 "[SLAVE_BUILD]/images"
492 ], 492 ],
493 "cwd": "[SLAVE_BUILD]", 493 "cwd": "[SLAVE_BUILD]",
494 "env": { 494 "env": {
(...skipping 394 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