ci: Request 1.5 CPUs for each container
All checks were successful
dustin/sshca-cli/pipeline/head This commit looks good

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.
This commit is contained in:
2023-12-29 11:36:58 -06:00
parent 7f51ae919f
commit a754e47b0d

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