ci: Increase workspace volume size
dustin/metricspi/pipeline/head This commit looks good
Details
dustin/metricspi/pipeline/head This commit looks good
Details
The default volume size created by the `dynamicPVC` function is not sufficient to build the *metricspi* project.master
parent
e16987d66e
commit
61154fc740
|
@ -5,7 +5,9 @@ pipeline {
|
|||
kubernetes {
|
||||
yamlFile 'ci/podTemplate.yaml'
|
||||
defaultContainer 'buildroot'
|
||||
workspaceVolume dynamicPVC()
|
||||
workspaceVolume dynamicPVC(
|
||||
requestsSize: '20Gi',
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue