23111ad39a
There are moments when bumping versions breaks all non-x86 builds because upstream forgets to upload source tarball to Pypi. As we need librdkafka 1.4.0+ we build version from Debian 'testing'. Change-Id: Ib4a4eac5e5f14eab8104fb8fe4f49c90e333dab0
66 lines
1.6 KiB
YAML
66 lines
1.6 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-py36-check-uc
|
|
parent: openstack-tox-py36
|
|
description: |
|
|
Run test for requirements project.
|
|
|
|
Uses tox with the ``py36-check-uc`` environment.
|
|
files: ^upper-constraints.*txt$
|
|
vars:
|
|
tox_envlist: py36-check-uc
|
|
- 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-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
|
|
pre-run: playbooks/build-kafka.yaml
|
|
vars:
|
|
ansible_python_interpreter: python3
|