Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set PODMAN_BATS_SKIP* to all on aarch64 #499

Merged
merged 1 commit into from
Aug 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions job_groups/opensuse_tumbleweed_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,11 @@ scenarios:
QEMUCPUS: '2'
AARDVARK_BATS_SKIP: 'none'
NETAVARK_BATS_SKIP: 'all'
PODMAN_BATS_SKIP: '125-import'
PODMAN_BATS_SKIP_ROOT_LOCAL: '120-load 250-systemd 255-auto-update 280-update 520-checkpoint'
PODMAN_BATS_SKIP_ROOT_REMOTE: '280-update 520-checkpoint'
PODMAN_BATS_SKIP_USER_LOCAL: '200-pod 250-systemd 255-auto-update 505-networking-pasta'
PODMAN_BATS_SKIP_USER_REMOTE: '505-networking-pasta'
PODMAN_BATS_SKIP: 'all'
PODMAN_BATS_SKIP_ROOT_LOCAL: 'all'
PODMAN_BATS_SKIP_ROOT_REMOTE: 'all'
PODMAN_BATS_SKIP_USER_LOCAL: 'all'
PODMAN_BATS_SKIP_USER_REMOTE: 'all'
RUNC_BATS_SKIP: 'update'
RUNC_BATS_SKIP_ROOT: 'checkpoint'
RUNC_BATS_SKIP_USER: 'none'
Expand Down
Loading