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
4 changed files with 5 additions and 4 deletions

4
ci/Jenkinsfile vendored
View File

@ -5,7 +5,9 @@ pipeline {
kubernetes {
yamlFile 'ci/podTemplate.yaml'
defaultContainer 'buildroot'
workspaceVolume dynamicPVC()
workspaceVolume dynamicPVC(
requestsSize: '20Gi',
)
}
}

View File

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

View File

@ -1,2 +1 @@
sha256 256e1081e6dc9831af8a586cb33e46c3c7b9b9987ec6c1a0b5182b235520b285 victoriametrics-1.78.0.tar.gz
sha256 03a8ad761d6cac052a0b3e62f1642f5419aaa7fba131b002286beb745108bf9c victoriametrics-1.85.3.tar.gz

View File

@ -1,4 +1,4 @@
VICTORIAMETRICS_VERSION = 1.85.3
VICTORIAMETRICS_VERSION = 1.78.0
VICTORIAMETRICS_SITE = $(call github,VictoriaMetrics,VictoriaMetrics,v$(VICTORIAMETRICS_VERSION))
VICTORIAMETRICS_LICENSE = Apache-2.0
VICTORIAMETRICS_LICENSE_FILES = LICENSE