Skip to content

Commit

Permalink
Merge pull request #478 from ricardobranco777/buildah_fixes
Browse files Browse the repository at this point in the history
containers: No need to skip buildah tests as root
  • Loading branch information
mloviska authored Jun 18, 2024
2 parents d918ad7 + 957aced commit 21512c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions job_groups/opensuse_tumbleweed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,9 @@ scenarios:
Maintainer: [email protected] https://confluence.suse.com/display/qasle/podman+upstream+tests
settings:
CONTAINER_RUNTIMES: 'podman'
BUILDAH_BATS_SKIP: "commit copy bud run sbom"
BUILDAH_BATS_SKIP: 'commit run'
BUILDAH_BATS_SKIP_ROOT: 'none'
BUILDAH_BATS_SKIP_USER: "add basic chroot overlay rmi squash"
BUILDAH_BATS_SKIP_USER: 'add basic bud copy overlay rmi sbom squash'
- containers_host_containerd:
testsuite: extra_tests_textmode_containers
settings:
Expand Down
2 changes: 0 additions & 2 deletions job_groups/opensuse_tumbleweed_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,6 @@ scenarios:
SKOPEO_BATS_SKIP: 'none'
SKOPEO_BATS_SKIP_USER: 'none'
SKOPEO_BATS_SKIP_ROOT: 'none'
NETAVARK_BATS_SKIP: "001-basic 100-bridge-iptables 200-bridge-firewalld 250-bridge-nftables 500-plugin"
AARDVARK_BATS_SKIP: "100-basic-name-resolution 200-two-networks 300-three-networks 500-reverse-lookups"
- containers_host_containerd:
testsuite: extra_tests_textmode_containers
settings:
Expand Down

0 comments on commit 21512c1

Please sign in to comment.