use nodeSelector to fix CI
This commit is contained in:
parent
452851302a
commit
21a9adff55
1 changed files with 7 additions and 61 deletions
|
|
@ -55,17 +55,8 @@ steps:
|
|||
limits:
|
||||
memory: 14Gi
|
||||
cpu: 3000m
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
- key: node.kubernetes.io/instance-type
|
||||
operator: In
|
||||
values:
|
||||
- cax31
|
||||
- cax41
|
||||
nodeSelector:
|
||||
node.kubernetes.io/instance-type: cax31
|
||||
kubernetes.io/arch: arm64
|
||||
tolerations:
|
||||
- key: 'CI'
|
||||
|
|
|
|||
Loading…
Reference in a new issue