Move tox-molecule job to centos stream 8

- Switches from openstack-tox-molecule to tripleo-tox-molecule, which is
  set to run on a stream node
- Change the image tag in the molecule config to stream8 and mount the
  necessary vars

Change-Id: Ifdb37e511b516ec6a769cfcf14cfe3ae2668cadc
This commit is contained in:
Rafael Castillo 2022-01-31 11:58:18 -07:00
parent accb845066
commit a8326ba342
3 changed files with 8 additions and 4 deletions

View File

@ -84,7 +84,7 @@ PyYAML==5.4.1
requests==2.27.1
requestsexceptions==1.4.0
resolvelib==0.5.4
rfc3986==2.0.0
rfc3986==1.5.0
selinux==0.2.1
sh==1.13.1
shellingham==1.4.0
@ -93,7 +93,7 @@ stevedore==3.5.0
tabulate==0.8.9
text-unidecode==1.3
toml==0.10.2
tomli==2.0.0
tomli==1.2.3
tree-format==0.1.2
urllib3==1.26.8
warlock==1.3.3

View File

@ -15,8 +15,11 @@ platforms:
- name: centos8
hostname: centos8
image: centos:8
image: quay.io/centos/centos:stream8
environment: *env
volumes:
- /etc/pki/rpm-gpg:/etc/pki/rpm-gpg
- /etc/dnf/vars:/etc/dnf/vars
provisioner:
name: ansible

View File

@ -7,11 +7,11 @@
- publish-openstack-docs-pti
- release-notes-jobs-python3
- tripleo-standalone-scenarios-pipeline
- openstack-tox-molecule
- tripleo-upgrades-master-pipeline
check:
jobs:
- openstack-tox-linters
- tripleo-tox-molecule
- tripleo-ci-centos-8-content-provider:
dependencies:
- openstack-tox-linters
@ -28,4 +28,5 @@
gate:
queue: tripleo
jobs:
- tripleo-tox-molecule
- openstack-tox-linters