Fix: Upgrade global-jjb to v0.90.7
[ci-management.git] / jjb / oom / offline-installer.yaml
1 ---
2 - project:
3     name: offline-installer
4     project-name: "offline-installer"
5     build-node: "ubuntu1804-docker-8c-8g"
6     offline_review_bootstrap: !include-raw-escape: offline-installer-review-bootstrap.sh
7
8     stream:
9       - "master":
10           branch: "master"
11       - "montreal":
12           branch: "montreal"
13
14     jobs:
15       - "{project-name}-{stream}-review":
16           build_script: "{offline_review_bootstrap}"
17
18 - project:
19     name: offline-installer-linters
20     project: oom/offline-installer
21     project-name: offline-installer
22     python-version: python3
23     jobs:
24       - integration-linters
25     subproject:
26       - "py":
27           tox-dir: "."
28           tox-envs: "py"
29           pattern: "**/*.py"
30     stream:
31       - "master":
32           branch: "master"
33
34 - project:
35     name: offline-installer-pytest
36     project: oom/offline-installer
37     project-name: offline-installer
38     build-node: ubuntu1804-docker-8c-8g
39     python-version: python3
40     jobs:
41       - integration-tox-verify
42     subproject:
43       - "docker-downloader":
44           tox-dir: "build/download"
45           tox-envs: "pytest"
46           pattern: "build/download/**"
47     stream:
48       - "master":
49           branch: "master"