f6a5996092
There are multiple issues with the gate. This patch combines the fixes to unblock the gate. 1. Zuul deprecated (and removed) declaring shared queues at a pipeline level [1]. This patch fixes the syntax to make the gate work again for freezer. 2. Zuul CI jobs default nodeset is now Ubuntu 22.04 Jammy Jellyfish, that does not provide anymore python2 binary, so python-dev needs to be removed from bindep.txt 3. Latest tox does not allow to list the passed environment variables in one line separated by space. One option is to list them in separate lines. Also, external command allowing variable name changed. basepython as python3 is also conflicts now and it is not necessary. It looks like tox requires now to install now explicitly all the requirements listed in requirements.txt. tox.ini is updated accordingly to the above listed problems. [1] https://lists.openstack.org/pipermail/openstack-discuss/2022-May/028603.html Change-Id: I3c95bb48c7fdd0c752db121f1745f64a53b5a0e5
39 lines
832 B
YAML
39 lines
832 B
YAML
- project:
|
|
queue: freezer
|
|
templates:
|
|
- check-requirements
|
|
- openstack-python3-zed-jobs
|
|
- openstack-python3-zed-jobs-arm64
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- openstack-tox-pylint
|
|
- freezer-tempest-agent
|
|
- freezer-tempest-scheduler
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-pylint
|
|
- freezer-tempest-agent
|
|
- freezer-tempest-scheduler
|
|
|
|
- job:
|
|
name: freezer-base
|
|
parent: freezer-tempest-basic
|
|
vars:
|
|
tempest_test_regex: '^(freezer_tempest_plugin.tests.freezer)'
|
|
|
|
- job:
|
|
name: freezer-ubuntu
|
|
parent: freezer-base
|
|
|
|
- job:
|
|
name: freezer-centos-7
|
|
parent: freezer-base
|
|
nodeset: centos-7
|
|
|
|
- job:
|
|
name: freezer-opensuse-15
|
|
parent: freezer-base
|
|
nodeset: opensuse-15
|