Skip to content

Commit

Permalink
containers: Skip some update runc subtests
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Jun 4, 2024
1 parent e4e86e2 commit c0f6f66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions job_groups/opensuse_tumbleweed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,9 @@ 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'
RUNC_BATS_SKIP: 'update'
RUNC_BATS_SKIP_USER: 'none'
RUNC_BATS_SKIP_ROOT: 'cgroups'
SKOPEO_BATS_SKIP: 'none'
SKOPEO_BATS_SKIP_USER: 'none'
SKOPEO_BATS_SKIP_ROOT: 'none'
Expand Down
4 changes: 2 additions & 2 deletions job_groups/opensuse_tumbleweed_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ 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: 'update'
RUNC_BATS_SKIP_USER: 'none'
RUNC_BATS_SKIP_ROOT: 'checkpoint cgroups'
SKOPEO_BATS_SKIP: 'none'
SKOPEO_BATS_SKIP_USER: 'none'
Expand Down

0 comments on commit c0f6f66

Please sign in to comment.