Skip to content

Commit 1fdd123

Browse files
[CI] Change Sysctl Daemonset Selectors/Taints
Without tolerating taints we won't actually schedule any pods onto the relevant nodes. This patch just makes everything match the libcxx runner values whicha are known to work.
1 parent 817d047 commit 1fdd123

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

premerge/sysctl_daemonset.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ spec:
1414
labels:
1515
name: sysctl-config
1616
spec:
17+
tolerations:
18+
- key: "premerge-platform-libcxx"
19+
operator: "Equal"
20+
value: "linux-libcxx"
21+
effect: "NoSchedule"
1722
nodeSelector:
18-
cloud.google.com/gke-nodepool: llvm-premerge-libcxx
23+
premerge-platform-libcxx: linux-libcxx
1924
containers:
2025
- name: sysctl-configure-init
2126
image: alpine

0 commit comments

Comments
 (0)