blob: 7be935b594fdaedd36945a6854f797de8f37eb5c [file] [log] [blame]
Dmitrii Kabanovb908f302017-08-11 00:21:59 -07001parameters:
2 jenkins:
3 client:
4 view:
5 Validation:
6 enabled: true
7 type: ListView
8 include_regex: "validate.*"
9 job:
10 validate_openstack:
11 type: workflow-scm
12 name: validate-openstack
13 display_name: "Validate - Openstack"
14 discard:
15 build:
16 keep_num: 20
17 artifact:
18 keep_num: 20
19 concurrent: false
20 scm:
21 type: git
22 url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
23 credentials: "gerrit"
24 script: validate-cloud.groovy
25
26 param:
27 SALT_MASTER_URL:
28 type: string
29 default: ""
30 SALT_MASTER_CREDENTIALS:
31 type: string
32 default: "salt"
33 TEST_IMAGE:
34 type: string
35 default: "docker-prod-local.artifactory.mirantis.com/mirantis/oss/qa-tools"
36 TARGET_NODE:
37 type: string
38 default: ""
39 RUN_RALLY_TESTS:
40 type: boolean
41 default: 'true'
42 RUN_TEMPEST_TESTS:
43 type: boolean
44 default: 'true'
Dmitrii Kabanov58bd85e2017-08-14 16:37:39 -070045 RUN_K8S_TESTS:
46 type: boolean
47 default: 'true'
Dmitrii Kabanovb908f302017-08-11 00:21:59 -070048 TEMPEST_TEST_SET:
49 type: choice
50 choices:
51 - smoke
52 - full
Dmitrii Kabanov58bd85e2017-08-14 16:37:39 -070053 TEST_K8S_API_SERVER:
54 type: string
55 default: "http://127.0.0.1:8080"
56 TEST_K8S_CONFORMANCE_IMAGE:
57 type: string
vrovachev4b335b92017-08-31 16:35:05 +040058 default: "docker-dev-virtual.docker.mirantis.net/mirantis/kubernetes/k8s-conformance:v1.7.3-1_1503652362277"
Dmitrii Kabanova2ff9b22017-08-30 15:47:20 -070059 RUN_SPT_TESTS:
60 type: boolean
61 default: 'true'
62 SPT_SSH_USER:
63 type: string
64 default: "root"
65 SPT_FLOATING_NETWORK:
66 type: string
67 default: ""
68 SPT_IMAGE:
69 type: string
70 default: ""
71 SPT_USER:
72 type: string
73 default: ""
74 SPT_FLAVOR:
75 type: string
76 default: ""
77 SPT_AVAILABILITY_ZONE:
78 type: string
79 default: "nova"