cdf19298e3
We need to assign nodesets that can run the requested python versions when running tox-pyXY jobs. Also remove the Sphinx version cap as old sphinx cannot install with modern setuptools. We don't run CI that includes sphinx so this should be fine. If this breaks docs builds we can sort that out later. Change-Id: I577d67912fe6feb68ae50ff34c2622f9461dd122
31 lines
837 B
YAML
31 lines
837 B
YAML
- job:
|
|
name: gerritlib-jeepyb-integration
|
|
description: Run manage_projects with gerritlib from source against Gerrit
|
|
nodeset: ubuntu-focal
|
|
pre-run: playbooks/jeepyb-integration/pre.yaml
|
|
run: playbooks/jeepyb-integration/run.yaml
|
|
post-run: playbooks/jeepyb-integration/post.yaml
|
|
required-projects:
|
|
- opendev/gerritlib
|
|
- opendev/jeepyb
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- gerritlib-jeepyb-integration
|
|
- tox-py36:
|
|
nodeset: ubuntu-bionic
|
|
- tox-py37:
|
|
nodeset: ubuntu-bionic
|
|
- tox-py38:
|
|
nodeset: ubuntu-focal
|
|
gate:
|
|
jobs:
|
|
- gerritlib-jeepyb-integration
|
|
- tox-py36:
|
|
nodeset: ubuntu-bionic
|
|
- tox-py37:
|
|
nodeset: ubuntu-bionic
|
|
- tox-py38:
|
|
nodeset: ubuntu-focal
|