Commit 51d996e5 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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
parents 5b23de5b d36f7220
--- ---
images: images:
containervm-density1: density1:
image: "{{IMAGE}}" image: "{{IMAGE}}"
project: "{{IMAGE_PROJECT}}" project: "{{IMAGE_PROJECT}}"
metadata: "{{METADATA}}" metadata: "{{METADATA}}"
machine: n1-standard-1 machine: n1-standard-1
tests: tests:
- '.*create 35 pods with 0s? interval \[Benchmark\]' - '.*create 35 pods with 0s? interval \[Benchmark\]'
containervm-density2: density2:
image: "{{IMAGE}}" image: "{{IMAGE}}"
project: "{{IMAGE_PROJECT}}" project: "{{IMAGE_PROJECT}}"
metadata: "{{METADATA}}" metadata: "{{METADATA}}"
machine: n1-standard-1 machine: n1-standard-1
tests: tests:
- '.*create 105 pods with 0s? interval \[Benchmark\]' - '.*create 105 pods with 0s? interval \[Benchmark\]'
containervm-density3: density3:
image: "{{IMAGE}}" image: "{{IMAGE}}"
project: "{{IMAGE_PROJECT}}" project: "{{IMAGE_PROJECT}}"
metadata: "{{METADATA}}" metadata: "{{METADATA}}"
machine: n1-standard-2 machine: n1-standard-2
tests: tests:
- '.*create 105 pods with 0s? interval \[Benchmark\]' - '.*create 105 pods with 0s? interval \[Benchmark\]'
containervm-density4: density4:
image: "{{IMAGE}}" image: "{{IMAGE}}"
project: "{{IMAGE_PROJECT}}" project: "{{IMAGE_PROJECT}}"
metadata: "{{METADATA}}" metadata: "{{METADATA}}"
machine: n1-standard-1 machine: n1-standard-1
tests: tests:
- '.*create 35 pods with 100ms interval \[Benchmark\]' - '.*create 35 pods with 100ms interval \[Benchmark\]'
containervm-density5: density5:
image: "{{IMAGE}}" image: "{{IMAGE}}"
project: "{{IMAGE_PROJECT}}" project: "{{IMAGE_PROJECT}}"
metadata: "{{METADATA}}" metadata: "{{METADATA}}"
machine: n1-standard-1 machine: n1-standard-1
tests: tests:
- '.*create 105 pods with 100ms interval \[Benchmark\]' - '.*create 105 pods with 100ms interval \[Benchmark\]'
containervm-density6: density6:
image: "{{IMAGE}}" image: "{{IMAGE}}"
project: "{{IMAGE_PROJECT}}" project: "{{IMAGE_PROJECT}}"
metadata: "{{METADATA}}" metadata: "{{METADATA}}"
machine: n1-standard-2 machine: n1-standard-2
tests: tests:
- '.*create 105 pods with 100ms interval \[Benchmark\]' - '.*create 105 pods with 100ms interval \[Benchmark\]'
containervm-density7: density7:
image: "{{IMAGE}}" image: "{{IMAGE}}"
project: "{{IMAGE_PROJECT}}" project: "{{IMAGE_PROJECT}}"
metadata: "{{METADATA}}" metadata: "{{METADATA}}"
machine: n1-standard-1 machine: n1-standard-1
tests: tests:
- '.*create 105 pods with 300ms interval \[Benchmark\]' - '.*create 105 pods with 300ms interval \[Benchmark\]'
containervm-density8: density8:
image: "{{IMAGE}}" image: "{{IMAGE}}"
project: "{{IMAGE_PROJECT}}" project: "{{IMAGE_PROJECT}}"
metadata: "{{METADATA}}" metadata: "{{METADATA}}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment