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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/chromeos_analyze.json

Issue 2315653002: Do not start goma in ChromeOS gclient runhook if gomadir is given. (Closed)
Patch Set: fixed mistake not --goma-start but --nostart-goma. Created 4 years, 3 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/chromeos_amd64_generic_chromium_compile_only_ng", 7 "[BUILDER_CACHE]/chromeos_amd64_generic_chromium_compile_only_ng",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 { 195 {
196 "cmd": [ 196 "cmd": [
197 "RECIPE_PACKAGE_REPO[depot_tools]/cros", 197 "RECIPE_PACKAGE_REPO[depot_tools]/cros",
198 "chrome-sdk", 198 "chrome-sdk",
199 "--board=amd64-generic", 199 "--board=amd64-generic",
200 "--nocolor", 200 "--nocolor",
201 "--use-external-config", 201 "--use-external-config",
202 "--clear-sdk-cache", 202 "--clear-sdk-cache",
203 "--gomadir", 203 "--gomadir",
204 "[CACHE]/cipd/goma", 204 "[CACHE]/cipd/goma",
205 "--nostart-goma",
205 "--fastbuild", 206 "--fastbuild",
206 "--", 207 "--",
207 "python", 208 "python",
208 "-u", 209 "-u",
209 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 210 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
210 "runhooks" 211 "runhooks"
211 ], 212 ],
212 "cwd": "[BUILDER_CACHE]/chromeos_amd64_generic_chromium_compile_only_ng/src" , 213 "cwd": "[BUILDER_CACHE]/chromeos_amd64_generic_chromium_compile_only_ng/src" ,
213 "env": { 214 "env": {
214 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 215 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 }, 298 },
298 { 299 {
299 "cmd": [ 300 "cmd": [
300 "RECIPE_PACKAGE_REPO[depot_tools]/cros", 301 "RECIPE_PACKAGE_REPO[depot_tools]/cros",
301 "chrome-sdk", 302 "chrome-sdk",
302 "--board=amd64-generic", 303 "--board=amd64-generic",
303 "--nocolor", 304 "--nocolor",
304 "--use-external-config", 305 "--use-external-config",
305 "--gomadir", 306 "--gomadir",
306 "[CACHE]/cipd/goma", 307 "[CACHE]/cipd/goma",
308 "--nostart-goma",
307 "--fastbuild", 309 "--fastbuild",
308 "--", 310 "--",
309 "python", 311 "python",
310 "-u", 312 "-u",
311 "[BUILDER_CACHE]/chromeos_amd64_generic_chromium_compile_only_ng/src/tools /mb/mb.py", 313 "[BUILDER_CACHE]/chromeos_amd64_generic_chromium_compile_only_ng/src/tools /mb/mb.py",
312 "analyze", 314 "analyze",
313 "-m", 315 "-m",
314 "tryserver.chromium.linux", 316 "tryserver.chromium.linux",
315 "-b", 317 "-b",
316 "chromeos_amd64-generic_chromium_compile_only_ng", 318 "chromeos_amd64-generic_chromium_compile_only_ng",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 "import sys; sys.exit(0)" 353 "import sys; sys.exit(0)"
352 ], 354 ],
353 "name": "mark: before_tests" 355 "name": "mark: before_tests"
354 }, 356 },
355 { 357 {
356 "name": "$result", 358 "name": "$result",
357 "recipe_result": null, 359 "recipe_result": null,
358 "status_code": 0 360 "status_code": 0
359 } 361 }
360 ] 362 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698