blob: 55e44ede34c348097ece48a6c91138805bf23c3a [file] [log] [blame]
Michal Ptacekb1d16262019-03-15 14:05:49 +00001---
2- project:
3 name: offline-installer
Andrew Grimberg02923ab2023-05-03 09:15:50 -07004 project-name: "offline-installer"
5 build-node: "ubuntu1804-docker-8c-8g"
Mateusz Pilate97ee692019-05-06 13:50:14 +02006 offline_review_bootstrap: !include-raw-escape: offline-installer-review-bootstrap.sh
Michal Ptacekb1d16262019-03-15 14:05:49 +00007
8 stream:
Andrew Grimberg02923ab2023-05-03 09:15:50 -07009 - "master":
10 branch: "master"
11 - "kohn":
12 branch: "kohn"
Michal Ptacekb1d16262019-03-15 14:05:49 +000013
14 jobs:
Andrew Grimberg02923ab2023-05-03 09:15:50 -070015 - "{project-name}-{stream}-review":
16 build_script: "{offline_review_bootstrap}"
Bartek Grzybowski7b16a8a2019-09-27 14:19:27 +020017
18- project:
19 name: offline-installer-info
20 project-name: offline-installer
21 jobs:
22 - gerrit-info-yaml-verify
Bengt Thuree5f84f7b2022-09-16 19:14:58 +100023 build-node: centos8-builder-2c-1g
Bartek Grzybowski0a28ed62019-09-30 09:22:49 +020024 project: oom/offline-installer
Bartek Grzybowski7b16a8a2019-09-27 14:19:27 +020025 branch: master
Bartek Grzybowskiee36c1b2020-07-30 12:42:29 +020026
27- project:
Andrew Grimberg02923ab2023-05-03 09:15:50 -070028 name: offline-installer-linters
29 project: oom/offline-installer
30 project-name: offline-installer
31 python-version: python3
32 jobs:
33 - integration-linters
34 subproject:
35 - "py":
36 tox-dir: "."
37 tox-envs: "py"
38 pattern: "**/*.py"
39 stream:
40 - "master":
41 branch: "master"
42 - "kohn":
43 branch: "kohn"
Bartek Grzybowski7e77d7e2022-03-07 20:00:08 +010044
45- project:
Andrew Grimberg02923ab2023-05-03 09:15:50 -070046 name: offline-installer-pytest
47 project: oom/offline-installer
48 project-name: offline-installer
49 build-node: ubuntu1804-docker-8c-8g
50 python-version: python3
51 jobs:
52 - integration-tox-verify
53 subproject:
54 - "docker-downloader":
55 tox-dir: "build/download"
56 tox-envs: "pytest"
57 pattern: "build/download/**"
58 stream:
59 - "master":
60 branch: "master"
61 - "kohn":
62 branch: "kohn"