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

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

Issue 2279953002: lightweight builds archiving for mac and win64 (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: lightweight builds archiving for mac and win64 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]/Linux_Builder", 7 "[BUILDER_CACHE]/Linux_Builder",
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 "--staging-dir", 291 "--staging-dir",
292 "[CACHE]/chrome_staging", 292 "[CACHE]/chrome_staging",
293 "--src-dir", 293 "--src-dir",
294 "[BUILDER_CACHE]/Linux_Builder/src", 294 "[BUILDER_CACHE]/Linux_Builder/src",
295 "--build-url", 295 "--build-url",
296 "gs://chrome-test-builds/official-by-commit/Linux Builder", 296 "gs://chrome-test-builds/official-by-commit/Linux Builder",
297 "--build_revision", 297 "--build_revision",
298 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 298 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
299 "--include-files", 299 "--include-files",
300 "chrome,chrome_100_percent.pak,chrome_200_percent.pak,default_apps,icudtl. dat,libwidevinecdm.so,locales,nacl_helper,nacl_helper_bootstrap,nacl_irt_x86_64. nexe,natives_blob.bin,PepperFlash,product_logo_48.pngresources.pak,snapshot_blob .bin,xdg-mime,xdg-settings", 300 "chrome,chrome_100_percent.pak,chrome_200_percent.pak,default_apps,icudtl. dat,libwidevinecdm.so,locales,nacl_helper,nacl_helper_bootstrap,nacl_irt_x86_64. nexe,natives_blob.bin,PepperFlash,product_logo_48.pngresources.pak,snapshot_blob .bin,xdg-mime,xdg-settings",
301 "--ignore-regex",
302 "--strip-files", 301 "--strip-files",
303 "chrome,nacl_helper", 302 "chrome,nacl_helper",
303 "--not-include-extra",
304 "--build_revision", 304 "--build_revision",
305 "170242", 305 "170242",
306 "--factory-properties", 306 "--factory-properties",
307 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildername\" : null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 307 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildername\" : null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
308 "--build-properties", 308 "--build-properties",
309 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildername\" : null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 309 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildername\" : null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
310 ], 310 ],
311 "name": "package build for bisect" 311 "name": "package build for bisect"
312 }, 312 },
313 { 313 {
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 475 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
476 }, 476 },
477 "name": "sizes" 477 "name": "sizes"
478 }, 478 },
479 { 479 {
480 "name": "$result", 480 "name": "$result",
481 "recipe_result": null, 481 "recipe_result": null,
482 "status_code": 0 482 "status_code": 0
483 } 483 }
484 ] 484 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698