Skip to content

Commit

Permalink
chore(infra.ci): migrate to arm64 (#5126)
Browse files Browse the repository at this point in the history
* chore(infra.ci): migrate to arm64

* not list

* Update config/jenkins_infra.ci.jenkins.io.yaml

Co-authored-by: Damien Duportal <[email protected]>

* ensure datadog plugin uses 6.0.3 to avoid corrupting data

---------

Co-authored-by: Damien Duportal <[email protected]>
  • Loading branch information
smerle33 and dduportal authored Apr 12, 2024
1 parent d71201e commit 63bca13
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions config/jenkins_infra.ci.jenkins.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 63bca13

Please sign in to comment.