mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add CI-Mode to separate nightly & pr and add mount ci-logs back (#14897)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/14927/head
parent
a40c5224bd
commit
3683685e70
|
@ -23,8 +23,8 @@ spec:
|
||||||
cpu: "6"
|
cpu: "6"
|
||||||
memory: 12Gi
|
memory: 12Gi
|
||||||
requests:
|
requests:
|
||||||
cpu: "2"
|
cpu: "0.5"
|
||||||
memory: 10Gi
|
memory: 5Gi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /docker-graph
|
- mountPath: /docker-graph
|
||||||
name: docker-graph
|
name: docker-graph
|
||||||
|
@ -47,8 +47,11 @@ spec:
|
||||||
cpu: "6"
|
cpu: "6"
|
||||||
memory: 12Gi
|
memory: 12Gi
|
||||||
requests:
|
requests:
|
||||||
cpu: "2"
|
cpu: "0.5"
|
||||||
memory: 10Gi
|
memory: 5Gi
|
||||||
|
volumeMounts:
|
||||||
|
- mountPath: /ci-logs
|
||||||
|
name: ci-logs
|
||||||
volumes:
|
volumes:
|
||||||
- emptyDir: {}
|
- emptyDir: {}
|
||||||
name: docker-graph
|
name: docker-graph
|
||||||
|
|
Loading…
Reference in New Issue