Install podman with privilege escalation
(moving back the podman job to voting) Change-Id: I503689d38ecf5008a309fe5e3c49fceb45323900
This commit is contained in:
parent
b520719f77
commit
e6eeba3bea
@ -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
|
||||
|
@ -11,6 +11,7 @@
|
||||
when:
|
||||
- "'{{ container_executable }}' == 'docker'"
|
||||
- role: ensure-podman
|
||||
become: yes
|
||||
when:
|
||||
- "'{{ container_executable }}' == 'podman'"
|
||||
- role: ensure-if-python
|
||||
|
Loading…
Reference in New Issue
Block a user