From 63bca139a16372012bf2da08c074a47db5f8a47d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20MERLE?= <95630726+smerle33@users.noreply.github.com> Date: Fri, 12 Apr 2024 17:10:08 +0200 Subject: [PATCH] chore(infra.ci): migrate to arm64 (#5126) * chore(infra.ci): migrate to arm64 * not list * Update config/jenkins_infra.ci.jenkins.io.yaml Co-authored-by: Damien Duportal * ensure datadog plugin uses 6.0.3 to avoid corrupting data --------- Co-authored-by: Damien Duportal --- config/jenkins_infra.ci.jenkins.io.yaml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/config/jenkins_infra.ci.jenkins.io.yaml b/config/jenkins_infra.ci.jenkins.io.yaml index ab0d488da..38f72938d 100644 --- a/config/jenkins_infra.ci.jenkins.io.yaml +++ b/config/jenkins_infra.ci.jenkins.io.yaml @@ -28,11 +28,25 @@ controller: supplementalGroups: [1000] image: repository: jenkinsciinfra/jenkins-weekly - tag: 1.37.0-2.453 + tag: 1.37.2-2.453 pullPolicy: IfNotPresent nodeSelector: kubernetes.io/os: linux - kubernetes.azure.com/agentpool: linuxpool + kubernetes.azure.com/agentpool: infracictrl + kubernetes.io/arch: arm64 + tolerations: + - key: "kubernetes.io/arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule" + - key: "jenkins" + operator: "Equal" + value: "infra.ci.jenkins.io" + effect: "NoSchedule" + - key: "jenkins-component" + operator: "Equal" + value: "controller" + effect: "NoSchedule" resources: limits: cpu: "2"