diff options
author | Valerii Ponomarov <vponomar@redhat.com> | 2019-01-10 11:54:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit2@gerrit.host.prod.eng.bos.redhat.com> | 2019-01-10 11:54:06 +0000 |
commit | c2833bfc27a4377be678c3fd323193b64a0dc0bf (patch) | |
tree | 8ef878ed4040e4707b8137041123a84078a99457 /tests | |
parent | c3663d0f3445d6fc2e56f767dd1b31c8e94464cb (diff) | |
parent | 9592f7c1d065dc01badb2308383b515190ddfc02 (diff) |
Merge "Removed jenkins scaling code"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cns_tests_sample_config.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/cns_tests_sample_config.yml b/tests/cns_tests_sample_config.yml index 1bfcf8fb..138353b6 100644 --- a/tests/cns_tests_sample_config.yml +++ b/tests/cns_tests_sample_config.yml @@ -55,17 +55,3 @@ openshift: hacount: "3" chapauthenabled: "true" volumenameprefix: "autotests-block" - scale: - - type: jenkins - instances: 1 - namespace: "<fake-namespace-name>" - pod_parameters: - ENABLE_OAUTH: false - MEMORY_LIMIT: "<fake-memory-limit-size>Mi" - VOLUME_CAPACITY: "<fake-size-of-gluster-storage>Gi" - STORAGE_CLASS_NAME: "fake-name-of-storage-class" - JENKINS_IMAGE_STREAM_TAG: "jenkins:2" - load_parameters: - JOBS: 30 - ITERATIONS: 30 - EXECUTORS: 5 |