infra_paths module: swarmbucket config
add infra_swarmbucket config for infra_paths module to override git_cache. The value of path_config property value will be specified by kitchen. This will still delete cache every time. The goal of this change is to fix build.git swarmbucket builds. TBR=dnj@chromium.org BUG= Review-Url: https://codereview.chromium.org/2176913002changes/90/365990/1
parent
b96f2d5b1d
commit
248331450c
@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"cmd": [],
|
||||
"name": "show cache path",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@[CACHE]@@@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "$result",
|
||||
"recipe_result": null,
|
||||
"status_code": 0
|
||||
}
|
||||
]
|
||||
@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"cmd": [],
|
||||
"name": "show cache path",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@[CACHE]@@@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "$result",
|
||||
"recipe_result": null,
|
||||
"status_code": 0
|
||||
}
|
||||
]
|
||||
@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"cmd": [],
|
||||
"name": "show cache path",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@[CACHE]@@@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "$result",
|
||||
"recipe_result": null,
|
||||
"status_code": 0
|
||||
}
|
||||
]
|
||||
Loading…
Reference in New Issue