From 7151ff8d5cd36d365ca135a7e3de4e328f6baa13 Mon Sep 17 00:00:00 2001 From: Danielle Lancashire Date: Wed, 20 Apr 2022 16:16:57 +0000 Subject: [PATCH] e2e_node: remove jenkins docker_validation --- .../docker_validation/perf-config.yaml | 58 ------------------- 1 file changed, 58 deletions(-) delete mode 100644 test/e2e_node/jenkins/docker_validation/perf-config.yaml diff --git a/test/e2e_node/jenkins/docker_validation/perf-config.yaml b/test/e2e_node/jenkins/docker_validation/perf-config.yaml deleted file mode 100644 index 91fa65d2d95..00000000000 --- a/test/e2e_node/jenkins/docker_validation/perf-config.yaml +++ /dev/null @@ -1,58 +0,0 @@ ---- -images: - density1: - image: "{{IMAGE}}" - project: "{{IMAGE_PROJECT}}" - metadata: "{{METADATA}}" - machine: n1-standard-1 - tests: - - '.*create 35 pods with 0s? interval \[Benchmark\]' - density2: - image: "{{IMAGE}}" - project: "{{IMAGE_PROJECT}}" - metadata: "{{METADATA}}" - machine: n1-standard-1 - tests: - - '.*create 105 pods with 0s? interval \[Benchmark\]' - density3: - image: "{{IMAGE}}" - project: "{{IMAGE_PROJECT}}" - metadata: "{{METADATA}}" - machine: n1-standard-2 - tests: - - '.*create 105 pods with 0s? interval \[Benchmark\]' - density4: - image: "{{IMAGE}}" - project: "{{IMAGE_PROJECT}}" - metadata: "{{METADATA}}" - machine: n1-standard-1 - tests: - - '.*create 35 pods with 100ms interval \[Benchmark\]' - density5: - image: "{{IMAGE}}" - project: "{{IMAGE_PROJECT}}" - metadata: "{{METADATA}}" - machine: n1-standard-1 - tests: - - '.*create 105 pods with 100ms interval \[Benchmark\]' - density6: - image: "{{IMAGE}}" - project: "{{IMAGE_PROJECT}}" - metadata: "{{METADATA}}" - machine: n1-standard-2 - tests: - - '.*create 105 pods with 100ms interval \[Benchmark\]' - density7: - image: "{{IMAGE}}" - project: "{{IMAGE_PROJECT}}" - metadata: "{{METADATA}}" - machine: n1-standard-1 - tests: - - '.*create 105 pods with 300ms interval \[Benchmark\]' - density8: - image: "{{IMAGE}}" - project: "{{IMAGE_PROJECT}}" - metadata: "{{METADATA}}" - machine: n1-standard-2 - tests: - - '.*create 105 pods with 300ms interval \[Benchmark\]'