blob: 9ee63c174c6ccecd186b419a17e2a1bbda8ec683 [file] [log] [blame]
Dmitrii Kabanovb908f302017-08-11 00:21:59 -07001parameters:
Sam Stoelinga1539f3c2017-09-25 17:05:40 -07002 _param:
3 jenkins_salt_api_url: "http://${_param:salt_master_host}:6969"
Dmitrii Kabanovb908f302017-08-11 00:21:59 -07004 jenkins:
5 client:
6 view:
7 Validation:
8 enabled: true
9 type: ListView
10 include_regex: "validate.*"
11 job:
12 validate_openstack:
13 type: workflow-scm
14 name: validate-openstack
15 display_name: "Validate - Openstack"
16 discard:
17 build:
18 keep_num: 20
19 artifact:
20 keep_num: 20
21 concurrent: false
22 scm:
23 type: git
24 url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
25 credentials: "gerrit"
26 script: validate-cloud.groovy
Dmitrii Kabanovb908f302017-08-11 00:21:59 -070027 param:
28 SALT_MASTER_URL:
29 type: string
Sam Stoelinga1539f3c2017-09-25 17:05:40 -070030 default: "${_param:jenkins_salt_api_url}"
31 description: Full Salt API address [e.g. https://10.10.10.2:6969]
Dmitrii Kabanovb908f302017-08-11 00:21:59 -070032 SALT_MASTER_CREDENTIALS:
33 type: string
34 default: "salt"
35 TEST_IMAGE:
36 type: string
37 default: "docker-prod-local.artifactory.mirantis.com/mirantis/oss/qa-tools"
38 TARGET_NODE:
39 type: string
40 default: ""
41 RUN_RALLY_TESTS:
42 type: boolean
43 default: 'true'
44 RUN_TEMPEST_TESTS:
45 type: boolean
46 default: 'true'
Dmitrii Kabanov58bd85e2017-08-14 16:37:39 -070047 RUN_K8S_TESTS:
48 type: boolean
49 default: 'true'
Dmitrii Kabanovb908f302017-08-11 00:21:59 -070050 TEMPEST_TEST_SET:
51 type: choice
52 choices:
53 - smoke
54 - full
Dmitrii Kabanov58bd85e2017-08-14 16:37:39 -070055 TEST_K8S_API_SERVER:
56 type: string
57 default: "http://127.0.0.1:8080"
58 TEST_K8S_CONFORMANCE_IMAGE:
59 type: string
vrovachev4b335b92017-08-31 16:35:05 +040060 default: "docker-dev-virtual.docker.mirantis.net/mirantis/kubernetes/k8s-conformance:v1.7.3-1_1503652362277"
Dmitrii Kabanova2ff9b22017-08-30 15:47:20 -070061 RUN_SPT_TESTS:
62 type: boolean
63 default: 'true'
64 SPT_SSH_USER:
65 type: string
66 default: "root"
67 SPT_FLOATING_NETWORK:
68 type: string
69 default: ""
70 SPT_IMAGE:
71 type: string
72 default: ""
73 SPT_USER:
74 type: string
75 default: ""
76 SPT_FLAVOR:
77 type: string
78 default: ""
79 SPT_AVAILABILITY_ZONE:
80 type: string
81 default: "nova"