summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2018-09-20 17:34:10 +0000
committerGerrit Code Review <gerrit2@gerrit.host.prod.eng.bos.redhat.com>2018-09-20 17:34:10 +0000
commit3dcbf6beaf10f861500fd6a1b7cef67f2b4b9da7 (patch)
tree46f5d013bf1fce1c8c9672d664129e63bccc8abf /tests
parentbe3ad8a8a8ebc9b5d534dc3ca8be537a77e1b1e0 (diff)
parentfb9f48770333d0cd5b881e8e441153ac4da90101 (diff)
Merge "Added library for scalling jenkins"
Diffstat (limited to 'tests')
-rw-r--r--tests/cns_tests_sample_config.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/cns_tests_sample_config.yml b/tests/cns_tests_sample_config.yml
index 52612a96..ce22ac59 100644
--- a/tests/cns_tests_sample_config.yml
+++ b/tests/cns_tests_sample_config.yml
@@ -128,3 +128,17 @@ cns:
app_pvc_count_dict:
nginx: 2
+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