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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_SyzyASAN_LKGR.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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "gen", 142 "gen",
143 "-m", 143 "-m",
144 "chromium.lkgr", 144 "chromium.lkgr",
145 "-b", 145 "-b",
146 "Win SyzyASAN LKGR", 146 "Win SyzyASAN LKGR",
147 "--config-file", 147 "--config-file",
148 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 148 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
149 "//out/Release" 149 "//out/Release"
150 ], 150 ],
151 "cwd": "[SLAVE_BUILD]", 151 "cwd": "[SLAVE_BUILD]",
152 "env": {
153 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
154 },
152 "name": "generate_build_files" 155 "name": "generate_build_files"
153 }, 156 },
154 { 157 {
155 "cmd": [ 158 "cmd": [
156 "python", 159 "python",
157 "-u", 160 "-u",
158 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 161 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
159 "--show-path", 162 "--show-path",
160 "python", 163 "python",
161 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 164 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 263 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
261 "@@@STEP_LOG_END@python.inline@@@" 264 "@@@STEP_LOG_END@python.inline@@@"
262 ] 265 ]
263 }, 266 },
264 { 267 {
265 "name": "$result", 268 "name": "$result",
266 "recipe_result": null, 269 "recipe_result": null,
267 "status_code": 0 270 "status_code": 0
268 } 271 }
269 ] 272 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698