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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_bisect.json

Issue 1916303006: Fix GOMA_SERVICE_ACCOUNT_JSON_FILE propagation in mb. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: make sure GOMA_SERVICE_ACCOUNT_JSON_FILE is present in generate_build_files, too 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
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 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "linux_perf_bisect", 10 "linux_perf_bisect",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "tryserver.chromium.perf", 192 "tryserver.chromium.perf",
193 "-b", 193 "-b",
194 "linux_perf_bisect", 194 "linux_perf_bisect",
195 "--config-file", 195 "--config-file",
196 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 196 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
197 "--goma-dir", 197 "--goma-dir",
198 "[CACHE]/cipd/goma", 198 "[CACHE]/cipd/goma",
199 "//out/Release" 199 "//out/Release"
200 ], 200 ],
201 "cwd": "[SLAVE_BUILD]", 201 "cwd": "[SLAVE_BUILD]",
202 "env": {
203 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
204 },
202 "name": "generate_build_files" 205 "name": "generate_build_files"
203 }, 206 },
204 { 207 {
205 "cmd": [ 208 "cmd": [
206 "python", 209 "python",
207 "-u", 210 "-u",
208 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 211 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
209 "--show-path", 212 "--show-path",
210 "python", 213 "python",
211 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 214 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 ], 271 ],
269 "cwd": "[SLAVE_BUILD]", 272 "cwd": "[SLAVE_BUILD]",
270 "name": "package build" 273 "name": "package build"
271 }, 274 },
272 { 275 {
273 "name": "$result", 276 "name": "$result",
274 "recipe_result": null, 277 "recipe_result": null,
275 "status_code": 0 278 "status_code": 0
276 } 279 }
277 ] 280 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698