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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_ubsan.json

Issue 1903503007: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (reland #1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase 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 | Annotate | Revision Log
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 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Linux UBSan", 10 "Linux UBSan",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 "--src-dir", 98 "--src-dir",
99 "[SLAVE_BUILD]/src", 99 "[SLAVE_BUILD]/src",
100 "--goma-cache-dir", 100 "--goma-cache-dir",
101 "[GOMA_CACHE]", 101 "[GOMA_CACHE]",
102 "--build-tool", 102 "--build-tool",
103 "ninja", 103 "ninja",
104 "--compiler", 104 "--compiler",
105 "goma-clang", 105 "goma-clang",
106 "--goma-jsonstatus", 106 "--goma-jsonstatus",
107 "/path/to/tmp/json", 107 "/path/to/tmp/json",
108 "--goma-service-account-json-file",
109 "/creds/service_accounts/service-account-goma-client.json",
108 "--goma-dir", 110 "--goma-dir",
109 "[BUILD]/goma", 111 "[BUILD]/goma",
110 "--", 112 "--",
111 "All" 113 "All"
112 ], 114 ],
113 "cwd": "[SLAVE_BUILD]", 115 "cwd": "[SLAVE_BUILD]",
114 "name": "compile", 116 "name": "compile",
115 "~followup_annotations": [ 117 "~followup_annotations": [
116 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 118 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
117 "@@@STEP_LOG_END@json.output (invalid)@@@" 119 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 18 matching lines...) Expand all
136 ], 138 ],
137 "cwd": "[SLAVE_BUILD]", 139 "cwd": "[SLAVE_BUILD]",
138 "name": "libyuv_unittest" 140 "name": "libyuv_unittest"
139 }, 141 },
140 { 142 {
141 "name": "$result", 143 "name": "$result",
142 "recipe_result": null, 144 "recipe_result": null,
143 "status_code": 0 145 "status_code": 0
144 } 146 }
145 ] 147 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698