blob: 951ef6e0bf00d0b7c53c00082b2f61777ae74f73 [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)
Kailash Khalasi2eacfc52018-08-29 09:03:21 -070013 - 'build_pod_timer':
Suchitra Vemurieb75cbe2018-06-04 10:57:58 -070014 testvm: 'qa-testvm-pod'
Kailash Khalasi2eacfc52018-08-29 09:03:21 -070015 config-pod: 'flex-onf-pod1'
Suchitra Vemuricbb295e2018-06-01 18:48:30 -070016 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'
Kailash Khalasia3bd0552018-08-28 11:15:42 -070020 oltDebVersion: 'openolt-1.4.deb'
Suchitra Vemuricbb295e2018-06-01 18:48:30 -070021 time: '20'
Suchitra Vemuri6f81c812018-08-06 12:46:36 -070022 day: '0-31/1'
Kailash Khalasi81e57f42018-08-07 10:22:59 -070023
Suchitra Vemuri898d1c82018-06-11 16:29:40 -070024 # flex pod1 with olt/onu kubernetes build jobs (rcord lite)
Kailash Khalasi2eacfc52018-08-29 09:03:21 -070025 - 'build_pod_timer':
Suchitra Vemuri898d1c82018-06-11 16:29:40 -070026 testvm: 'qa-testvm-pod'
Kailash Khalasi2eacfc52018-08-29 09:03:21 -070027 config-pod: 'flex-pod1-olt'
Suchitra Vemuri898d1c82018-06-11 16:29:40 -070028 profile: 'rcord-lite'
Suchitra Vemurid86e2cb2018-07-25 15:36:55 -070029 branch: 'cord-6.0'
Suchitra Vemuri6f81c812018-08-06 12:46:36 -070030 scenario: 'zerotouch'
Suchitra Vemuri0bc36fc2018-07-25 15:25:23 -070031 Jenkinsfile: 'Jenkinsfile-rcordlite-zerotouch'
Kailash Khalasid9e6aff2018-08-27 15:10:16 -070032 oltDebVersion: 'openolt-1.4.deb'
Suchitra Vemuri6f81c812018-08-06 12:46:36 -070033 time: '0'
34 day: '1-31/2'
Kailash Khalasi81e57f42018-08-07 10:22:59 -070035
Suchitra Vemuri6f81c812018-08-06 12:46:36 -070036 # flex pod1 with olt/onu kubernetes build jobs (rcord lite)
Kailash Khalasi2eacfc52018-08-29 09:03:21 -070037 - 'build_pod_timer':
Suchitra Vemuri6f81c812018-08-06 12:46:36 -070038 testvm: 'qa-testvm-pod'
Kailash Khalasi2eacfc52018-08-29 09:03:21 -070039 config-pod: 'flex-pod1-olt'
Suchitra Vemuri6f81c812018-08-06 12:46:36 -070040 profile: 'rcord-lite'
41 branch: 'cord-6.0'
42 scenario: 'topdown'
43 Jenkinsfile: 'Jenkinsfile-rcordlite-topdown'
Kailash Khalasid9e6aff2018-08-27 15:10:16 -070044 oltDebVersion: 'openolt-1.4.deb'
Suchitra Vemuri6f81c812018-08-06 12:46:36 -070045 time: '0'
46 day: '2-30/2'
Kailash Khalasi81e57f42018-08-07 10:22:59 -070047
48 # qct pod1 kubernetes build jobs (rcord lite)
Kailash Khalasi2eacfc52018-08-29 09:03:21 -070049 - 'build_pod_timer':
Kailash Khalasi81e57f42018-08-07 10:22:59 -070050 testvm: 'qct-pod1'
Kailash Khalasi2eacfc52018-08-29 09:03:21 -070051 config-pod: 'qct-pod1'
Kailash Khalasi81e57f42018-08-07 10:22:59 -070052 profile: 'rcord-lite'
53 branch: 'master'
54 scenario: ''
55 Jenkinsfile: 'Jenkinsfile-rcordlite'
Kailash Khalasia3bd0552018-08-28 11:15:42 -070056 oltDebVersion: 'openolt-1.4.deb'
Kailash Khalasi81e57f42018-08-07 10:22:59 -070057 time: '0'
58 day: '*'
Kailash Khalasid9e6aff2018-08-27 15:10:16 -070059
siddharthgogar1df323d2018-08-07 17:03:37 -070060 # flex ocp pod 2 kubernetes build jobs (rcord lite)
Kailash Khalasi2eacfc52018-08-29 09:03:21 -070061 - 'build_pod_timer':
siddharthgogar1df323d2018-08-07 17:03:37 -070062 testvm: 'flex-pod2'
Kailash Khalasi2eacfc52018-08-29 09:03:21 -070063 config-pod: 'flex-ocp-pod2'
siddharthgogar1df323d2018-08-07 17:03:37 -070064 profile: 'rcord-lite'
65 scenario: ''
66 branch: 'master'
67 Jenkinsfile: 'Jenkinsfile-rcordlite'
Kailash Khalasia3bd0552018-08-28 11:15:42 -070068 oltDebVersion: 'openolt-1.4.deb'
siddharthgogar1df323d2018-08-07 17:03:37 -070069 time: '30'
70 day: '0-31/1'
71