Dmitrii Kabanov | b908f30 | 2017-08-11 00:21:59 -0700 | [diff] [blame] | 1 | parameters: |
Sam Stoelinga | 1539f3c | 2017-09-25 17:05:40 -0700 | [diff] [blame] | 2 | _param: |
| 3 | jenkins_salt_api_url: "http://${_param:salt_master_host}:6969" |
Oleksii Zhurba | c0af3f0 | 2018-06-14 13:47:54 -0500 | [diff] [blame] | 4 | cvp_sanity_default_repo: "https://github.com/Mirantis/cvp-sanity-checks" |
Dmitrii Kabanov | b908f30 | 2017-08-11 00:21:59 -0700 | [diff] [blame] | 5 | jenkins: |
| 6 | client: |
| 7 | view: |
| 8 | Validation: |
| 9 | enabled: true |
| 10 | type: ListView |
| 11 | include_regex: "validate.*" |
| 12 | job: |
| 13 | validate_openstack: |
| 14 | type: workflow-scm |
| 15 | name: validate-openstack |
| 16 | display_name: "Validate - Openstack" |
| 17 | discard: |
| 18 | build: |
Jakub Josef | 1a82896 | 2018-01-23 12:33:34 +0100 | [diff] [blame] | 19 | keep_num: 50 |
Dmitrii Kabanov | b908f30 | 2017-08-11 00:21:59 -0700 | [diff] [blame] | 20 | artifact: |
Jakub Josef | 1a82896 | 2018-01-23 12:33:34 +0100 | [diff] [blame] | 21 | keep_num: 50 |
Dmitrii Kabanov | b908f30 | 2017-08-11 00:21:59 -0700 | [diff] [blame] | 22 | concurrent: false |
| 23 | scm: |
| 24 | type: git |
| 25 | url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" |
Jakub Josef | 7938b53 | 2017-12-12 18:02:03 +0100 | [diff] [blame] | 26 | branch: "${_param:jenkins_pipelines_branch}" |
Dmitrii Kabanov | b908f30 | 2017-08-11 00:21:59 -0700 | [diff] [blame] | 27 | credentials: "gerrit" |
| 28 | script: validate-cloud.groovy |
Dmitrii Kabanov | b908f30 | 2017-08-11 00:21:59 -0700 | [diff] [blame] | 29 | param: |
| 30 | SALT_MASTER_URL: |
| 31 | type: string |
Sam Stoelinga | 1539f3c | 2017-09-25 17:05:40 -0700 | [diff] [blame] | 32 | default: "${_param:jenkins_salt_api_url}" |
| 33 | description: Full Salt API address [e.g. https://10.10.10.2:6969] |
Dmitrii Kabanov | b908f30 | 2017-08-11 00:21:59 -0700 | [diff] [blame] | 34 | SALT_MASTER_CREDENTIALS: |
| 35 | type: string |
| 36 | default: "salt" |
Tetiana Korchak | d644b35 | 2017-08-25 10:30:57 -0700 | [diff] [blame] | 37 | description: Credentials to the Salt API |
Dmitrii Kabanov | b908f30 | 2017-08-11 00:21:59 -0700 | [diff] [blame] | 38 | TEST_IMAGE: |
| 39 | type: string |
| 40 | default: "docker-prod-local.artifactory.mirantis.com/mirantis/oss/qa-tools" |
Tetiana Korchak | d644b35 | 2017-08-25 10:30:57 -0700 | [diff] [blame] | 41 | description: Docker image to setup testing environment |
Dmitrii Kabanov | b908f30 | 2017-08-11 00:21:59 -0700 | [diff] [blame] | 42 | TARGET_NODE: |
| 43 | type: string |
| 44 | default: "" |
Tetiana Korchak | d644b35 | 2017-08-25 10:30:57 -0700 | [diff] [blame] | 45 | description: Target node where this job will be executed from |
Dmitrii Kabanov | b908f30 | 2017-08-11 00:21:59 -0700 | [diff] [blame] | 46 | RUN_RALLY_TESTS: |
| 47 | type: boolean |
| 48 | default: 'true' |
Tetiana Korchak | d644b35 | 2017-08-25 10:30:57 -0700 | [diff] [blame] | 49 | description: If chosen then Rally tests will be executed |
Dmitrii Kabanov | b908f30 | 2017-08-11 00:21:59 -0700 | [diff] [blame] | 50 | RUN_TEMPEST_TESTS: |
| 51 | type: boolean |
| 52 | default: 'true' |
Tetiana Korchak | d644b35 | 2017-08-25 10:30:57 -0700 | [diff] [blame] | 53 | description: If chosen then Tempest tests will be executed |
Dmitrii Kabanov | 58bd85e | 2017-08-14 16:37:39 -0700 | [diff] [blame] | 54 | RUN_K8S_TESTS: |
| 55 | type: boolean |
| 56 | default: 'true' |
Tetiana Korchak | d644b35 | 2017-08-25 10:30:57 -0700 | [diff] [blame] | 57 | description: If chosen then K8S tests will be executed |
Dmitrii Kabanov | b908f30 | 2017-08-11 00:21:59 -0700 | [diff] [blame] | 58 | TEMPEST_TEST_SET: |
| 59 | type: choice |
| 60 | choices: |
| 61 | - smoke |
| 62 | - full |
Tetiana Korchak | d644b35 | 2017-08-25 10:30:57 -0700 | [diff] [blame] | 63 | description: Set of Tempest tests to run |
Dmitrii Kabanov | 263cd8a | 2017-11-10 00:42:22 -0800 | [diff] [blame] | 64 | TEMPEST_CONFIG_REPO: |
| 65 | type: string |
| 66 | default: "" |
| 67 | description: Git repository with configuration files for Tempest |
| 68 | TEMPEST_CONFIG_BRANCH: |
| 69 | type: string |
| 70 | default: "" |
| 71 | description: Git branch which will be used during the checkout |
| 72 | TEMPEST_REPO: |
| 73 | type: string |
| 74 | default: "" |
| 75 | description: Git repository with Tempest |
| 76 | TEMPEST_VERSION: |
| 77 | type: string |
| 78 | default: "" |
| 79 | description: Version of Tempest (tag, branch or commit) |
Tetiana Korchak | d644b35 | 2017-08-25 10:30:57 -0700 | [diff] [blame] | 80 | TEST_K8S_NODE: |
| 81 | type: string |
| 82 | default: "" |
| 83 | description: Kubernetes node to run tests from |
Dmitrii Kabanov | 58bd85e | 2017-08-14 16:37:39 -0700 | [diff] [blame] | 84 | TEST_K8S_API_SERVER: |
| 85 | type: string |
| 86 | default: "http://127.0.0.1:8080" |
Tetiana Korchak | d644b35 | 2017-08-25 10:30:57 -0700 | [diff] [blame] | 87 | description: API server parameter for K8S tests |
Dmitrii Kabanov | 58bd85e | 2017-08-14 16:37:39 -0700 | [diff] [blame] | 88 | TEST_K8S_CONFORMANCE_IMAGE: |
| 89 | type: string |
vrovachev | 7e70980 | 2017-09-15 20:04:26 +0400 | [diff] [blame] | 90 | default: "docker-dev-virtual.docker.mirantis.net/mirantis/kubernetes/k8s-conformance:v1.7.5-2_1504192939316" |
Tetiana Korchak | d644b35 | 2017-08-25 10:30:57 -0700 | [diff] [blame] | 91 | description: Docker image to run K8S tests |
Dmitrii Kabanov | a2ff9b2 | 2017-08-30 15:47:20 -0700 | [diff] [blame] | 92 | RUN_SPT_TESTS: |
| 93 | type: boolean |
| 94 | default: 'true' |
Tetiana Korchak | d644b35 | 2017-08-25 10:30:57 -0700 | [diff] [blame] | 95 | description: If chosen then SPT tests will be executed |
Dmitrii Kabanov | a2ff9b2 | 2017-08-30 15:47:20 -0700 | [diff] [blame] | 96 | SPT_SSH_USER: |
| 97 | type: string |
| 98 | default: "root" |
Tetiana Korchak | d644b35 | 2017-08-25 10:30:57 -0700 | [diff] [blame] | 99 | description: Username that is used to ssh between cluster nodes |
Dmitrii Kabanov | f984ed4 | 2017-09-29 10:32:35 -0700 | [diff] [blame] | 100 | FLOATING_NETWORK: |
Dmitrii Kabanov | a2ff9b2 | 2017-08-30 15:47:20 -0700 | [diff] [blame] | 101 | type: string |
| 102 | default: "" |
Tetiana Korchak | d644b35 | 2017-08-25 10:30:57 -0700 | [diff] [blame] | 103 | description: External(floating) network name (used in both SPT and Rally) |
Dmitrii Kabanov | a2ff9b2 | 2017-08-30 15:47:20 -0700 | [diff] [blame] | 104 | SPT_IMAGE: |
| 105 | type: string |
| 106 | default: "" |
Tetiana Korchak | d644b35 | 2017-08-25 10:30:57 -0700 | [diff] [blame] | 107 | description: Image that is used for network-VM-to-VM-iperf-tests tests |
Dmitrii Kabanov | f984ed4 | 2017-09-29 10:32:35 -0700 | [diff] [blame] | 108 | SPT_IMAGE_USER: |
Dmitrii Kabanov | a2ff9b2 | 2017-08-30 15:47:20 -0700 | [diff] [blame] | 109 | type: string |
| 110 | default: "" |
Tetiana Korchak | d644b35 | 2017-08-25 10:30:57 -0700 | [diff] [blame] | 111 | description: Username that is used to ssh to SPT_IMAGE |
Dmitrii Kabanov | a2ff9b2 | 2017-08-30 15:47:20 -0700 | [diff] [blame] | 112 | SPT_FLAVOR: |
| 113 | type: string |
| 114 | default: "" |
Tetiana Korchak | d644b35 | 2017-08-25 10:30:57 -0700 | [diff] [blame] | 115 | description: Flavor name for SPT_IMAGE (make sure you have required flavor created) |
Dmitrii Kabanov | f984ed4 | 2017-09-29 10:32:35 -0700 | [diff] [blame] | 116 | RALLY_IMAGE: |
| 117 | type: string |
| 118 | default: "cirros" |
| 119 | RALLY_FLAVOR: |
| 120 | type: string |
| 121 | default: "m1.tiny" |
Tetiana Korchak | d644b35 | 2017-08-25 10:30:57 -0700 | [diff] [blame] | 122 | description: Flavor name for Rally scenarios |
Dmitrii Kabanov | 263cd8a | 2017-11-10 00:42:22 -0800 | [diff] [blame] | 123 | RALLY_CONFIG_REPO: |
| 124 | type: string |
| 125 | default: "" |
| 126 | description: Git repository with configuration files for Rally |
| 127 | RALLY_CONFIG_BRANCH: |
| 128 | type: string |
| 129 | default: "" |
| 130 | description: Git branch which will be used during the checkout |
Sergey Galkin | 4263930 | 2017-12-01 16:27:30 +0400 | [diff] [blame] | 131 | RALLY_SCENARIOS: |
| 132 | type: string |
| 133 | default: "" |
| 134 | description: Rally scenarios directory or file with scenarios |
| 135 | RALLY_TASK_ARGS_FILE: |
| 136 | type: string |
| 137 | default: "" |
| 138 | description: Rally scenarios arguments file |
Tetiana Korchak | d644b35 | 2017-08-25 10:30:57 -0700 | [diff] [blame] | 139 | AVAILABILITY_ZONE: |
| 140 | type: string |
| 141 | default: "nova" |
| 142 | description: Name of availability zone |
| 143 | GENERATE_REPORT: |
| 144 | type: boolean |
| 145 | default: 'true' |
| 146 | description: If chosen then at the end of the test run HTML report will be generated |
| 147 | ACCUMULATE_RESULTS: |
| 148 | type: boolean |
| 149 | default: 'true' |
| 150 | description: If chosen then previous build results will be used in the current build |
Oleksii Zhurba | d97ac81 | 2017-10-05 14:18:50 -0500 | [diff] [blame] | 151 | cvp-sanity: |
| 152 | type: workflow-scm |
Oleksii Zhurba | 0707605 | 2017-11-08 12:59:25 -0600 | [diff] [blame] | 153 | name: cvp-sanity |
Oleksii Zhurba | d97ac81 | 2017-10-05 14:18:50 -0500 | [diff] [blame] | 154 | display_name: "CVP - Sanity checks" |
| 155 | discard: |
| 156 | build: |
| 157 | keep_num: 20 |
| 158 | artifact: |
| 159 | keep_num: 20 |
| 160 | concurrent: false |
| 161 | scm: |
| 162 | type: git |
| 163 | url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" |
Jakub Josef | 7938b53 | 2017-12-12 18:02:03 +0100 | [diff] [blame] | 164 | branch: "${_param:jenkins_pipelines_branch}" |
Oleksii Zhurba | d97ac81 | 2017-10-05 14:18:50 -0500 | [diff] [blame] | 165 | credentials: "gerrit" |
Oleksii Zhurba | c0af3f0 | 2018-06-14 13:47:54 -0500 | [diff] [blame] | 166 | script: cvp-runner.groovy |
Oleksii Zhurba | d97ac81 | 2017-10-05 14:18:50 -0500 | [diff] [blame] | 167 | param: |
| 168 | SALT_MASTER_URL: |
| 169 | type: string |
Oleksii Zhurba | 0707605 | 2017-11-08 12:59:25 -0600 | [diff] [blame] | 170 | default: "${_param:jenkins_salt_api_url}" |
Oleksii Zhurba | d97ac81 | 2017-10-05 14:18:50 -0500 | [diff] [blame] | 171 | description: Full Salt API address [e.g. https://10.10.10.2:6969] |
| 172 | SALT_MASTER_CREDENTIALS: |
| 173 | type: string |
| 174 | default: "salt" |
Oleksii Zhurba | c0af3f0 | 2018-06-14 13:47:54 -0500 | [diff] [blame] | 175 | TESTS_REPO: |
Oleksii Zhurba | d97ac81 | 2017-10-05 14:18:50 -0500 | [diff] [blame] | 176 | type: string |
Oleksii Zhurba | c0af3f0 | 2018-06-14 13:47:54 -0500 | [diff] [blame] | 177 | default: "${_param:cvp_sanity_default_repo}" |
Oleksii Zhurba | d97ac81 | 2017-10-05 14:18:50 -0500 | [diff] [blame] | 178 | description: Url for cvp-sanity-checks |
Oleksii Zhurba | c0af3f0 | 2018-06-14 13:47:54 -0500 | [diff] [blame] | 179 | TESTS_SETTINGS: |
Oleksii Zhurba | 0707605 | 2017-11-08 12:59:25 -0600 | [diff] [blame] | 180 | type: string |
| 181 | default: "" |
| 182 | description: e.g. skipped_nodes=nal01.local.com,ntw01.local.com |
Oleksii Zhurba | c0af3f0 | 2018-06-14 13:47:54 -0500 | [diff] [blame] | 183 | TESTS_SET: |
Oleksii Zhurba | d97ac81 | 2017-10-05 14:18:50 -0500 | [diff] [blame] | 184 | type: string |
Oleksii Zhurba | c0af3f0 | 2018-06-14 13:47:54 -0500 | [diff] [blame] | 185 | default: "cvp-sanity-check/cvp_checks/tests/" |
Oleksii Zhurba | d97ac81 | 2017-10-05 14:18:50 -0500 | [diff] [blame] | 186 | description: Leave empty for full run or choose a file, e.g. test_mtu.py |
| 187 | PROXY: |
| 188 | type: string |
| 189 | default: "" |
| 190 | description: Proxy address to clone repo and install python requirements |
Oleksii Zhurba | 852a1fa | 2017-12-12 16:27:18 -0600 | [diff] [blame] | 191 | cvp-func: |
| 192 | type: workflow-scm |
| 193 | name: cvp-func |
| 194 | display_name: "CVP - Functional tests" |
| 195 | discard: |
| 196 | build: |
| 197 | keep_num: 20 |
| 198 | artifact: |
| 199 | keep_num: 20 |
| 200 | concurrent: false |
| 201 | scm: |
| 202 | type: git |
| 203 | url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" |
| 204 | credentials: "gerrit" |
| 205 | script: cvp-func.groovy |
| 206 | param: |
| 207 | DEBUG_MODE: |
| 208 | type: boolean |
| 209 | default: 'false' |
| 210 | description: Enable if you need to keep container after the test and debug |
| 211 | SKIP_LIST_PATH: |
| 212 | type: string |
| 213 | default: "cvp-configuration/tempest/skip-list.yaml" |
| 214 | description: Path to skip list in container |
| 215 | SALT_MASTER_URL: |
| 216 | type: string |
| 217 | default: "${_param:jenkins_salt_api_url}" |
| 218 | description: Full Salt API address [e.g. https://10.10.10.2:6969] |
| 219 | SALT_MASTER_CREDENTIALS: |
| 220 | type: string |
| 221 | default: "salt" |
| 222 | description: Credentials to the Salt API |
| 223 | TEST_IMAGE: |
| 224 | type: string |
| 225 | default: "xrally/xrally-openstack:0.9.1" |
| 226 | description: Docker image to use for running Rally/Tempest |
| 227 | TARGET_NODE: |
| 228 | type: string |
| 229 | default: "${_param:cicd_control_node03_hostname}.${_param:cluster_domain}" |
| 230 | description: Node where container with Tempest will be run |
| 231 | PROXY: |
| 232 | type: string |
| 233 | default: "" |
| 234 | description: Proxy address to clone repo and install python requirements |
| 235 | TEMPEST_TEST_PATTERN: |
| 236 | type: string |
| 237 | default: "set=smoke" |
Oleksii Zhurba | 7bb2276 | 2018-03-21 15:52:38 -0500 | [diff] [blame] | 238 | description: Use set=smoke (or identity,full...) or just test name |
Oleksii Zhurba | 852a1fa | 2017-12-12 16:27:18 -0600 | [diff] [blame] | 239 | TEMPEST_ENDPOINT_TYPE: |
| 240 | type: choice |
| 241 | choices: |
| 242 | - internalURL |
| 243 | - adminURL |
| 244 | - publicURL |
| 245 | description: Openstack endpoint type to use during test run |
| 246 | TEMPEST_REPO: |
| 247 | type: string |
| 248 | default: "https://github.com/openstack/tempest" |
| 249 | description: URL to Tempest repo (local or remote) or path to tempest folder in container |
| 250 | TOOLS_REPO: |
| 251 | type: string |
| 252 | default: "https://github.com/Mirantis/cvp-configuration" |
| 253 | description: URL of repo where testing tools, scenarios, configs are located. |
Oleksii Zhurba | f59df9f | 2017-12-07 14:38:49 -0600 | [diff] [blame] | 254 | cvp-ha: |
| 255 | type: workflow-scm |
| 256 | name: cvp-ha |
| 257 | display_name: "CVP - HA tests" |
| 258 | discard: |
| 259 | build: |
| 260 | keep_num: 20 |
| 261 | artifact: |
| 262 | keep_num: 20 |
| 263 | concurrent: false |
| 264 | scm: |
| 265 | type: git |
| 266 | url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" |
| 267 | credentials: "gerrit" |
| 268 | script: cvp-ha.groovy |
| 269 | param: |
| 270 | SALT_MASTER_URL: |
| 271 | type: string |
| 272 | default: "${_param:jenkins_salt_api_url}" |
| 273 | description: Full Salt API address [e.g. https://10.10.10.2:6969] |
| 274 | SALT_MASTER_CREDENTIALS: |
| 275 | type: string |
| 276 | default: "salt" |
| 277 | description: Credentials to the Salt API |
| 278 | TEMPEST_TARGET_NODE: |
| 279 | type: string |
Oleksii Zhurba | 7bb2276 | 2018-03-21 15:52:38 -0500 | [diff] [blame] | 280 | default: "${_param:cicd_control_node03_hostname}.${_param:cluster_domain}" |
Oleksii Zhurba | f59df9f | 2017-12-07 14:38:49 -0600 | [diff] [blame] | 281 | description: Node where container with tempest will be run |
| 282 | TEST_IMAGE: |
| 283 | type: string |
Oleksii Zhurba | 7bb2276 | 2018-03-21 15:52:38 -0500 | [diff] [blame] | 284 | default: "xrally/xrally-openstack:0.9.1" |
Oleksii Zhurba | f59df9f | 2017-12-07 14:38:49 -0600 | [diff] [blame] | 285 | description: Docker image to use for running Rally/Tempest |
| 286 | TARGET_NODES: |
| 287 | type: string |
| 288 | default: "ctl*" |
| 289 | description: Nodes to test |
| 290 | DEBUG_MODE: |
| 291 | type: boolean |
| 292 | default: 'false' |
| 293 | description: If you need to debug (keep container after test), please enabled this |
| 294 | RETRY_CHECK_STATUS: |
| 295 | type: string |
| 296 | default: "200" |
| 297 | description: If you have any problems with timeouts (e.g. while waiting for node to be up/down), please increase this value |
| 298 | SKIP_LIST_PATH: |
| 299 | type: string |
Oleksii Zhurba | 7bb2276 | 2018-03-21 15:52:38 -0500 | [diff] [blame] | 300 | default: "cvp-configuration/tempest/skip-list.yaml" |
Oleksii Zhurba | f59df9f | 2017-12-07 14:38:49 -0600 | [diff] [blame] | 301 | description: path to skip-list file inside container |
| 302 | PROXY: |
| 303 | type: string |
| 304 | default: "" |
| 305 | description: Proxy address to clone repo and install python requirements |
| 306 | TEMPEST_TEST_PATTERN: |
| 307 | type: string |
| 308 | default: "set=smoke" |
Oleksii Zhurba | 7bb2276 | 2018-03-21 15:52:38 -0500 | [diff] [blame] | 309 | description: Use set=smoke (or identity,full...) or just test name |
Oleksii Zhurba | f59df9f | 2017-12-07 14:38:49 -0600 | [diff] [blame] | 310 | MANUAL_CONFIRMATION: |
| 311 | type: boolean |
| 312 | default: 'false' |
| 313 | description: Ask for confirmation before doing something destructive (reboot/shutdown node) |
| 314 | TEMPEST_REPO: |
| 315 | type: string |
| 316 | default: "https://github.com/openstack/tempest" |
| 317 | description: Can be repo url (local or remote) or path to folder (inside container) with Tempest |
| 318 | TOOLS_REPO: |
| 319 | type: string |
Oleksii Zhurba | 7bb2276 | 2018-03-21 15:52:38 -0500 | [diff] [blame] | 320 | default: "https://github.com/Mirantis/cvp-configuration" |
Oleksii Zhurba | f59df9f | 2017-12-07 14:38:49 -0600 | [diff] [blame] | 321 | description: URL of repo where testing tools, scenarios, configs are located. |
Oleksii Zhurba | 535032c | 2017-12-12 16:31:57 -0600 | [diff] [blame] | 322 | cvp-perf: |
| 323 | type: workflow-scm |
| 324 | name: cvp-perf |
| 325 | display_name: "CVP - Performance tests" |
| 326 | discard: |
| 327 | build: |
| 328 | keep_num: 20 |
| 329 | artifact: |
| 330 | keep_num: 20 |
| 331 | concurrent: false |
| 332 | scm: |
| 333 | type: git |
| 334 | url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" |
| 335 | credentials: "gerrit" |
| 336 | script: cvp-perf.groovy |
| 337 | param: |
| 338 | DEBUG_MODE: |
| 339 | type: boolean |
| 340 | default: 'false' |
| 341 | description: Enable if you need to keep container after the test and debug |
| 342 | RALLY_SCENARIO_FILE: |
| 343 | type: string |
| 344 | default: "cvp-configuration/rally/rally_scenarios.json" |
| 345 | description: Path to scenario file in container |
| 346 | TEST_IMAGE: |
| 347 | type: string |
| 348 | default: "xrally/xrally-openstack:0.9.1" |
| 349 | description: Docker image to use for running Rally/Tempest |
| 350 | SALT_MASTER_URL: |
| 351 | type: string |
| 352 | default: "${_param:jenkins_salt_api_url}" |
| 353 | description: Full Salt API address [e.g. https://10.10.10.2:6969] |
| 354 | SALT_MASTER_CREDENTIALS: |
| 355 | type: string |
| 356 | default: "salt" |
| 357 | description: Credentials to the Salt API |
| 358 | TARGET_NODE: |
| 359 | type: string |
| 360 | default: "${_param:cicd_control_node03_hostname}.${_param:cluster_domain}" |
| 361 | description: Node where docker container with Rally will be run |
| 362 | TOOLS_REPO: |
| 363 | type: string |
| 364 | default: "https://github.com/Mirantis/cvp-configuration" |
| 365 | PROXY: |
| 366 | type: string |
| 367 | default: "" |
Oleksii Zhurba | 68ad504 | 2018-02-16 20:13:07 -0600 | [diff] [blame] | 368 | cvp-stacklight: |
| 369 | type: workflow-scm |
| 370 | name: cvp-stacklight |
| 371 | display_name: "CVP - Stacklight tests" |
| 372 | discard: |
| 373 | build: |
| 374 | keep_num: 20 |
| 375 | artifact: |
| 376 | keep_num: 20 |
| 377 | concurrent: false |
| 378 | scm: |
| 379 | type: git |
| 380 | url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" |
| 381 | branch: "${_param:jenkins_pipelines_branch}" |
| 382 | credentials: "gerrit" |
| 383 | script: cvp-runner.groovy |
| 384 | param: |
| 385 | SALT_MASTER_URL: |
| 386 | type: string |
| 387 | default: "${_param:jenkins_salt_api_url}" |
| 388 | description: Full Salt API address [e.g. https://10.10.10.2:6969] |
| 389 | SALT_MASTER_CREDENTIALS: |
| 390 | type: string |
| 391 | default: "salt" |
| 392 | TESTS_REPO: |
| 393 | type: string |
| 394 | default: "https://github.com/legan4ik/stacklight-pytest" |
| 395 | description: Url for cvp-stacklight-tests |
| 396 | TESTS_SETTINGS: |
| 397 | type: string |
| 398 | default: "SL_AUTOCONF=True" |
| 399 | description: "Additional environment variables to export" |
| 400 | TESTS_SET: |
| 401 | type: string |
| 402 | default: "stacklight-pytest/stacklight_tests/tests/prometheus/" |
| 403 | description: "Leave empty for full run or choose a file, e.g. test_dashboards.py" |
| 404 | PROXY: |
| 405 | type: string |
| 406 | default: "" |
| 407 | description: Proxy address to clone repo and install python requirements |
Oleksii Zhurba | e729cf7 | 2018-06-13 11:29:46 -0500 | [diff] [blame] | 408 | cvp-spt: |
| 409 | type: workflow-scm |
| 410 | name: cvp-spt |
| 411 | display_name: "CVP - Simplified Performance Tests (SPT)" |
| 412 | discard: |
| 413 | build: |
| 414 | keep_num: 20 |
| 415 | artifact: |
| 416 | keep_num: 20 |
| 417 | concurrent: false |
| 418 | scm: |
| 419 | type: git |
| 420 | url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" |
| 421 | branch: "${_param:jenkins_pipelines_branch}" |
| 422 | credentials: "gerrit" |
| 423 | script: cvp-spt.groovy |
| 424 | param: |
| 425 | SALT_MASTER_URL: |
| 426 | type: string |
| 427 | default: "${_param:jenkins_salt_api_url}" |
| 428 | description: Full Salt API address [e.g. https://10.10.10.2:6969] |
| 429 | SALT_MASTER_CREDENTIALS: |
| 430 | type: string |
| 431 | default: "salt" |
| 432 | TESTS_REPO: |
| 433 | type: string |
| 434 | default: "https://github.com/Mirantis/cvp-spt" |
| 435 | description: Url for cvp-spt repository |
| 436 | TESTS_SETTINGS: |
| 437 | type: string |
| 438 | default: "" |
| 439 | description: "Additional environment variables to export" |
| 440 | TESTS_SET: |
| 441 | type: string |
| 442 | default: "cvp-spt/cvp_spt/tests/" |
| 443 | description: "Leave empty for full run or choose a file, e.g. test_glance.py" |
| 444 | PROXY: |
| 445 | type: string |
| 446 | default: "" |
| 447 | description: Proxy address to clone repo and install python requirements |