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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_gtest_override_compile_targets.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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "Linux Builder", 273 "Linux Builder",
274 "--config-file", 274 "--config-file",
275 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 275 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
276 "--goma-dir", 276 "--goma-dir",
277 "[CACHE]/cipd/goma", 277 "[CACHE]/cipd/goma",
278 "--swarming-targets-file", 278 "--swarming-targets-file",
279 "tab_capture_end2end_tests\n", 279 "tab_capture_end2end_tests\n",
280 "//out/Release" 280 "//out/Release"
281 ], 281 ],
282 "cwd": "[SLAVE_BUILD]", 282 "cwd": "[SLAVE_BUILD]",
283 "env": {
284 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
285 },
283 "name": "generate_build_files", 286 "name": "generate_build_files",
284 "~followup_annotations": [ 287 "~followup_annotations": [
285 "@@@STEP_LOG_LINE@swarming-targets-file.txt@tab_capture_end2end_tests@@@", 288 "@@@STEP_LOG_LINE@swarming-targets-file.txt@tab_capture_end2end_tests@@@",
286 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 289 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
287 ] 290 ]
288 }, 291 },
289 { 292 {
290 "cmd": [ 293 "cmd": [
291 "python", 294 "python",
292 "-u", 295 "-u",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 "~followup_annotations": [ 439 "~followup_annotations": [
437 "@@@STEP_TEXT@Linux Tests@@@" 440 "@@@STEP_TEXT@Linux Tests@@@"
438 ] 441 ]
439 }, 442 },
440 { 443 {
441 "name": "$result", 444 "name": "$result",
442 "recipe_result": null, 445 "recipe_result": null,
443 "status_code": 0 446 "status_code": 0
444 } 447 }
445 ] 448 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698