mrichomme | 39405ef | 2020-05-12 15:42:43 +0200 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: integration-docker-onap-python-info |
| 4 | project-name: integration-docker-onap-python |
| 5 | jobs: |
| 6 | - gerrit-info-yaml-verify |
Bengt Thuree | 8cd078a | 2022-09-16 19:14:51 +1000 | [diff] [blame] | 7 | build-node: centos8-builder-2c-1g |
mrichomme | 39405ef | 2020-05-12 15:42:43 +0200 | [diff] [blame] | 8 | project: integration/docker/onap-python |
| 9 | branch: master |
| 10 | |
| 11 | - project: |
| 12 | name: integration-docker-onap-python-linters |
| 13 | project: integration/docker/onap-python |
| 14 | project-name: integration-docker-onap-python |
| 15 | python-version: python3 |
| 16 | jobs: |
| 17 | - integration-linters |
| 18 | subproject: |
| 19 | - 'yaml': |
| 20 | tox-dir: '.' |
| 21 | tox-envs: 'yaml' |
| 22 | pattern: '**/*.yaml' |
| 23 | - 'yml': |
| 24 | tox-dir: '.' |
| 25 | tox-envs: 'yaml' |
| 26 | pattern: '**/*.yml' |
| 27 | - 'json': |
| 28 | tox-dir: '.' |
| 29 | tox-envs: 'json' |
| 30 | pattern: '**/*.json' |
| 31 | - 'md': |
| 32 | tox-dir: '.' |
| 33 | tox-envs: 'md' |
| 34 | pattern: '**/*.md' |
| 35 | stream: |
| 36 | - 'master': |
| 37 | branch: 'master' |
| 38 | |
| 39 | - project: |
| 40 | name: integration-docker-onap-python-release |
| 41 | project-name: 'integration-docker-onap-python' |
| 42 | project: 'integration/docker/onap-python' |
| 43 | mvn-settings: 'integration-settings' |
| 44 | jobs: |
| 45 | - '{project-name}-gerrit-release-jobs': |
| 46 | build-node: centos7-docker-8c-8g |
| 47 | |
| 48 | - project: |
| 49 | name: 'integration-docker-onap-python-docker' |
| 50 | jobs: |
| 51 | - gerrit-docker-verify |
| 52 | - gerrit-docker-merge |
| 53 | project-name: 'integration-docker-onap-python' |
| 54 | project: 'integration/docker/onap-python' |
| 55 | stream: |
| 56 | - 'master': |
| 57 | branch: 'master' |
| 58 | files: '' |
| 59 | docker-name: 'onap/integration-python' |
| 60 | docker-build-args: '-f ./Dockerfile' |
| 61 | docker-root: '$WORKSPACE' |
| 62 | mvn-settings: 'integration-settings' |
Bengt Thuree | de7d1a2 | 2022-09-30 00:24:40 +1000 | [diff] [blame] | 63 | build-node: ubuntu1804-docker-8c-8g |