Chore: Move to centos8-builder
[ci-management.git] / jjb / oom / offline-installer.yaml
index 29d9422..3ce7466 100644 (file)
@@ -2,14 +2,14 @@
 - project:
     name: offline-installer
     project-name: 'offline-installer'
-    build-node: 'ubuntu1604-docker-8c-8g'
+    build-node: 'ubuntu1804-docker-8c-8g'
     offline_review_bootstrap: !include-raw-escape: offline-installer-review-bootstrap.sh
 
     stream:
       - 'master':
           branch: 'master'
-      - 'elalto':
-          branch: 'elalto'
+      - 'kohn':
+          branch: 'kohn'
 
     jobs:
       - '{project-name}-{stream}-review':
     project-name: offline-installer
     jobs:
       - gerrit-info-yaml-verify
-    build-node: centos7-builder-2c-1g
+    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'
+          - 'kohn':
+                branch: 'kohn'
+
+- 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'