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

Side by Side Diff: scripts/slave/recipes/chromium.expected/chromium_webkit_warnings.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.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Linux", 10 "WebKit Linux",
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "chromium.webkit", 247 "chromium.webkit",
248 "-b", 248 "-b",
249 "WebKit Linux", 249 "WebKit Linux",
250 "--config-file", 250 "--config-file",
251 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 251 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
252 "--goma-dir", 252 "--goma-dir",
253 "[CACHE]/cipd/goma", 253 "[CACHE]/cipd/goma",
254 "//out/Release" 254 "//out/Release"
255 ], 255 ],
256 "cwd": "[SLAVE_BUILD]", 256 "cwd": "[SLAVE_BUILD]",
257 "env": {
258 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
259 },
257 "name": "generate_build_files" 260 "name": "generate_build_files"
258 }, 261 },
259 { 262 {
260 "cmd": [ 263 "cmd": [
261 "python", 264 "python",
262 "-u", 265 "-u",
263 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 266 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
264 "--show-path", 267 "--show-path",
265 "python", 268 "python",
266 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 269 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", 365 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@",
363 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux/571/layout-test-results.zip@@@" 366 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux/571/layout-test-results.zip@@@"
364 ] 367 ]
365 }, 368 },
366 { 369 {
367 "name": "$result", 370 "name": "$result",
368 "recipe_result": null, 371 "recipe_result": null,
369 "status_code": 0 372 "status_code": 0
370 } 373 }
371 ] 374 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698