Kailash Khalasi | 7637aeb | 2018-08-23 10:30:09 -0700 | [diff] [blame] | 1 | --- |
| 2 | # POD Build Pipeline Jobs for ATT-WorkflowDriver |
| 3 | |
| 4 | - project: |
| 5 | name: attworkflowdriver-build-job |
| 6 | |
| 7 | project-name: '{name}' |
| 8 | |
| 9 | build-timeout: '300' |
| 10 | |
| 11 | jobs: |
Kailash Khalasi | e3b9148 | 2018-10-11 08:31:29 -0700 | [diff] [blame] | 12 | # onlab pod1 build |
Kailash Khalasi | 7637aeb | 2018-08-23 10:30:09 -0700 | [diff] [blame] | 13 | - 'build_pod_manual': |
Kailash Khalasi | 2eacfc5 | 2018-08-29 09:03:21 -0700 | [diff] [blame] | 14 | testvm: 'onf-build' |
| 15 | config-pod: 'onlab-pod1' |
Kailash Khalasi | 7637aeb | 2018-08-23 10:30:09 -0700 | [diff] [blame] | 16 | profile: 'att-workflow' |
| 17 | branch: 'master' |
Suchitra Vemuri | c2d8d90 | 2019-08-30 13:28:26 -0700 | [diff] [blame] | 18 | test-repo: 'cord-tester' |
Kailash | 876b901 | 2019-03-13 13:22:34 -0700 | [diff] [blame] | 19 | helmRepoUrl: 'https://charts.opencord.org' |
Kailash Khalasi | ce9eaec | 2018-09-14 12:01:56 -0700 | [diff] [blame] | 20 | Jenkinsfile: 'Jenkinsfile-attworkflow-build' |
Kailash Khalasi | 2eacfc5 | 2018-08-29 09:03:21 -0700 | [diff] [blame] | 21 | oltDebVersion: 'openolt-master.deb' |
Suchitra Vemuri | e29ff93 | 2018-08-23 15:24:28 -0700 | [diff] [blame] | 22 | |
Suchitra Vemuri | 01134b6 | 2019-05-17 10:53:52 -0700 | [diff] [blame] | 23 | # onlab pod1 build - cord6.1(voltha 1.6) - seba1.0 |
| 24 | - 'build_pod_manual': |
| 25 | testvm: 'onf-build' |
| 26 | config-pod: 'onlab-pod1-voltha16' |
| 27 | profile: 'att-workflow' |
| 28 | branch: 'cord-6.1' |
Suchitra Vemuri | c2d8d90 | 2019-08-30 13:28:26 -0700 | [diff] [blame] | 29 | test-repo: 'cord-tester' |
Suchitra Vemuri | 01134b6 | 2019-05-17 10:53:52 -0700 | [diff] [blame] | 30 | helmRepoUrl: 'https://charts.opencord.org' |
| 31 | Jenkinsfile: 'Jenkinsfile-attworkflow-build' |
| 32 | oltDebVersion: 'openolt-master-voltha16.deb' |
| 33 | |
Kailash | b8ff0d7 | 2019-02-20 11:59:49 -0800 | [diff] [blame] | 34 | # flex pod1 test job - using voltha-master branch |
| 35 | - 'build_pod_test': |
| 36 | testvm: 'onf-build' |
| 37 | config-pod: 'onlab-pod1-qa' |
| 38 | profile: 'att-workflow' |
| 39 | branch: 'master' |
Suchitra Vemuri | db39b39 | 2019-08-30 16:58:58 -0700 | [diff] [blame] | 40 | test-repo: 'cord-tester' |
Kailash | b8ff0d7 | 2019-02-20 11:59:49 -0800 | [diff] [blame] | 41 | Jenkinsfile: 'Jenkinsfile-attworkflow-test' |
| 42 | |
Matteo Scandolo | 64fd9d0 | 2018-10-08 10:27:07 -0700 | [diff] [blame] | 43 | # onlab pod2 build |
| 44 | - 'build_pod_manual': |
| 45 | testvm: 'onf-build' |
| 46 | config-pod: 'onlab-pod2' |
| 47 | profile: 'att-workflow' |
| 48 | branch: 'master' |
Suchitra Vemuri | c2d8d90 | 2019-08-30 13:28:26 -0700 | [diff] [blame] | 49 | test-repo: 'cord-tester' |
Kailash | 876b901 | 2019-03-13 13:22:34 -0700 | [diff] [blame] | 50 | helmRepoUrl: 'https://charts.opencord.org' |
Matteo Scandolo | 64fd9d0 | 2018-10-08 10:27:07 -0700 | [diff] [blame] | 51 | Jenkinsfile: 'Jenkinsfile-attworkflow-build' |
| 52 | oltDebVersion: 'openolt-master.deb' |
Matteo Scandolo | 64fd9d0 | 2018-10-08 10:27:07 -0700 | [diff] [blame] | 53 | |
Suchitra Vemuri | 8dff003 | 2019-03-04 17:40:09 -0800 | [diff] [blame] | 54 | # flex OCP pod with olt/onu : using voltha latest(master) |
You Wang | a3f0846 | 2019-10-04 14:16:26 -0700 | [diff] [blame] | 55 | #- 'build_pod_timer': |
| 56 | # testvm: 'qa-testvm-pod' |
| 57 | # config-pod: 'flex-ocp-cord-voltha-master' |
| 58 | # profile: 'att-workflow' |
| 59 | # branch: 'master' |
| 60 | # test-repo: 'cord-tester' |
| 61 | # helmRepoUrl: 'https://charts.opencord.org' |
| 62 | # Jenkinsfile: 'Jenkinsfile-attworkflow-build' |
| 63 | # oltDebVersion: 'openolt-master.deb' |
| 64 | # time: '6' |
Suchitra Vemuri | bf9f67e | 2019-02-07 20:32:20 -0800 | [diff] [blame] | 65 | |
Suchitra Vemuri | 8dff003 | 2019-03-04 17:40:09 -0800 | [diff] [blame] | 66 | # flex OCP pod with olt/onu - seba-1.0/cord-6.1 release |
You Wang | a3f0846 | 2019-10-04 14:16:26 -0700 | [diff] [blame] | 67 | #- 'build_pod_timer': |
| 68 | # testvm: 'qa-testvm-pod' |
| 69 | # config-pod: 'flex-ocp-cord-voltha16' |
| 70 | # profile: 'att-workflow' |
| 71 | # branch: 'cord-6.1' |
| 72 | # test-repo: 'cord-tester' |
| 73 | # Jenkinsfile: 'Jenkinsfile-attworkflow-build' |
| 74 | # oltDebVersion: 'openolt-master-voltha16.deb' |
| 75 | # configurePod: true |
| 76 | # time: '3' |
Suchitra Vemuri | 3fed710 | 2019-02-12 11:26:30 -0800 | [diff] [blame] | 77 | |
Suchitra Vemuri | bf9f67e | 2019-02-07 20:32:20 -0800 | [diff] [blame] | 78 | # flex OCP test job - using voltha-master branch |
| 79 | - 'build_pod_test': |
| 80 | testvm: 'qa-testvm-pod' |
| 81 | config-pod: 'flex-ocp-cord-voltha-master' |
| 82 | profile: 'att-workflow' |
| 83 | branch: 'master' |
Suchitra Vemuri | db39b39 | 2019-08-30 16:58:58 -0700 | [diff] [blame] | 84 | test-repo: 'cord-tester' |
Suchitra Vemuri | bf9f67e | 2019-02-07 20:32:20 -0800 | [diff] [blame] | 85 | Jenkinsfile: 'Jenkinsfile-attworkflow-test' |
| 86 | |
Suchitra Vemuri | 83e71e4 | 2019-02-13 15:06:08 -0800 | [diff] [blame] | 87 | # flex ocp pod test job - seba-1.0/cord-6.1 release |
| 88 | - 'build_pod_test': |
| 89 | testvm: 'qa-testvm-pod' |
| 90 | config-pod: 'flex-ocp-cord-voltha16' |
| 91 | profile: 'att-workflow' |
| 92 | branch: 'cord-6.1' |
Suchitra Vemuri | db39b39 | 2019-08-30 16:58:58 -0700 | [diff] [blame] | 93 | test-repo: 'cord-tester' |
Suchitra Vemuri | 83e71e4 | 2019-02-13 15:06:08 -0800 | [diff] [blame] | 94 | Jenkinsfile: 'Jenkinsfile-attworkflow-test' |