ci(bstein-home): relax agent placement
This commit is contained in:
parent
1c9d362403
commit
7327998738
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -10,7 +10,6 @@ metadata:
|
|||||||
app: bstein-dev-home
|
app: bstein-dev-home
|
||||||
spec:
|
spec:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
hardware: rpi5
|
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
node-role.kubernetes.io/worker: "true"
|
node-role.kubernetes.io/worker: "true"
|
||||||
affinity:
|
affinity:
|
||||||
@ -22,6 +21,7 @@ spec:
|
|||||||
operator: NotIn
|
operator: NotIn
|
||||||
values:
|
values:
|
||||||
- titan-06
|
- titan-06
|
||||||
|
- titan-14
|
||||||
preferredDuringSchedulingIgnoredDuringExecution:
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
- weight: 100
|
- weight: 100
|
||||||
preference:
|
preference:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user