blob: 6f22a0c7b452f7e11df02cfd39795bc6bb050a29 [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
58 default: "docker-dev-virtual.docker.mirantis.net/mirantis/kubernetes/k8s-conformance:v1.5.1-3_1482332392819"