blob: 3ddf057e8c8dba1e68cb9ecb9c73c7149f69a1bd [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'
Suchitra Vemuri6f81c812018-08-06 12:46:36 -070031 time: '0'
32 day: '1-31/2'
Kailash Khalasi81e57f42018-08-07 10:22:59 -070033
Suchitra Vemuri6f81c812018-08-06 12:46:36 -070034 # flex pod1 with olt/onu kubernetes build jobs (rcord lite)
35 - 'build_kube_pod_first':
36 testvm: 'qa-testvm-pod'
37 kube-pod: 'flex-pod1-olt'
38 profile: 'rcord-lite'
39 branch: 'cord-6.0'
40 scenario: 'topdown'
41 Jenkinsfile: 'Jenkinsfile-rcordlite-topdown'
42 time: '0'
43 day: '2-30/2'
Kailash Khalasi81e57f42018-08-07 10:22:59 -070044
45 # qct pod1 kubernetes build jobs (rcord lite)
46 - 'build_kube_pod_first':
47 testvm: 'qct-pod1'
48 kube-pod: 'qct-pod1'
49 profile: 'rcord-lite'
50 branch: 'master'
51 scenario: ''
52 Jenkinsfile: 'Jenkinsfile-rcordlite'
53 time: '0'
54 day: '*'
siddharthgogar1df323d2018-08-07 17:03:37 -070055 # flex ocp pod 2 kubernetes build jobs (rcord lite)
56 - 'build_kube_pod_first':
57 testvm: 'flex-pod2'
58 kube-pod: 'flex-ocp-pod2'
59 profile: 'rcord-lite'
60 scenario: ''
61 branch: 'master'
62 Jenkinsfile: 'Jenkinsfile-rcordlite'
63 time: '30'
64 day: '0-31/1'
65