summaryrefslogtreecommitdiffstats
path: root/jjb/integration/simulators/integration-masspnf-simulator.yaml
blob: 93571a8d2dd590a639cf7040bee2bc70dcbf56f3 (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
---
- 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: ''