ci: Increase workspace volume size
All checks were successful
dustin/metricspi/pipeline/head This commit looks good
All checks were successful
dustin/metricspi/pipeline/head This commit looks good
The default volume size created by the `dynamicPVC` function is not sufficient to build the *metricspi* project.
This commit is contained in:
4
ci/Jenkinsfile
vendored
4
ci/Jenkinsfile
vendored
@@ -5,7 +5,9 @@ pipeline {
|
|||||||
kubernetes {
|
kubernetes {
|
||||||
yamlFile 'ci/podTemplate.yaml'
|
yamlFile 'ci/podTemplate.yaml'
|
||||||
defaultContainer 'buildroot'
|
defaultContainer 'buildroot'
|
||||||
workspaceVolume dynamicPVC()
|
workspaceVolume dynamicPVC(
|
||||||
|
requestsSize: '20Gi',
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user