blob: 8121708b3ceac5d770a60fbb3cb0f8cbf6ee3751 [file] [log] [blame]
---
- project:
name: integration-simulators-masspnf-simulator-project-view
project-name: integration-simulators-masspnf-simulator
views:
- project-view
- project:
name: integration-simulators-masspnf-simulator-info
project: integration/simulators/masspnf-simulator
project-name: integration-simulators-masspnf-simulator
build-node: centos7-builder-2c-1g
jobs:
- gerrit-info-yaml-verify
- project:
name: integration-simulators-masspnf-simulator-docker
project-name: integration-simulators-masspnf-simulator
jobs:
- integration-docker-merge
- integration-docker-verify
project: integration/simulators/masspnf-simulator
stream:
- 'master':
branch: 'master'
subproject:
- 'masspnfsim':
pom: 'pnf-sim-lightweight/pom.xml'
pattern: '**'
mvn-goals: 'clean package docker:build -Dcheckstyle.skip'
post-docker-verify-script: |
#!/bin/bash
set -ex # Fail build if any setup step fails
cd $WORKSPACE/
tox -e pytest
mvn-settings: 'integration-settings'
files: '**'
archive-artifacts: ''
- project:
name: integration-simulators-masspnf-simulator-linters
project: 'integration/simulators/masspnf-simulator'
project-name: 'integration-simulators-masspnf-simulator'
python-version: python3
jobs:
- integration-linters
subproject:
- 'yaml':
tox-dir: '.'
tox-envs: 'yaml'
pattern: '**/*.yaml'
- 'yml':
tox-dir: '.'
tox-envs: 'yaml'
pattern: '**/*.yml'
- 'json':
tox-dir: '.'
tox-envs: 'json'
pattern: '**/*.json'
- 'python':
tox-dir: '.'
tox-envs: 'py'
pattern: '**/*.py'
- 'md':
tox-dir: '.'
tox-envs: 'md'
pattern: '**/*.md'
stream:
- 'master':
branch: 'master'