Merge pull request #803 from ZhifengZhang-CN/master

Add Test Framework resource limit on Jenkins CI
pull/820/head
quicksilver 2019-12-21 11:48:39 +08:00 committed by GitHub
commit 7572329c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 4 deletions

View File

@ -24,7 +24,7 @@ spec:
resources:
limits:
memory: "12Gi"
cpu: "8.0"
cpu: "4.0"
requests:
memory: "8Gi"
cpu: "4.0"

View File

@ -24,7 +24,7 @@ spec:
resources:
limits:
memory: "12Gi"
cpu: "8.0"
cpu: "4.0"
requests:
memory: "8Gi"
cpu: "4.0"

View File

@ -24,7 +24,7 @@ spec:
resources:
limits:
memory: "12Gi"
cpu: "8.0"
cpu: "4.0"
nvidia.com/gpu: 1
requests:
memory: "8Gi"

View File

@ -24,7 +24,7 @@ spec:
resources:
limits:
memory: "12Gi"
cpu: "8.0"
cpu: "4.0"
nvidia.com/gpu: 1
requests:
memory: "8Gi"

View File

@ -11,6 +11,13 @@ spec:
command:
- cat
tty: true
resources:
limits:
memory: "8Gi"
cpu: "4.0"
requests:
memory: "4Gi"
cpu: "2.0"
volumeMounts:
- name: kubeconf
mountPath: /root/.kube/