blob: fe79e73ce6bf4717f13234b091587c8eba314bb5 [file] [log] [blame]
Ales Komarek6edbc452017-08-10 10:02:24 +02001parameters:
2 jenkins:
3 client:
4 job:
5 test_service_job:
6 name: deploy-test-service
7 type: workflow-scm
8 discard:
9 build:
10 keep_num: 20
11 concurrent: true
12 display_name: "Deploy - Test services in environment"
13 scm:
14 type: git
15 url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
16 credentials: "gerrit"
17 script: test-service.groovy
18 param:
19
20 # salt
21 SALT_MASTER_CREDENTIALS:
22 type: string
23 default: "salt-qa-credentials"
24 SALT_MASTER_URL:
25 type: string
26 default: ""
27
28 # test
29 TEST_K8S_API_SERVER:
30 type: string
31 default: "http://127.0.0.1:8080"
32 TEST_K8S_CONFORMANCE_IMAGE:
33 type: string
34 default: "docker-dev-virtual.docker.mirantis.net/mirantis/kubernetes/k8s-conformance:v1.5.1-3_1482332392819"
35
36 TEST_TEMPEST_IMAGE:
37 type: string
38 description: "Tempest docker image"
39 default: "sandbox-docker-prod-local.docker.mirantis.net/mirantis/rally_tempest:0.1"
40 TEST_TEMPEST_TARGET:
41 type: string
42 description: "Node to run tests"
43 default: ""
44 TEST_DOCKER_INSTALL:
45 type: boolean
46 description: "Install docker on the target if true"
47 default: "true"
48 TEST_TEMPEST_PATTERN:
49 type: string
50 description: "Run tests matched to pattern only"
51 default: ""