summaryrefslogtreecommitdiffstats
path: root/jjb/integration/simulators/integration-A1-policy-enforcement-simulator.yaml
blob: 7fe573362a0970a5eb2ef34191bbbb86f036d076 (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
---
- project:
    name: integration-simulators-A1-policy-enforcement-simulator-info
    project: integration/simulators/A1-policy-enforcement-simulator
    project-name: integration-simulators-A1-policy-enforcement-simulator
    build-node: centos8-builder-2c-1g
    jobs:
      - gerrit-info-yaml-verify

- project:
    name: integration-simulators-A1-policy-enforcement-simulator
    project: integration/simulators/A1-policy-enforcement-simulator
    project-name: integration-simulators-A1-policy-enforcement-simulator
    java-version: openjdk11
    stream:
      - "master":
          branch: "master"
    mvn-settings: "integration-simulators-A1-policy-enforcement-simulator-settings"
    files: "**"
    archive-artifacts: ""
    build-node: ubuntu1804-docker-8c-8g
    jobs:
      - "{project-name}-{stream}-verify-java":
          mvn-goals: "clean install"

- project:
    name: integration-simulators-A1-policy-enforcement-simulator-linters
    project: integration/simulators/A1-policy-enforcement-simulator
    project-name: integration-simulators-A1-policy-enforcement-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"