![Marcin Juszkiewicz](/assets/img/avatar_default.png)
Requirements for confluent-kafka-python are behind what Debian offers so there is no point in building librdkafka anymore. Change-Id: Iebb88900ba9a78ba3c2b0348bdc3fca67279bfdf
63 lines
1.5 KiB
YAML
63 lines
1.5 KiB
YAML
- job:
|
|
name: requirements-tox-babel
|
|
parent: openstack-tox
|
|
description: |
|
|
Run test for requirements project.
|
|
|
|
Uses tox with the ``babel`` environment.
|
|
files:
|
|
- ^babel-test/.*
|
|
- ^tox.ini
|
|
- ^upper-constraints.txt
|
|
vars:
|
|
tox_envlist: babel
|
|
|
|
- job:
|
|
name: requirements-tox-py38-check-uc
|
|
parent: openstack-tox-py38
|
|
description: |
|
|
Run test for requirements project.
|
|
|
|
Uses tox with the ``py38-check-uc`` environment.
|
|
files: ^upper-constraints.*txt$
|
|
vars:
|
|
tox_envlist: py38-check-uc
|
|
- job:
|
|
name: requirements-tox-py39-check-uc
|
|
parent: openstack-tox-py39
|
|
description: |
|
|
Run test for requirements project.
|
|
|
|
Uses tox with the ``py39-check-uc`` environment.
|
|
files: ^upper-constraints.*txt$
|
|
vars:
|
|
tox_envlist: py39-check-uc
|
|
- job:
|
|
name: requirements-tox-validate-projects
|
|
parent: openstack-tox
|
|
files:
|
|
- ^projects.txt
|
|
description: |
|
|
Run test for requirements project.
|
|
|
|
Uses tox with the ``validate-projects`` environment.
|
|
vars:
|
|
tox_envlist: validate-projects
|
|
|
|
- job:
|
|
name: requirements-tox-bindep
|
|
parent: openstack-tox
|
|
description: |
|
|
Run test for requirements project.
|
|
|
|
Uses tox with the ``bindep`` environment.
|
|
files: ^bindep.txt$
|
|
vars:
|
|
tox_envlist: bindep
|
|
|
|
- job:
|
|
name: requirements-tox-py38-check-uc-aarch64
|
|
parent: requirements-tox-py38-check-uc
|
|
nodeset: ubuntu-focal-arm64
|
|
timeout: 7200
|