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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_blink_trybot.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, 7 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.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "mac_blink_rel", 10 "mac_blink_rel",
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 "-m", 284 "-m",
285 "tryserver.blink", 285 "tryserver.blink",
286 "-b", 286 "-b",
287 "mac_blink_rel", 287 "mac_blink_rel",
288 "-v", 288 "-v",
289 "//out/Release", 289 "//out/Release",
290 "{\"additional_compile_targets\": [], \"files\": [\"v8/foo.cc\"], \"test_t argets\": [\"blink_tests\"]}", 290 "{\"additional_compile_targets\": [], \"files\": [\"v8/foo.cc\"], \"test_t argets\": [\"blink_tests\"]}",
291 "/path/to/tmp/json" 291 "/path/to/tmp/json"
292 ], 292 ],
293 "cwd": "[SLAVE_BUILD]", 293 "cwd": "[SLAVE_BUILD]",
294 "env": {
295 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
296 },
294 "name": "analyze", 297 "name": "analyze",
295 "~followup_annotations": [ 298 "~followup_annotations": [
296 "@@@STEP_TEXT@No compile necessary@@@", 299 "@@@STEP_TEXT@No compile necessary@@@",
297 "@@@STEP_LOG_LINE@json.output@{@@@", 300 "@@@STEP_LOG_LINE@json.output@{@@@",
298 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 301 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
299 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 302 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
300 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 303 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
301 "@@@STEP_LOG_LINE@json.output@}@@@", 304 "@@@STEP_LOG_LINE@json.output@}@@@",
302 "@@@STEP_LOG_END@json.output@@@", 305 "@@@STEP_LOG_END@json.output@@@",
303 "@@@STEP_LOG_LINE@analyze_details@{@@@", 306 "@@@STEP_LOG_LINE@analyze_details@{@@@",
(...skipping 16 matching lines...) Expand all
320 ], 323 ],
321 "cwd": "[SLAVE_BUILD]", 324 "cwd": "[SLAVE_BUILD]",
322 "name": "mark: before_tests" 325 "name": "mark: before_tests"
323 }, 326 },
324 { 327 {
325 "name": "$result", 328 "name": "$result",
326 "recipe_result": null, 329 "recipe_result": null,
327 "status_code": 0 330 "status_code": 0
328 } 331 }
329 ] 332 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698