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:
parent
accb845066
commit
a8326ba342
@ -84,7 +84,7 @@ PyYAML==5.4.1
|
|||||||
requests==2.27.1
|
requests==2.27.1
|
||||||
requestsexceptions==1.4.0
|
requestsexceptions==1.4.0
|
||||||
resolvelib==0.5.4
|
resolvelib==0.5.4
|
||||||
rfc3986==2.0.0
|
rfc3986==1.5.0
|
||||||
selinux==0.2.1
|
selinux==0.2.1
|
||||||
sh==1.13.1
|
sh==1.13.1
|
||||||
shellingham==1.4.0
|
shellingham==1.4.0
|
||||||
@ -93,7 +93,7 @@ stevedore==3.5.0
|
|||||||
tabulate==0.8.9
|
tabulate==0.8.9
|
||||||
text-unidecode==1.3
|
text-unidecode==1.3
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
tomli==2.0.0
|
tomli==1.2.3
|
||||||
tree-format==0.1.2
|
tree-format==0.1.2
|
||||||
urllib3==1.26.8
|
urllib3==1.26.8
|
||||||
warlock==1.3.3
|
warlock==1.3.3
|
||||||
|
@ -15,8 +15,11 @@ platforms:
|
|||||||
|
|
||||||
- name: centos8
|
- name: centos8
|
||||||
hostname: centos8
|
hostname: centos8
|
||||||
image: centos:8
|
image: quay.io/centos/centos:stream8
|
||||||
environment: *env
|
environment: *env
|
||||||
|
volumes:
|
||||||
|
- /etc/pki/rpm-gpg:/etc/pki/rpm-gpg
|
||||||
|
- /etc/dnf/vars:/etc/dnf/vars
|
||||||
|
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
|
@ -7,11 +7,11 @@
|
|||||||
- publish-openstack-docs-pti
|
- publish-openstack-docs-pti
|
||||||
- release-notes-jobs-python3
|
- release-notes-jobs-python3
|
||||||
- tripleo-standalone-scenarios-pipeline
|
- tripleo-standalone-scenarios-pipeline
|
||||||
- openstack-tox-molecule
|
|
||||||
- tripleo-upgrades-master-pipeline
|
- tripleo-upgrades-master-pipeline
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-linters
|
- openstack-tox-linters
|
||||||
|
- tripleo-tox-molecule
|
||||||
- tripleo-ci-centos-8-content-provider:
|
- tripleo-ci-centos-8-content-provider:
|
||||||
dependencies:
|
dependencies:
|
||||||
- openstack-tox-linters
|
- openstack-tox-linters
|
||||||
@ -28,4 +28,5 @@
|
|||||||
gate:
|
gate:
|
||||||
queue: tripleo
|
queue: tripleo
|
||||||
jobs:
|
jobs:
|
||||||
|
- tripleo-tox-molecule
|
||||||
- openstack-tox-linters
|
- openstack-tox-linters
|
||||||
|
Loading…
x
Reference in New Issue
Block a user