Skip to content

Commit

Permalink
podman: Skip upstream tests according to scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 authored and Vogtinator committed Feb 2, 2024
1 parent 5eba774 commit 3ae45fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion job_groups/opensuse_tumbleweed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,11 @@ scenarios:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'podman'
PODMAN_BATS_SKIP: '120-load 125-import 250-systemd 255-auto-update 520-checkpoint'
PODMAN_BATS_SKIP: '125-import'
PODMAN_BATS_SKIP_ROOT_LOCAL: '120-load 250-systemd 255-auto-update 520-checkpoint'
PODMAN_BATS_SKIP_ROOT_REMOTE: '520-checkpoint'
PODMAN_BATS_SKIP_USER_LOCAL: '250-systemd 255-auto-update'
PODMAN_BATS_SKIP_USER_REMOTE: 'none'
- containers_host_containerd:
testsuite: extra_tests_textmode_containers
settings:
Expand Down
6 changes: 5 additions & 1 deletion job_groups/opensuse_tumbleweed_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,11 @@ scenarios:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'podman'
PODMAN_BATS_SKIP: '120-load 125-import 250-systemd 255-auto-update 520-checkpoint'
PODMAN_BATS_SKIP: '125-import'
PODMAN_BATS_SKIP_ROOT_LOCAL: '120-load 250-systemd 255-auto-update 520-checkpoint'
PODMAN_BATS_SKIP_ROOT_REMOTE: '520-checkpoint'
PODMAN_BATS_SKIP_USER_LOCAL: '250-systemd 255-auto-update'
PODMAN_BATS_SKIP_USER_REMOTE: 'none'
- containers_host_containerd:
testsuite: extra_tests_textmode_containers
settings:
Expand Down

0 comments on commit 3ae45fe

Please sign in to comment.