Skip to content

Commit

Permalink
Merge pull request #526 from ricardobranco777/split_bats
Browse files Browse the repository at this point in the history
Run podman testsuite on its own job
  • Loading branch information
ricardobranco777 authored Oct 9, 2024
2 parents 7867837 + a0da029 commit f479c9f
Showing 1 changed file with 11 additions and 3 deletions.
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

0 comments on commit f479c9f

Please sign in to comment.