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

Side by Side Diff: scripts/slave/recipes/ozone_ecs.expected/trybot.json

Issue 1896113002: compile.py: explicitly pass gsutil.py path for uploading goma logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "linux_ecs_ozone", 10 "linux_ecs_ozone",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "name": "gclient runhooks" 117 "name": "gclient runhooks"
118 }, 118 },
119 { 119 {
120 "cmd": [ 120 "cmd": [
121 "python", 121 "python",
122 "-u", 122 "-u",
123 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 123 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
124 "--show-path", 124 "--show-path",
125 "python", 125 "python",
126 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 126 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
127 "--gsutil-py-path",
128 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
127 "--ninja-path", 129 "--ninja-path",
128 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 130 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
129 "--target", 131 "--target",
130 "Debug", 132 "Debug",
131 "--src-dir", 133 "--src-dir",
132 "[SLAVE_BUILD]/src", 134 "[SLAVE_BUILD]/src",
133 "--goma-cache-dir", 135 "--goma-cache-dir",
134 "[GOMA_CACHE]", 136 "[GOMA_CACHE]",
135 "--build-tool", 137 "--build-tool",
136 "ninja", 138 "ninja",
(...skipping 25 matching lines...) Expand all
162 "name": "check ecs deps" 164 "name": "check ecs deps"
163 }, 165 },
164 { 166 {
165 "cmd": [ 167 "cmd": [
166 "python", 168 "python",
167 "-u", 169 "-u",
168 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 170 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
169 "--show-path", 171 "--show-path",
170 "python", 172 "python",
171 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 173 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
174 "--gsutil-py-path",
175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
172 "--ninja-path", 176 "--ninja-path",
173 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 177 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
174 "--target", 178 "--target",
175 "Debug", 179 "Debug",
176 "--src-dir", 180 "--src-dir",
177 "[SLAVE_BUILD]/src", 181 "[SLAVE_BUILD]/src",
178 "--goma-cache-dir", 182 "--goma-cache-dir",
179 "[GOMA_CACHE]", 183 "[GOMA_CACHE]",
180 "--build-tool", 184 "--build-tool",
181 "ninja", 185 "ninja",
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 ], 751 ],
748 "cwd": "[SLAVE_BUILD]", 752 "cwd": "[SLAVE_BUILD]",
749 "name": "url_unittests" 753 "name": "url_unittests"
750 }, 754 },
751 { 755 {
752 "name": "$result", 756 "name": "$result",
753 "recipe_result": null, 757 "recipe_result": null,
754 "status_code": 0 758 "status_code": 0
755 } 759 }
756 ] 760 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698