blob: 72dd14cf36276daf468756bbb3a57f6145a9e08e [file] [log] [blame]
Suchitra Vemuricbb295e2018-06-01 18:48:30 -07001---
2# POD Nightly Test Pipeline RCORD Lite Jobs
3
4- project:
5 name: rcord-lite-nightly-job
6
7 project-name: '{name}'
8
9 build-timeout: '300'
10
11 jobs:
12 # flex onf pod 1 kubernetes build jobs (rcord lite)
13 - 'build_kube_pod_first':
Suchitra Vemurieb75cbe2018-06-04 10:57:58 -070014 testvm: 'qa-testvm-pod'
Suchitra Vemuricbb295e2018-06-01 18:48:30 -070015 kube-pod: 'flex-onf-pod1'
16 profile: 'rcord-lite'
Suchitra Vemuri6f81c812018-08-06 12:46:36 -070017 scenario: ''
Suchitra Vemuricbb295e2018-06-01 18:48:30 -070018 branch: 'master'
Kailash Khalasi81b27592018-06-05 08:35:40 -070019 Jenkinsfile: 'Jenkinsfile-rcordlite'
Suchitra Vemuricbb295e2018-06-01 18:48:30 -070020 time: '20'
Suchitra Vemuri6f81c812018-08-06 12:46:36 -070021 day: '0-31/1'
Kailash Khalasi81e57f42018-08-07 10:22:59 -070022
Suchitra Vemuri898d1c82018-06-11 16:29:40 -070023 # flex pod1 with olt/onu kubernetes build jobs (rcord lite)
24 - 'build_kube_pod_first':
25 testvm: 'qa-testvm-pod'
26 kube-pod: 'flex-pod1-olt'
27 profile: 'rcord-lite'
Suchitra Vemurid86e2cb2018-07-25 15:36:55 -070028 branch: 'cord-6.0'
Suchitra Vemuri6f81c812018-08-06 12:46:36 -070029 scenario: 'zerotouch'
Suchitra Vemuri0bc36fc2018-07-25 15:25:23 -070030 Jenkinsfile: 'Jenkinsfile-rcordlite-zerotouch'
Kailash Khalasid9e6aff2018-08-27 15:10:16 -070031 oltDebVersion: 'openolt-1.4.deb'
Suchitra Vemuri6f81c812018-08-06 12:46:36 -070032 time: '0'
33 day: '1-31/2'
Kailash Khalasi81e57f42018-08-07 10:22:59 -070034
Suchitra Vemuri6f81c812018-08-06 12:46:36 -070035 # flex pod1 with olt/onu kubernetes build jobs (rcord lite)
36 - 'build_kube_pod_first':
37 testvm: 'qa-testvm-pod'
38 kube-pod: 'flex-pod1-olt'
39 profile: 'rcord-lite'
40 branch: 'cord-6.0'
41 scenario: 'topdown'
42 Jenkinsfile: 'Jenkinsfile-rcordlite-topdown'
Kailash Khalasid9e6aff2018-08-27 15:10:16 -070043 oltDebVersion: 'openolt-1.4.deb'
Suchitra Vemuri6f81c812018-08-06 12:46:36 -070044 time: '0'
45 day: '2-30/2'
Kailash Khalasi81e57f42018-08-07 10:22:59 -070046
47 # qct pod1 kubernetes build jobs (rcord lite)
48 - 'build_kube_pod_first':
49 testvm: 'qct-pod1'
50 kube-pod: 'qct-pod1'
51 profile: 'rcord-lite'
52 branch: 'master'
53 scenario: ''
54 Jenkinsfile: 'Jenkinsfile-rcordlite'
55 time: '0'
56 day: '*'
Kailash Khalasid9e6aff2018-08-27 15:10:16 -070057
siddharthgogar1df323d2018-08-07 17:03:37 -070058 # flex ocp pod 2 kubernetes build jobs (rcord lite)
59 - 'build_kube_pod_first':
60 testvm: 'flex-pod2'
61 kube-pod: 'flex-ocp-pod2'
62 profile: 'rcord-lite'
63 scenario: ''
64 branch: 'master'
65 Jenkinsfile: 'Jenkinsfile-rcordlite'
66 time: '30'
67 day: '0-31/1'
68