5fcda62a98
- incorporate gating test fixes from Ed Santiago: - remove buildah and skopeo (unused) - bump BATS from v1.1 to v1.5 - rename "nonroot" to "rootless" - Related: #2000051 Signed-off-by: Ed Santiago <santiago@redhat.com> Signed-off-by: Jindrich Novy <jnovy@redhat.com>
26 lines
515 B
YAML
26 lines
515 B
YAML
---
|
|
- hosts: localhost
|
|
tags: classic
|
|
vars:
|
|
- artifacts: ./artifacts
|
|
roles:
|
|
- role: bats_installed
|
|
- role: rootless_user
|
|
- role: run_bats_tests
|
|
tests:
|
|
- name: podman root
|
|
package: podman
|
|
environment:
|
|
PODMAN: /usr/bin/podman
|
|
|
|
- name: podman rootless
|
|
package: podman
|
|
environment:
|
|
PODMAN: /usr/bin/podman
|
|
become: true
|
|
|
|
#- name: podman-remote root
|
|
#package: podman
|
|
#environment:
|
|
# PODMAN: /usr/bin/podman-remote
|