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

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

Issue 1942903002: build: sanitize non-alpha characters in builder cache path (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Kitchen__kitchen_run_.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Linux Kitchen (kitchen_run)", 10 "Linux Kitchen (kitchen_run)",
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 "[SLAVE_BUILD]/src/tools/mb/mb.py", 240 "[SLAVE_BUILD]/src/tools/mb/mb.py",
241 "gen", 241 "gen",
242 "-m", 242 "-m",
243 "chromium.fyi", 243 "chromium.fyi",
244 "-b", 244 "-b",
245 "Linux Kitchen (kitchen_run)", 245 "Linux Kitchen (kitchen_run)",
246 "--config-file", 246 "--config-file",
247 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 247 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
248 "--goma-dir", 248 "--goma-dir",
249 "[CACHE]/cipd/goma", 249 "[CACHE]/cipd/goma",
250 "[BUILDER_CACHE]/Linux Kitchen (kitchen_run)/Release" 250 "[BUILDER_CACHE]/Linux_Kitchen__kitchen_run_/Release"
251 ], 251 ],
252 "env": { 252 "env": {
253 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 253 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
254 }, 254 },
255 "name": "generate_build_files" 255 "name": "generate_build_files"
256 }, 256 },
257 { 257 {
258 "cmd": [ 258 "cmd": [
259 "python", 259 "python",
260 "-u", 260 "-u",
(...skipping 15 matching lines...) Expand all
276 "[GOMA_DEPS_CACHE]", 276 "[GOMA_DEPS_CACHE]",
277 "--build-tool", 277 "--build-tool",
278 "ninja", 278 "ninja",
279 "--compiler", 279 "--compiler",
280 "goma", 280 "goma",
281 "--goma-jsonstatus", 281 "--goma-jsonstatus",
282 "/path/to/tmp/json", 282 "/path/to/tmp/json",
283 "--goma-service-account-json-file", 283 "--goma-service-account-json-file",
284 "/creds/service_accounts/service-account-goma-client.json", 284 "/creds/service_accounts/service-account-goma-client.json",
285 "--target-output-dir", 285 "--target-output-dir",
286 "[BUILDER_CACHE]/Linux Kitchen (kitchen_run)/Release", 286 "[BUILDER_CACHE]/Linux_Kitchen__kitchen_run_/Release",
287 "--goma-dir", 287 "--goma-dir",
288 "[CACHE]/cipd/goma", 288 "[CACHE]/cipd/goma",
289 "--ninja-ensure-up-to-date", 289 "--ninja-ensure-up-to-date",
290 "--", 290 "--",
291 "all" 291 "all"
292 ], 292 ],
293 "env": { 293 "env": {
294 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 294 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
295 }, 295 },
296 "name": "compile", 296 "name": "compile",
297 "~followup_annotations": [ 297 "~followup_annotations": [
298 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 298 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
299 "@@@STEP_LOG_END@json.output (invalid)@@@" 299 "@@@STEP_LOG_END@json.output (invalid)@@@"
300 ] 300 ]
301 }, 301 },
302 { 302 {
303 "name": "$result", 303 "name": "$result",
304 "recipe_result": null, 304 "recipe_result": null,
305 "status_code": 0 305 "status_code": 0
306 } 306 }
307 ] 307 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Kitchen__kitchen_run_.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698