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

Side by Side Diff: scripts/slave/recipes/infra/publish_tarball.expected/basic.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "chromium-38.0.2125.122", 71 "chromium-38.0.2125.122",
72 "--verbose" 72 "--verbose"
73 ], 73 ],
74 "cwd": "[TMP_BASE]/export_tarball_tmp_1", 74 "cwd": "[TMP_BASE]/export_tarball_tmp_1",
75 "name": "export_tarball" 75 "name": "export_tarball"
76 }, 76 },
77 { 77 {
78 "cmd": [ 78 "cmd": [
79 "python", 79 "python",
80 "-u", 80 "-u",
81 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 81 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
82 "--", 82 "--",
83 "[DEPOT_TOOLS]/gsutil.py", 83 "[DEPOT_TOOLS]/gsutil.py",
84 "--force-version", 84 "--force-version",
85 "3.25", 85 "3.25",
86 "--", 86 "--",
87 "cp", 87 "cp",
88 "[TMP_BASE]/export_tarball_tmp_1/chromium-38.0.2125.122.tar.xz", 88 "[TMP_BASE]/export_tarball_tmp_1/chromium-38.0.2125.122.tar.xz",
89 "gs://chromium-browser-official/chromium-38.0.2125.122.tar.xz" 89 "gs://chromium-browser-official/chromium-38.0.2125.122.tar.xz"
90 ], 90 ],
91 "name": "gsutil upload", 91 "name": "gsutil upload",
(...skipping 13 matching lines...) Expand all
105 "@@@STEP_LOG_LINE@python.inline@@@@", 105 "@@@STEP_LOG_LINE@python.inline@@@@",
106 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 106 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
107 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", 107 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
108 "@@@STEP_LOG_LINE@python.inline@@@@", 108 "@@@STEP_LOG_LINE@python.inline@@@@",
109 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 109 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
110 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 110 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
111 "@@@STEP_LOG_END@python.inline@@@" 111 "@@@STEP_LOG_END@python.inline@@@"
112 ] 112 ]
113 } 113 }
114 ] 114 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698