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

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

Issue 2030713004: Refactor chromium.perf recipe configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@2-refactorr
Patch Set: Rebase, hope it's right :) 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]/Linux_Builder", 7 "[BUILDER_CACHE]/Linux_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "--compiler", 255 "--compiler",
256 "goma", 256 "goma",
257 "--goma-jsonstatus", 257 "--goma-jsonstatus",
258 "/path/to/tmp/json", 258 "/path/to/tmp/json",
259 "--goma-service-account-json-file", 259 "--goma-service-account-json-file",
260 "/creds/service_accounts/service-account-goma-client.json", 260 "/creds/service_accounts/service-account-goma-client.json",
261 "--mode", 261 "--mode",
262 "official", 262 "official",
263 "--goma-dir", 263 "--goma-dir",
264 "[CACHE]/cipd/goma", 264 "[CACHE]/cipd/goma",
265 "--goma-hermetic",
266 "fallback",
267 "--", 265 "--",
268 "chrome", 266 "chrome",
269 "chromium_builder_perf" 267 "chromium_builder_perf"
270 ], 268 ],
271 "env": { 269 "env": {
272 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 270 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
273 }, 271 },
274 "name": "compile", 272 "name": "compile",
275 "~followup_annotations": [ 273 "~followup_annotations": [
276 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 274 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 440 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
443 }, 441 },
444 "name": "sizes" 442 "name": "sizes"
445 }, 443 },
446 { 444 {
447 "name": "$result", 445 "name": "$result",
448 "recipe_result": null, 446 "recipe_result": null,
449 "status_code": 0 447 "status_code": 0
450 } 448 }
451 ] 449 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698