Skip to content

Commit

Permalink
chore(tikv): reduce cpu request to 6 core on tikv ut (#2922)
Browse files Browse the repository at this point in the history
reduce cpu request to 6 core on tikv new ut

Signed-off-by: purelind <purelind@gmail.com>
  • Loading branch information
purelind committed Apr 17, 2024
1 parent e6b6ea0 commit 60ad816
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pipelines/tikv/tikv/release-6.5/pod-pull_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
resources:
requests:
memory: 32Gi
cpu: "16"
cpu: "6"
securityContext:
privileged: true
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/tikv/tikv/release-7.1/pod-pull_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
resources:
requests:
memory: 32Gi
cpu: "16"
cpu: "6"
securityContext:
privileged: true
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/tikv/tikv/release-7.5/pod-pull_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
resources:
requests:
memory: 32Gi
cpu: "16"
cpu: "6"
securityContext:
privileged: true
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/tikv/tikv/release-8.1/pod-pull_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
resources:
requests:
memory: 32Gi
cpu: "16"
cpu: "6"
securityContext:
privileged: true
volumeMounts:
Expand Down

0 comments on commit 60ad816

Please sign in to comment.