ci: Request 1.5 CPUs for each container
dustin/sshca-cli/pipeline/head This commit looks good Details

The cloud aarch64 build machine does not have enough resources to build
multiple versions at once.  Requesting multiple CPUs ensures that only
one build pod is scheduled at a time.  Since the node has 2 CPUs and
240m CPUs are taken by Longhorn, if we request 1500m CPUs, builds will
run sequentially.
dev/auto-reload
Dustin 2023-12-29 11:36:58 -06:00
parent 7f51ae919f
commit a754e47b0d
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ spec:
- cat
stdin: true
tty: true
resources:
requests:
cpu: 1500m
volumeMounts:
- mountPath: /etc/ssh/ssh_known_hosts
name: ssh-known-hosts