Commit Graph

5 Commits (master)

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 332e36a388 ci: Use a dynamic PVC for the workspace volume
dustin/metricspi/pipeline/head Something is wrong with the build of this commit Details
Using an actual persistent volume for the workspace ultimately doesn't
work with multibranch pipelines.  When a branch/PR goes away and the
corresponding Jenkins job is deleted, the workspace cannot be cleaned up
because it is not mounted anywhere.  As such, we will just use a dynamic
PVC to ensure that the workspace is always cleaned up and nothing gets
left behind.  This of course obviates the need for the `Clean`
parameter.
2022-12-21 09:56:11 -06:00
Dustin 06b04abf47 ci: Switch to K8s build agent
dustin/metricspi/pipeline/pr-master This commit looks good Details
dustin/metricspi/pipeline/head Something is wrong with the build of this commit Details
2022-08-29 11:30:41 -05:00
Dustin a767ed66a5 ci: Build package 2022-06-22 21:13:24 -05:00
Dustin 6176e86eff ci: Add CI pipeline
dustin/metricspi/pipeline/head This commit looks good Details
2022-06-22 17:11:55 -05:00