Skip to content

Commit

Permalink
Merge pull request os-autoinst#449 from ricardobranco777/runc_bats
Browse files Browse the repository at this point in the history
Set RUNC_BATS_SKIP* & SKOPEO_BATS_SKIP* variables for TW
  • Loading branch information
grisu48 authored May 7, 2024
2 parents bd5d99c + dfe3ed4 commit c82cb0f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions job_groups/opensuse_tumbleweed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,12 @@ scenarios:
PODMAN_BATS_SKIP_ROOT_REMOTE: '520-checkpoint'
PODMAN_BATS_SKIP_USER_LOCAL: '250-systemd 255-auto-update'
PODMAN_BATS_SKIP_USER_REMOTE: 'none'
RUNC_BATS_SKIP: 'none'
RUNC_BATS_SKIP_USER: 'update'
RUNC_BATS_SKIP_ROOT: 'none'
SKOPEO_BATS_SKIP: 'none'
SKOPEO_BATS_SKIP_USER: 'none'
SKOPEO_BATS_SKIP_ROOT: 'none'
- containers_host_containerd:
testsuite: extra_tests_textmode_containers
settings:
Expand Down
6 changes: 6 additions & 0 deletions job_groups/opensuse_tumbleweed_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,12 @@ scenarios:
PODMAN_BATS_SKIP_ROOT_REMOTE: '520-checkpoint'
PODMAN_BATS_SKIP_USER_LOCAL: '250-systemd 255-auto-update'
PODMAN_BATS_SKIP_USER_REMOTE: 'none'
RUNC_BATS_SKIP: 'none'
RUNC_BATS_SKIP_USER: 'update'
RUNC_BATS_SKIP_ROOT: 'checkpoint cgroups'
SKOPEO_BATS_SKIP: 'none'
SKOPEO_BATS_SKIP_USER: 'none'
SKOPEO_BATS_SKIP_ROOT: 'none'
- containers_host_containerd:
testsuite: extra_tests_textmode_containers
settings:
Expand Down

0 comments on commit c82cb0f

Please sign in to comment.