blob: 8121708b3ceac5d770a60fbb3cb0f8cbf6ee3751 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
---
- 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'
|