ci: Begin Jenkins build pipeline
dustin/k8s-reboot-coordinator/pipeline/head This commit looks good
Details
dustin/k8s-reboot-coordinator/pipeline/head This commit looks good
Details
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.master
parent
0f57f2c582
commit
2596864c8c
|
@ -0,0 +1,10 @@
|
|||
@Library('containerimages')_
|
||||
buildContainerImage2(
|
||||
project: 'packages',
|
||||
archlist: ['amd64', 'arm64'],
|
||||
defaultBranch: 'master',
|
||||
resources: [
|
||||
cpu: 4,
|
||||
memory: '2Gi',
|
||||
],
|
||||
)
|
Loading…
Reference in New Issue