Skip to content

Commit 4d741aa

Browse files
authored
feat(jenkins.io): migrate to arm64 nodepool
as per jenkins-infra/helpdesk#3619 (comment)
1 parent 774040c commit 4d741aa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

config/jenkinsio.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,10 @@ zhHtmlVolume:
7171
forceJenkinsIoHost: true
7272

7373
nodeSelector:
74-
agentpool: x86medium
74+
kubernetes.io/arch: arm64
75+
76+
tolerations:
77+
- key: "kubernetes.io/arch"
78+
operator: "Equal"
79+
value: "arm64"
80+
effect: "NoSchedule"

0 commit comments

Comments
 (0)