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

Run podman testsuite on its own job #526

Merged
merged 1 commit into from
Oct 9, 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
14 changes: 11 additions & 3 deletions job_groups/opensuse_tumbleweed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,14 +335,22 @@ scenarios:
CONTAINER_RUNTIMES: 'podman'
MAX_JOB_TIME: '12000'
QEMUCPUS: '2'
QEMURAM: '2048'
AARDVARK_BATS_SKIP: 'none'
NETAVARK_BATS_SKIP: '001-basic 250-bridge-nftables 500-plugin'
QEMURAM: '4096'
PODMAN_BATS_SKIP: '125-import'
PODMAN_BATS_SKIP_ROOT_LOCAL: '120-load 271-tcp-cors-server'
PODMAN_BATS_SKIP_ROOT_REMOTE: '180-blkio'
PODMAN_BATS_SKIP_USER_LOCAL: '200-pod 271-tcp-cors-server 505-networking-pasta'
PODMAN_BATS_SKIP_USER_REMOTE: '505-networking-pasta'
- containers_host_bats_testsuite:
description: |-
Maintainer: [email protected] https://confluence.suse.com/display/qasle/podman+upstream+tests
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'podman'
QEMUCPUS: '2'
QEMURAM: '4096'
AARDVARK_BATS_SKIP: 'none'
NETAVARK_BATS_SKIP: '001-basic 250-bridge-nftables 500-plugin'
RUNC_BATS_SKIP: 'none'
RUNC_BATS_SKIP_ROOT: 'none'
RUNC_BATS_SKIP_USER: 'none'
Expand Down
Loading