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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_Builder.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.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android arm64 Builder", 10 "Android arm64 Builder",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "chromium.perf", 155 "chromium.perf",
156 "-b", 156 "-b",
157 "Android arm64 Builder", 157 "Android arm64 Builder",
158 "--config-file", 158 "--config-file",
159 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 159 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
160 "--goma-dir", 160 "--goma-dir",
161 "[BUILD]/goma", 161 "[BUILD]/goma",
162 "//out/Release" 162 "//out/Release"
163 ], 163 ],
164 "cwd": "[SLAVE_BUILD]", 164 "cwd": "[SLAVE_BUILD]",
165 "env": {
166 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
167 },
165 "name": "generate_build_files" 168 "name": "generate_build_files"
166 }, 169 },
167 { 170 {
168 "cmd": [ 171 "cmd": [
169 "python", 172 "python",
170 "-u", 173 "-u",
171 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 174 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
172 "--show-path", 175 "--show-path",
173 "python", 176 "python",
174 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 177 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "~followup_annotations": [ 273 "~followup_annotations": [
271 "@@@STEP_TEXT@Android Nexus5X WebView Perf (1)<br />Android Nexus5X WebVie w Perf (2)@@@" 274 "@@@STEP_TEXT@Android Nexus5X WebView Perf (1)<br />Android Nexus5X WebVie w Perf (2)@@@"
272 ] 275 ]
273 }, 276 },
274 { 277 {
275 "name": "$result", 278 "name": "$result",
276 "recipe_result": null, 279 "recipe_result": null,
277 "status_code": 0 280 "status_code": 0
278 } 281 }
279 ] 282 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698