-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #478 from ricardobranco777/buildah_fixes
containers: No need to skip buildah tests as root
- Loading branch information
Showing
2 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters