mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
Merge pull request #32003 from Random-Liu/change-docker-validation-config-file
Automatic merge from submit-queue Automated Docker Validation: Change wrong name in perf config. The config key `containervm-density*` is improper, remove it. /cc @coufon
This commit is contained in:
@@ -1,55 +1,55 @@
|
||||
---
|
||||
images:
|
||||
containervm-density1:
|
||||
density1:
|
||||
image: "{{IMAGE}}"
|
||||
project: "{{IMAGE_PROJECT}}"
|
||||
metadata: "{{METADATA}}"
|
||||
machine: n1-standard-1
|
||||
tests:
|
||||
- '.*create 35 pods with 0s? interval \[Benchmark\]'
|
||||
containervm-density2:
|
||||
density2:
|
||||
image: "{{IMAGE}}"
|
||||
project: "{{IMAGE_PROJECT}}"
|
||||
metadata: "{{METADATA}}"
|
||||
machine: n1-standard-1
|
||||
tests:
|
||||
- '.*create 105 pods with 0s? interval \[Benchmark\]'
|
||||
containervm-density3:
|
||||
density3:
|
||||
image: "{{IMAGE}}"
|
||||
project: "{{IMAGE_PROJECT}}"
|
||||
metadata: "{{METADATA}}"
|
||||
machine: n1-standard-2
|
||||
tests:
|
||||
- '.*create 105 pods with 0s? interval \[Benchmark\]'
|
||||
containervm-density4:
|
||||
density4:
|
||||
image: "{{IMAGE}}"
|
||||
project: "{{IMAGE_PROJECT}}"
|
||||
metadata: "{{METADATA}}"
|
||||
machine: n1-standard-1
|
||||
tests:
|
||||
- '.*create 35 pods with 100ms interval \[Benchmark\]'
|
||||
containervm-density5:
|
||||
density5:
|
||||
image: "{{IMAGE}}"
|
||||
project: "{{IMAGE_PROJECT}}"
|
||||
metadata: "{{METADATA}}"
|
||||
machine: n1-standard-1
|
||||
tests:
|
||||
- '.*create 105 pods with 100ms interval \[Benchmark\]'
|
||||
containervm-density6:
|
||||
density6:
|
||||
image: "{{IMAGE}}"
|
||||
project: "{{IMAGE_PROJECT}}"
|
||||
metadata: "{{METADATA}}"
|
||||
machine: n1-standard-2
|
||||
tests:
|
||||
- '.*create 105 pods with 100ms interval \[Benchmark\]'
|
||||
containervm-density7:
|
||||
density7:
|
||||
image: "{{IMAGE}}"
|
||||
project: "{{IMAGE_PROJECT}}"
|
||||
metadata: "{{METADATA}}"
|
||||
machine: n1-standard-1
|
||||
tests:
|
||||
- '.*create 105 pods with 300ms interval \[Benchmark\]'
|
||||
containervm-density8:
|
||||
density8:
|
||||
image: "{{IMAGE}}"
|
||||
project: "{{IMAGE_PROJECT}}"
|
||||
metadata: "{{METADATA}}"
|
||||
|
Reference in New Issue
Block a user