Kailash Khalasi | 417d13f | 2018-04-17 12:38:48 -0700 | [diff] [blame] | 1 | --- |
| 2 | # POD Nightly Build Pipeline R-CORD Jobs |
| 3 | |
| 4 | - project: |
| 5 | name: rcord-nightly-build-pipeline |
| 6 | |
| 7 | project-name: '{name}' |
| 8 | |
| 9 | build-timeout: '300' |
| 10 | |
| 11 | jobs: |
| 12 | # qct pod 1 build jobs (rcord) |
| 13 | - 'build_pod_first': |
| 14 | pod: 'qct-pod1' |
| 15 | pod_config: 'qct-pod1.yml' |
| 16 | profile: 'rcord' |
| 17 | branch: 'cord-4.0' |
| 18 | Jenkinsfile: 'Jenkinsfile.newBuildSystem' |
| 19 | time: '20' |
| 20 | |
| 21 | - 'build_pod': |
| 22 | pod: 'qct-pod1' |
| 23 | pod_config: 'qct-pod1.yml' |
| 24 | profile: 'rcord' |
| 25 | branch: 'cord-4.1' |
| 26 | Jenkinsfile: 'Jenkinsfile.newBuildSystem' |
| 27 | fromBranch: 'cord-4.0' |
| 28 | |
| 29 | - 'build_pod': |
| 30 | pod: 'qct-pod1' |
| 31 | pod_config: 'qct-pod1.yml' |
| 32 | profile: 'rcord' |
| 33 | branch: 'cord-5.0' |
| 34 | Jenkinsfile: 'Jenkinsfile.newBuildSystem' |
| 35 | fromBranch: 'cord-4.1' |
| 36 | |
| 37 | - 'build_pod': |
| 38 | pod: 'qct-pod1' |
| 39 | pod_config: 'qct-pod1.yml' |
| 40 | profile: 'rcord' |
| 41 | branch: 'master' |
| 42 | Jenkinsfile: 'Jenkinsfile' |
| 43 | fromBranch: 'cord-5.0' |
| 44 | |
Suchitra Vemuri | 82a7f7a | 2018-05-15 16:38:33 -0700 | [diff] [blame] | 45 | # Flex POD1 build job for (rcord) - soak platform |
| 46 | - 'build_pod_manual': |
| 47 | pod: 'flex-pod1' |
| 48 | pod_config: 'flex-pod1.yml' |
| 49 | profile: 'rcord' |
| 50 | branch: 'cord-5.0' |
| 51 | Jenkinsfile: 'Jenkinsfile.newBuildSystem' |
| 52 | |
Kailash Khalasi | 417d13f | 2018-04-17 12:38:48 -0700 | [diff] [blame] | 53 | # qct pod 1 test jobs |
| 54 | - 'build_pod_test': |
| 55 | pod: 'qct-pod1' |
| 56 | pod_config: 'qct-pod1.yml' |
| 57 | profile: 'rcord' |
| 58 | branch: 'cord-4.0' |
| 59 | Jenkinsfile: 'Jenkinsfile-rcord' |
| 60 | |
| 61 | - 'build_pod_test': |
| 62 | pod: 'qct-pod1' |
| 63 | pod_config: 'qct-pod1.yml' |
| 64 | profile: 'rcord' |
| 65 | branch: 'cord-4.1' |
| 66 | Jenkinsfile: 'Jenkinsfile-rcord' |
| 67 | |
| 68 | - 'build_pod_test': |
| 69 | pod: 'qct-pod1' |
| 70 | pod_config: 'qct-pod1.yml' |
| 71 | profile: 'rcord' |
| 72 | branch: 'cord-5.0' |
| 73 | Jenkinsfile: 'Jenkinsfile-rcord' |
| 74 | |
| 75 | - 'build_pod_test': |
| 76 | pod: 'qct-pod1' |
| 77 | pod_config: 'qct-pod1.yml' |
| 78 | profile: 'rcord' |
| 79 | branch: 'master' |
| 80 | Jenkinsfile: 'Jenkinsfile-rcord' |