diff options
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 |