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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux_CF.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 CF", 10 "CFI Linux CF",
(...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 CF", 185 "CFI Linux CF",
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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 ], 271 ],
269 "cwd": "[SLAVE_BUILD]", 272 "cwd": "[SLAVE_BUILD]",
270 "name": "package build" 273 "name": "package build"
271 }, 274 },
272 { 275 {
273 "name": "$result", 276 "name": "$result",
274 "recipe_result": null, 277 "recipe_result": null,
275 "status_code": 0 278 "status_code": 0
276 } 279 }
277 ] 280 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698