diff --git a/config/jenkinsio.yaml b/config/jenkinsio.yaml index 7cda0ed8e5..f646fcbe82 100644 --- a/config/jenkinsio.yaml +++ b/config/jenkinsio.yaml @@ -71,4 +71,10 @@ zhHtmlVolume: forceJenkinsIoHost: true nodeSelector: - agentpool: x86medium + kubernetes.io/arch: arm64 + +tolerations: + - key: "kubernetes.io/arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule"