-
Notifications
You must be signed in to change notification settings - Fork 61
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 #526 from ricardobranco777/split_bats
Run podman testsuite on its own job
- Loading branch information
Showing
1 changed file
with
11 additions
and
3 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 |
---|---|---|
|
@@ -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' | ||
|