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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/clobber_analyze.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.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_clobber_rel_ng", 10 "linux_chromium_clobber_rel_ng",
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "-m", 264 "-m",
265 "tryserver.chromium.linux", 265 "tryserver.chromium.linux",
266 "-b", 266 "-b",
267 "linux_chromium_clobber_rel_ng", 267 "linux_chromium_clobber_rel_ng",
268 "-v", 268 "-v",
269 "//out/Release", 269 "//out/Release",
270 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ ets\": []}", 270 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ ets\": []}",
271 "/path/to/tmp/json" 271 "/path/to/tmp/json"
272 ], 272 ],
273 "cwd": "[SLAVE_BUILD]", 273 "cwd": "[SLAVE_BUILD]",
274 "env": {
275 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
276 },
274 "name": "analyze", 277 "name": "analyze",
275 "~followup_annotations": [ 278 "~followup_annotations": [
276 "@@@STEP_LOG_LINE@json.output@{@@@", 279 "@@@STEP_LOG_LINE@json.output@{@@@",
277 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", 280 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@",
278 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@", 281 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@",
279 "@@@STEP_LOG_LINE@json.output@ \"net_unittests\"@@@", 282 "@@@STEP_LOG_LINE@json.output@ \"net_unittests\"@@@",
280 "@@@STEP_LOG_LINE@json.output@ ], @@@", 283 "@@@STEP_LOG_LINE@json.output@ ], @@@",
281 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", 284 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
282 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 285 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
283 "@@@STEP_LOG_LINE@json.output@}@@@", 286 "@@@STEP_LOG_LINE@json.output@}@@@",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "tryserver.chromium.linux", 323 "tryserver.chromium.linux",
321 "-b", 324 "-b",
322 "linux_chromium_clobber_rel_ng", 325 "linux_chromium_clobber_rel_ng",
323 "--config-file", 326 "--config-file",
324 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 327 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
325 "--goma-dir", 328 "--goma-dir",
326 "[CACHE]/cipd/goma", 329 "[CACHE]/cipd/goma",
327 "//out/Release" 330 "//out/Release"
328 ], 331 ],
329 "cwd": "[SLAVE_BUILD]", 332 "cwd": "[SLAVE_BUILD]",
333 "env": {
334 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
335 },
330 "name": "generate_build_files (with patch)" 336 "name": "generate_build_files (with patch)"
331 }, 337 },
332 { 338 {
333 "cmd": [ 339 "cmd": [
334 "python", 340 "python",
335 "-u", 341 "-u",
336 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 342 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
337 "--show-path", 343 "--show-path",
338 "python", 344 "python",
339 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 345 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 ], 389 ],
384 "cwd": "[SLAVE_BUILD]", 390 "cwd": "[SLAVE_BUILD]",
385 "name": "mark: before_tests" 391 "name": "mark: before_tests"
386 }, 392 },
387 { 393 {
388 "name": "$result", 394 "name": "$result",
389 "recipe_result": null, 395 "recipe_result": null,
390 "status_code": 0 396 "status_code": 0
391 } 397 }
392 ] 398 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698