summaryrefslogtreecommitdiffstats
path: root/jjb/oom/offline-installer.yaml
blob: 3f74e44a03316f952e2cac8e0c5baa553c18ca8c (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
---
- project:
    name: offline-installer
    project-name: "offline-installer"
    build-node: "ubuntu1804-docker-8c-8g"
    offline_review_bootstrap: !include-raw-escape: offline-installer-review-bootstrap.sh

    stream:
      - "master":
          branch: "master"
      - "london":
          branch: "london"

    jobs:
      - "{project-name}-{stream}-review":
          build_script: "{offline_review_bootstrap}"

- project:
    name: offline-installer-info
    project-name: offline-installer
    jobs:
      - gerrit-info-yaml-verify
    build-node: centos8-builder-2c-1g
    project: oom/offline-installer
    branch: master

- project:
    name: offline-installer-linters
    project: oom/offline-installer
    project-name: offline-installer
    python-version: python3
    jobs:
      - integration-linters
    subproject:
      - "py":
          tox-dir: "."
          tox-envs: "py"
          pattern: "**/*.py"
    stream:
      - "master":
          branch: "master"
      - "london":
          branch: "london"

- project:
    name: offline-installer-pytest
    project: oom/offline-installer
    project-name: offline-installer
    build-node: ubuntu1804-docker-8c-8g
    python-version: python3
    jobs:
      - integration-tox-verify
    subproject:
      - "docker-downloader":
          tox-dir: "build/download"
          tox-envs: "pytest"
          pattern: "build/download/**"
    stream:
      - "master":
          branch: "master"
      - "kohn":
          branch: "kohn"