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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Linux_Goma_Canary.json

Issue 2218413004: Remove --goma-enable-compiler-info-cache option from compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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]/Chromium_Linux_Goma_Canary", 7 "[BUILDER_CACHE]/Chromium_Linux_Goma_Canary",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 "--compiler", 291 "--compiler",
292 "goma", 292 "goma",
293 "--goma-jsonstatus", 293 "--goma-jsonstatus",
294 "/path/to/tmp/json", 294 "/path/to/tmp/json",
295 "--goma-service-account-json-file", 295 "--goma-service-account-json-file",
296 "/creds/service_accounts/service-account-goma-client.json", 296 "/creds/service_accounts/service-account-goma-client.json",
297 "--goma-dir", 297 "--goma-dir",
298 "[CACHE]/cipd/goma", 298 "[CACHE]/cipd/goma",
299 "--goma-hermetic", 299 "--goma-hermetic",
300 "error", 300 "error",
301 "--goma-enable-compiler-info-cache",
302 "--", 301 "--",
303 "base_unittests", 302 "base_unittests",
304 "chromium_builder_tests", 303 "chromium_builder_tests",
305 "content_unittests" 304 "content_unittests"
306 ], 305 ],
307 "env": { 306 "env": {
308 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 307 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
309 }, 308 },
310 "name": "compile", 309 "name": "compile",
311 "~followup_annotations": [ 310 "~followup_annotations": [
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 369 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
371 }, 370 },
372 "name": "content_unittests" 371 "name": "content_unittests"
373 }, 372 },
374 { 373 {
375 "name": "$result", 374 "name": "$result",
376 "recipe_result": null, 375 "recipe_result": null,
377 "status_code": 0 376 "status_code": 0
378 } 377 }
379 ] 378 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698