Dileep Ranganathan | b188a17 | 2018-02-07 02:27:34 -0800 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: optf-osdf |
| 4 | project-name: 'optf-osdf' |
| 5 | project: 'optf/osdf' |
| 6 | stream: |
| 7 | - 'master': |
| 8 | branch: 'master' |
| 9 | mvn-settings: 'optf-osdf-settings' |
Dileep Ranganathan | b188a17 | 2018-02-07 02:27:34 -0800 | [diff] [blame] | 10 | subproject: |
| 11 | - 'osdf': |
| 12 | path: '.' |
| 13 | pattern: '**' |
Dileep Ranganathan | 108af9b | 2018-02-12 08:12:14 -0800 | [diff] [blame] | 14 | pom: 'pom.xml' |
Dileep Ranganathan | b188a17 | 2018-02-07 02:27:34 -0800 | [diff] [blame] | 15 | jobs: |
| 16 | - '{project-name}-{stream}-{subproject}-verify-python' |
Dileep Ranganathan | 108af9b | 2018-02-12 08:12:14 -0800 | [diff] [blame] | 17 | - '{project-name}-{stream}-{subproject}-verify-java' |
| 18 | - '{project-name}-{stream}-{subproject}-merge-java' |
Jessica Wagantall | f517e0d | 2019-02-04 14:32:21 -0800 | [diff] [blame] | 19 | - gerrit-maven-stage: |
| 20 | sign-artifacts: true |
Jessica Wagantall | d2df55e | 2019-05-07 12:05:35 -0700 | [diff] [blame] | 21 | build-node: centos7-docker-8c-8g |
Jessica Wagantall | f517e0d | 2019-02-04 14:32:21 -0800 | [diff] [blame] | 22 | maven-versions-plugin: true |
Dileep Ranganathan | 108af9b | 2018-02-12 08:12:14 -0800 | [diff] [blame] | 23 | files: '**' |
| 24 | archive-artifacts: '' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 25 | build-node: 'ubuntu1604-builder-4c-4g' |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 26 | |
Dileep Ranganathan | 108af9b | 2018-02-12 08:12:14 -0800 | [diff] [blame] | 27 | - project: |
Dileep Ranganathan | e8c241b | 2018-08-03 07:04:33 -0700 | [diff] [blame] | 28 | name: optf-osdf-docker |
| 29 | project-name: 'optf-osdf' |
| 30 | project: 'optf/osdf' |
| 31 | stream: |
| 32 | - 'master': |
| 33 | branch: 'master' |
Dileep Ranganathan | e8c241b | 2018-08-03 07:04:33 -0700 | [diff] [blame] | 34 | mvn-settings: 'optf-osdf-settings' |
| 35 | subproject: |
| 36 | - 'osdf': |
| 37 | path: '.' |
| 38 | pattern: '**' |
| 39 | pom: 'pom.xml' |
| 40 | jobs: |
| 41 | - '{project-name}-{stream}-{subproject}-docker-java-version-shell-daily': |
| 42 | docker-pom: 'pom.xml' |
| 43 | mvn-goals: 'install' |
| 44 | mvn-params: '-Dmaven.test.skip=true' |
| 45 | script: |
| 46 | !include-raw-escape: 'build-optf-osdf-docker-image.sh' |
Gary Wu | 54caec5 | 2018-08-08 10:18:00 -0700 | [diff] [blame] | 47 | build-node: queue-docker-4c-4g |
Dileep Ranganathan | e8c241b | 2018-08-03 07:04:33 -0700 | [diff] [blame] | 48 | - '{project-name}-{stream}-{subproject}-docker-java-shell-daily': |
| 49 | docker-pom: 'pom.xml' |
| 50 | mvn-goals: 'install' |
| 51 | mvn-params: '-Dmaven.test.skip=true' |
| 52 | script: |
| 53 | !include-raw-escape: 'build-optf-osdf-docker-image.sh' |
| 54 | build-node: queue-docker-4c-4g |
| 55 | |
| 56 | - project: |
Dileep Ranganathan | 108af9b | 2018-02-12 08:12:14 -0800 | [diff] [blame] | 57 | name: optf-osdf-sonar |
| 58 | jobs: |
| 59 | - gerrit-maven-sonar |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 60 | cron: '@daily' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 61 | build-node: ubuntu1604-builder-4c-4g |
Dileep Ranganathan | 108af9b | 2018-02-12 08:12:14 -0800 | [diff] [blame] | 62 | project: 'optf/osdf' |
| 63 | project-name: 'optf-osdf' |
| 64 | branch: 'master' |
| 65 | mvn-settings: 'optf-osdf-settings' |
| 66 | mvn-goals: 'clean install' |
| 67 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
Jessica Wagantall | 16407ac | 2018-10-19 16:32:07 -0700 | [diff] [blame] | 68 | |
| 69 | - project: |
| 70 | name: optf-osdf-clm |
| 71 | jobs: |
| 72 | - gerrit-maven-clm |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 73 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | 16407ac | 2018-10-19 16:32:07 -0700 | [diff] [blame] | 74 | project: optf/osdf |
| 75 | project-name: 'optf-osdf' |
Jessica Wagantall | cfa9e13 | 2019-01-03 16:54:14 -0800 | [diff] [blame] | 76 | stream: |
| 77 | - 'master': |
| 78 | branch: 'master' |
Jessica Wagantall | 16407ac | 2018-10-19 16:32:07 -0700 | [diff] [blame] | 79 | mvn-settings: 'optf-osdf-settings' |
Jessica Wagantall | 23d12e4 | 2019-02-27 00:26:05 -0800 | [diff] [blame] | 80 | |
| 81 | - project: |
| 82 | name: optf-osdf-info |
| 83 | project-name: optf-osdf |
| 84 | jobs: |
| 85 | - gerrit-info-yaml-verify |
| 86 | project: optf/osdf |
| 87 | branch: master |