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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux.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 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "CFI Linux", 10 "CFI Linux",
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "gen", 181 "gen",
182 "-m", 182 "-m",
183 "chromium.fyi", 183 "chromium.fyi",
184 "-b", 184 "-b",
185 "CFI Linux", 185 "CFI Linux",
186 "--config-file", 186 "--config-file",
187 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 187 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
188 "//out/Release" 188 "//out/Release"
189 ], 189 ],
190 "cwd": "[SLAVE_BUILD]", 190 "cwd": "[SLAVE_BUILD]",
191 "env": {
192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
193 },
191 "name": "generate_build_files" 194 "name": "generate_build_files"
192 }, 195 },
193 { 196 {
194 "allow_subannotations": true, 197 "allow_subannotations": true,
195 "cmd": [ 198 "cmd": [
196 "python", 199 "python",
197 "-u", 200 "-u",
198 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 201 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
199 "--src-dir", 202 "--src-dir",
200 "[SLAVE_BUILD]/src", 203 "[SLAVE_BUILD]/src",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 248 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
246 }, 249 },
247 "name": "compile" 250 "name": "compile"
248 }, 251 },
249 { 252 {
250 "name": "$result", 253 "name": "$result",
251 "recipe_result": null, 254 "recipe_result": null,
252 "status_code": 0 255 "status_code": 0
253 } 256 }
254 ] 257 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698