blob: 931602a6f5818c18b7e1f6a07d5b05f65f1636ea [file] [log] [blame]
Kailash866e14f2019-02-22 10:43:23 -08001---
2# xos-integration test jobs
3
4- project:
5 name: data-model-scale
6
7 project-name: 'data-model-scale'
8
9 jobs:
10 - 'data-model-scale'
11 - 'data-migrations'
12
13- job-template:
14 id: 'data-model-scale'
15 name: 'xos-data-model-scale'
16
17 description: |
18 <!-- Managed by Jenkins Job Builder -->
19 Created by {id} job-template from ci-management/jjb/xos-integration-tests.yaml <br /><br />
20
21 properties:
22 - cord-infra-properties:
23 build-days-to-keep: '{build-days-to-keep}'
24 artifact-num-to-keep: '{artifact-num-to-keep}'
25
26 wrappers:
27 - lf-infra-wrappers:
28 build-timeout: '{build-timeout}'
29 jenkins-ssh-credential: '{jenkins-ssh-credential}'
30
31 parameters:
32 - string:
33 name: executorNode
34 default: 'ubuntu16.04-basebuild-4c-8g'
35 description: 'Name of the Jenkins node to run the job on'
36
37 - string:
38 name: manifestUrl
39 default: '{gerrit-server-url}/{cord-repo-manifest}'
40 description: 'URL to the repo manifest'
41
42 - string:
43 name: manifestBranch
44 default: 'master'
45 description: 'Name of the repo branch to use'
46
47 - string:
48 name: TestCommand
49 default: 'robot -v xos_chameleon_url:127.0.0.1 -v xos_chameleon_port:30006 -v cord_kafka:\$CORD_KAFKA_IP -v num_olts:10 -v num_onus:1 -v num_pon_ports:10 xos-scale-att-workflow.robot'
50 description: 'Exact command to execute the tests including arguments'
51
52
53 project-type: pipeline
54 concurrent: false
55
56 dsl: !include-raw-escape: pipeline/xos-integration-tests.groovy
57
58 triggers:
59 - timed: |
60 TZ=America/Los_Angeles
61 H 0,12 * * *
62
63- job-template:
64 id: 'data-migrations'
65 name: 'xos-data-migrations-test'
66
67 description: |
68 <!-- Managed by Jenkins Job Builder -->
69 Created by {id} job-template from ci-management/jjb/xos-integration-tests.yaml <br /><br />
70
71 properties:
72 - cord-infra-properties:
73 build-days-to-keep: '{build-days-to-keep}'
74 artifact-num-to-keep: '{artifact-num-to-keep}'
75
76 wrappers:
77 - lf-infra-wrappers:
78 build-timeout: '{build-timeout}'
79 jenkins-ssh-credential: '{jenkins-ssh-credential}'
80
81 parameters:
82 - string:
83 name: executorNode
84 default: 'ubuntu16.04-basebuild-4c-8g'
85 description: 'Name of the Jenkins node to run the job on'
86
87 - string:
88 name: manifestUrl
89 default: '{gerrit-server-url}/{cord-repo-manifest}'
90 description: 'URL to the repo manifest'
91
92 - string:
93 name: manifestBranch
94 default: 'master'
95 description: 'Name of the repo branch to use'
96
97 - string:
98 name: TestCommand
99 default: 'robot -d Log -T -v helm_chart:$WORKSPACE/cord/helm-charts/xos-services/simpleexampleservice xos-remove-service.robot xos-service-migrations.robot'
100 description: 'Exact command to execute the tests including arguments'
101
102
103 project-type: pipeline
104 concurrent: false
105
106 dsl: !include-raw-escape: pipeline/xos-integration-tests.groovy
107
108 triggers:
109 - reverse:
110 jobs: 'publish_imagebuilder'
111 result: 'success'