ci: Begin Jenkins build pipeline
All checks were successful
dustin/k8s-reboot-coordinator/pipeline/head This commit looks good
All checks were successful
dustin/k8s-reboot-coordinator/pipeline/head This commit looks good
Specifying these compute resources to ensure builds to not run on Raspberry Pi nodes, but instead trigger the autoscaler to launch an EC2 instance to run them.
This commit is contained in:
10
ci/Jenkinsfile
vendored
Normal file
10
ci/Jenkinsfile
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
@Library('containerimages')_
|
||||
buildContainerImage2(
|
||||
project: 'packages',
|
||||
archlist: ['amd64', 'arm64'],
|
||||
defaultBranch: 'master',
|
||||
resources: [
|
||||
cpu: 4,
|
||||
memory: '2Gi',
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user