LF Jenkins CI | 7d018cd | 2020-12-14 17:57:57 +0000 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: integration-simulators-masspnf-simulator-project-view |
| 4 | project-name: integration-simulators-masspnf-simulator |
| 5 | views: |
| 6 | - project-view |
| 7 | |
| 8 | - project: |
| 9 | name: integration-simulators-masspnf-simulator-info |
| 10 | project: integration/simulators/masspnf-simulator |
| 11 | project-name: integration-simulators-masspnf-simulator |
| 12 | build-node: centos7-builder-2c-1g |
| 13 | jobs: |
| 14 | - gerrit-info-yaml-verify |
Bartek Grzybowski | 0e06833 | 2020-12-15 15:09:45 +0100 | [diff] [blame^] | 15 | |
| 16 | - project: |
| 17 | name: integration-simulators-masspnf-simulator-docker |
| 18 | project-name: integration-simulators-masspnf-simulator |
| 19 | jobs: |
| 20 | - integration-docker-merge |
| 21 | - integration-docker-verify |
| 22 | project: integration/simulators/masspnf-simulator |
| 23 | stream: |
| 24 | - 'master': |
| 25 | branch: 'master' |
| 26 | subproject: |
| 27 | - 'masspnfsim': |
| 28 | pom: 'pnf-sim-lightweight/pom.xml' |
| 29 | pattern: '**' |
| 30 | mvn-goals: 'clean package docker:build -Dcheckstyle.skip' |
| 31 | post-docker-verify-script: | |
| 32 | #!/bin/bash |
| 33 | set -ex # Fail build if any setup step fails |
| 34 | cd $WORKSPACE/ |
| 35 | tox -e pytest |
| 36 | mvn-settings: 'integration-settings' |
| 37 | files: '**' |
| 38 | archive-artifacts: '' |