Mark B&R job as voting
backup_and_restore molecule job was marked as non-voting due to an issue [1] that has been already solved. As it is passing now we are re-enabling it as a voting job. [1] https://bugs.launchpad.net/tripleo/+bug/1980198 Change-Id: I1c0b1a7cc869607b3173f98c28af7af91190e927
This commit is contained in:
parent
d76d5a3b53
commit
becf405fc7
@ -86,7 +86,7 @@
|
||||
name: "{{ item }}"
|
||||
with_items:
|
||||
- registry.access.redhat.com/ubi9/ubi-minimal
|
||||
- docker.io/mysql
|
||||
- quay.io/mariadb-foundation/mariadb-devel:10.11
|
||||
|
||||
- name: Create a data container
|
||||
containers.podman.podman_container:
|
||||
@ -98,10 +98,10 @@
|
||||
- test-container1
|
||||
- test-container2
|
||||
|
||||
- name: Start myql container
|
||||
- name: Start mysql container
|
||||
containers.podman.podman_container:
|
||||
name: mysql
|
||||
image: mysql
|
||||
image: quay.io/mariadb-foundation/mariadb-devel:10.11
|
||||
state: started
|
||||
env:
|
||||
MYSQL_ROOT_PASSWORD: password
|
||||
|
@ -85,8 +85,8 @@
|
||||
containers.podman.podman_image:
|
||||
name: "{{ item }}"
|
||||
with_items:
|
||||
- registry.access.redhat.com/ubi8/ubi-minimal
|
||||
- mysql
|
||||
- registry.access.redhat.com/ubi9/ubi-minimal
|
||||
- quay.io/mariadb-foundation/mariadb-devel:10.11
|
||||
|
||||
- name: Create a data container
|
||||
containers.podman.podman_container:
|
||||
@ -98,10 +98,10 @@
|
||||
- test-container1
|
||||
- test-container2
|
||||
|
||||
- name: Start myql container
|
||||
- name: Start mysql container
|
||||
containers.podman.podman_container:
|
||||
name: mysql
|
||||
image: mysql
|
||||
image: quay.io/mariadb-foundation/mariadb-devel:10.11
|
||||
state: started
|
||||
env:
|
||||
MYSQL_ROOT_PASSWORD: password
|
||||
|
@ -234,7 +234,6 @@
|
||||
parent: tripleo-ansible-centos-stream-base
|
||||
vars:
|
||||
tripleo_role_name: backup_and_restore
|
||||
voting: false
|
||||
- job:
|
||||
files:
|
||||
- ^tripleo_ansible/roles/designate_bind_config/(?!meta).*
|
||||
|
Loading…
Reference in New Issue
Block a user