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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest_on_builder.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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "chromium.linux", 256 "chromium.linux",
257 "-b", 257 "-b",
258 "Linux Builder", 258 "Linux Builder",
259 "--config-file", 259 "--config-file",
260 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 260 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
261 "--goma-dir", 261 "--goma-dir",
262 "[CACHE]/cipd/goma", 262 "[CACHE]/cipd/goma",
263 "//out/Release" 263 "//out/Release"
264 ], 264 ],
265 "cwd": "[SLAVE_BUILD]", 265 "cwd": "[SLAVE_BUILD]",
266 "env": {
267 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
268 },
266 "name": "generate_build_files" 269 "name": "generate_build_files"
267 }, 270 },
268 { 271 {
269 "cmd": [ 272 "cmd": [
270 "python", 273 "python",
271 "-u", 274 "-u",
272 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 275 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
273 "--show-path", 276 "--show-path",
274 "python", 277 "python",
275 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 278 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 "~followup_annotations": [ 383 "~followup_annotations": [
381 "@@@STEP_TEXT@Linux Tests@@@" 384 "@@@STEP_TEXT@Linux Tests@@@"
382 ] 385 ]
383 }, 386 },
384 { 387 {
385 "name": "$result", 388 "name": "$result",
386 "recipe_result": null, 389 "recipe_result": null,
387 "status_code": 0 390 "status_code": 0
388 } 391 }
389 ] 392 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698