Install podman with privilege escalation

(moving back the podman job to voting)

Change-Id: I503689d38ecf5008a309fe5e3c49fceb45323900
This commit is contained in:
matbu 2022-11-16 14:42:36 +01:00
parent b520719f77
commit e6eeba3bea
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
run: playbooks/validations-libs-podified.yaml
post-run: playbooks/post.yaml
timeout: 7200
voting: false
voting: true
required-projects:
- openstack/validations-libs
- openstack/validations-common
@ -24,7 +24,6 @@
- job:
name: validations-libs-podified-docker
voting: true
parent: validations-libs-podified-podman
vars:
container_engine: docker

View File

@ -11,6 +11,7 @@
when:
- "'{{ container_executable }}' == 'docker'"
- role: ensure-podman
become: yes
when:
- "'{{ container_executable }}' == 'podman'"
- role: ensure-if-python