Compare commits

...

2 Commits

Author SHA1 Message Date
Dustin 61154fc740 ci: Increase workspace volume size
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.
2022-12-21 11:05:19 -06:00
Dustin e16987d66e ci: Update build container image name
dustin/metricspi/pipeline/head This commit looks good Details
registry.pyrocufflink.blue is going away, and all the container images
hosted there are moving to Gitea.
2022-12-21 10:04:55 -06:00
2 changed files with 4 additions and 2 deletions

4
ci/Jenkinsfile vendored
View File

@ -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',
)
} }
} }

View File

@ -3,7 +3,7 @@ spec:
fsGroup: 1000 fsGroup: 1000
containers: containers:
- name: buildroot - name: buildroot
image: registry.pyrocufflink.blue/buildroot image: git.pyrocufflink.net/containerimages/buildroot
command: command:
- sleep - sleep
- infinity - infinity