summaryrefslogtreecommitdiffstats
path: root/jjb/oom/oom-consul.yaml
blob: 843914b778ded77be313df552b42487fc7065060 (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
---
- project:
    name: oom-consul-project-view
    project-name: oom-consul
    views:
      - project-view

- project:
    name: oom-consul-info
    project: oom/consul
    project-name: oom-consul
    build-node: centos8-builder-2c-1g
    jobs:
      - gerrit-info-yaml-verify

- project:
      name: oom-consul-linters
      project: oom/consul
      project-name: oom-consul
      python-version: python3
      jobs:
          - oom-linters
      subproject:
          - 'yaml':
                tox-dir: '.'
                tox-envs: 'yaml'
                pattern: '**/*.yaml'
          - 'yml':
                tox-dir: '.'
                tox-envs: 'yaml'
                pattern: '**/*.yml'
          - 'py':
                tox-dir: '.'
                tox-envs: 'python'
                pattern: '**/*.python'
      stream:
          - 'master':
                branch: 'master'


- project:
   name: oom-consul-release
   project-name: oom-consul
   project: oom/consul
   mvn-settings: 'oom-settings'
   jobs:
     - '{project-name}-gerrit-release-jobs':
         build-node: centos7-docker-2c-1g

- project:
    name: 'oom-consul-docker'
    jobs:
      - gerrit-docker-verify
      - gerrit-docker-merge
    project-name: 'oom-consul'
    project: 'oom/consul'
    stream:
      - 'master':
            branch: 'master'
            files: ''
    docker-name: 'onap/oom/consul'
    docker-build-args: '-f ./Dockerfile'
    docker-root: '$WORKSPACE'
    mvn-settings: 'oom-settings'
    build-node: ubuntu1804-docker-8c-8g