ci: don't limit instance types
Some checks failed
ci/crow/manual/build/1 Pipeline failed
ci/crow/manual/build/10 Pipeline failed
ci/crow/manual/build/14 Pipeline failed
ci/crow/manual/build/3 Pipeline failed
ci/crow/manual/build/6 Pipeline failed
ci/crow/manual/build/9 Pipeline failed
ci/crow/manual/build/4 Pipeline failed
ci/crow/manual/build/7 Pipeline failed
ci/crow/manual/build/12 Pipeline failed
ci/crow/manual/build/11 Pipeline failed
ci/crow/manual/build/5 Pipeline failed
ci/crow/manual/build/8 Pipeline failed
ci/crow/manual/build/13 Pipeline failed
ci/crow/manual/build/2 Pipeline failed

This commit is contained in:
Patrick Schratz 2026-03-22 11:00:32 +01:00
commit 528708c087
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -7,52 +7,42 @@ matrix:
PLATFORM_ID: el9
ARCH: arm64
ARCH_ID: aarch64
INSTANCE_TYPE: cax31
- PLATFORM: rhel-9
PLATFORM_ID: el9
ARCH: amd64
ARCH_ID: x86_64
INSTANCE_TYPE: AX42
- PLATFORM: rhel-10
PLATFORM_ID: el10
ARCH: arm64
ARCH_ID: aarch64
INSTANCE_TYPE: cax31
- PLATFORM: rhel-10
PLATFORM_ID: el10
ARCH: amd64
ARCH_ID: x86_64
INSTANCE_TYPE: AX42
- PLATFORM: centos-8
PLATFORM_ID: el8
ARCH: arm64
ARCH_ID: aarch64
INSTANCE_TYPE: cax31
- PLATFORM: centos-8
PLATFORM_ID: el8
ARCH: amd64
ARCH_ID: x86_64
INSTANCE_TYPE: AX42
- PLATFORM: ubuntu-2204
PLATFORM_ID: 2204
ARCH: arm64
ARCH_ID: arm64
INSTANCE_TYPE: cax31
- PLATFORM: ubuntu-2204
PLATFORM_ID: 2204
ARCH: amd64
ARCH_ID: amd64
INSTANCE_TYPE: AX42
- PLATFORM: ubuntu-2404
PLATFORM_ID: 2404
ARCH: arm64
ARCH_ID: arm64
INSTANCE_TYPE: cax31
- PLATFORM: ubuntu-2404
PLATFORM_ID: 2404
ARCH: amd64
ARCH_ID: amd64
INSTANCE_TYPE: AX42
# - PLATFORM: alpine-320
# PLATFORM_ID: alpine320
# ARCH: arm64
@ -62,22 +52,18 @@ matrix:
PLATFORM_ID: alpine323
ARCH: arm64
ARCH_ID: aarch64
INSTANCE_TYPE: cax31
- PLATFORM: alpine-323
PLATFORM_ID: alpine323
ARCH: amd64
ARCH_ID: x86_64
INSTANCE_TYPE: AX42
- PLATFORM: alpine-322
PLATFORM_ID: alpine322
ARCH: arm64
ARCH_ID: aarch64
INSTANCE_TYPE: cax31
- PLATFORM: alpine-322
PLATFORM_ID: alpine322
ARCH: amd64
ARCH_ID: x86_64
INSTANCE_TYPE: AX42
steps:
# Ensures that we're always using the latest available upstream build chain
@ -111,7 +97,6 @@ steps:
cpu: 500m
nodeSelector:
kubernetes.io/arch: "${ARCH}"
node.kubernetes.io/instance-type: "${INSTANCE_TYPE}"
tolerations:
- key: "CI"
operator: "Equal"
@ -138,7 +123,6 @@ steps:
kubernetes:
nodeSelector:
kubernetes.io/arch: "${ARCH}"
node.kubernetes.io/instance-type: "${INSTANCE_TYPE}"
tolerations:
- key: "CI"
operator: "Equal"
@ -169,7 +153,6 @@ steps:
cpu: 4000m
nodeSelector:
kubernetes.io/arch: "${ARCH}"
node.kubernetes.io/instance-type: "${INSTANCE_TYPE}"
tolerations:
- key: "CI"
operator: "Equal"
@ -206,7 +189,6 @@ steps:
cpu: 1000m
nodeSelector:
kubernetes.io/arch: "${ARCH}"
node.kubernetes.io/instance-type: "${INSTANCE_TYPE}"
tolerations:
- key: "CI"
operator: "Equal"
@ -230,7 +212,6 @@ services:
kubernetes:
nodeSelector:
kubernetes.io/arch: "${ARCH}"
node.kubernetes.io/instance-type: "${INSTANCE_TYPE}"
tolerations:
- key: "CI"
operator: "Equal"