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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Kitchen__kitchen_run_.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
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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "[SLAVE_BUILD]/src/tools/mb/mb.py", 251 "[SLAVE_BUILD]/src/tools/mb/mb.py",
252 "gen", 252 "gen",
253 "-m", 253 "-m",
254 "chromium.fyi", 254 "chromium.fyi",
255 "-b", 255 "-b",
256 "Linux Kitchen (kitchen_run)", 256 "Linux Kitchen (kitchen_run)",
257 "--config-file", 257 "--config-file",
258 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 258 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
259 "--goma-dir", 259 "--goma-dir",
260 "[CACHE]/cipd/goma", 260 "[CACHE]/cipd/goma",
261 "[SLAVE_BUILD]/src/out/Linux Kitchen (kitchen_run)/Release" 261 "[SLAVE_BUILD]/src/out/Linux_Kitchen__kitchen_run_/Release"
262 ], 262 ],
263 "env": { 263 "env": {
264 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 264 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
265 }, 265 },
266 "name": "generate_build_files" 266 "name": "generate_build_files"
267 }, 267 },
268 { 268 {
269 "cmd": [ 269 "cmd": [
270 "python", 270 "python",
271 "-u", 271 "-u",
(...skipping 15 matching lines...) Expand all
287 "ninja", 287 "ninja",
288 "--build-data-dir", 288 "--build-data-dir",
289 "[ROOT]/build_data_dir", 289 "[ROOT]/build_data_dir",
290 "--compiler", 290 "--compiler",
291 "goma", 291 "goma",
292 "--goma-jsonstatus", 292 "--goma-jsonstatus",
293 "/path/to/tmp/json", 293 "/path/to/tmp/json",
294 "--goma-service-account-json-file", 294 "--goma-service-account-json-file",
295 "/creds/service_accounts/service-account-goma-client.json", 295 "/creds/service_accounts/service-account-goma-client.json",
296 "--target-output-dir", 296 "--target-output-dir",
297 "[SLAVE_BUILD]/src/out/Linux Kitchen (kitchen_run)/Release", 297 "[SLAVE_BUILD]/src/out/Linux_Kitchen__kitchen_run_/Release",
298 "--goma-dir", 298 "--goma-dir",
299 "[CACHE]/cipd/goma", 299 "[CACHE]/cipd/goma",
300 "--ninja-ensure-up-to-date", 300 "--ninja-ensure-up-to-date",
301 "--", 301 "--",
302 "all" 302 "all"
303 ], 303 ],
304 "env": { 304 "env": {
305 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 305 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
306 }, 306 },
307 "name": "compile", 307 "name": "compile",
308 "~followup_annotations": [ 308 "~followup_annotations": [
309 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 309 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
310 "@@@STEP_LOG_END@json.output (invalid)@@@" 310 "@@@STEP_LOG_END@json.output (invalid)@@@"
311 ] 311 ]
312 }, 312 },
313 { 313 {
314 "name": "$result", 314 "name": "$result",
315 "recipe_result": null, 315 "recipe_result": null,
316 "status_code": 0 316 "status_code": 0
317 } 317 }
318 ] 318 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium/api.py ('k') | scripts/slave/recipes/chromium.expected/kitchen_path_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698