Skip to content

Commit

Permalink
Disable F32 rootless system testing
Browse files Browse the repository at this point in the history
F32 rootless + CgroupsV1 fails 55/127 tests.

Note: Recently updated F32 (prior-fedora) and Ubuntu 20.04
(prior-ubuntu) VMs always use CGroupsV1 with runc.  F33 and
Ubuntu 20.10 were updated to always use CGroupsV2 with crun.

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Dec 14, 2020
1 parent f52e988 commit 4dfb29a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,13 @@ rootless_system_test_task:
only_if: *not_docs
depends_on:
- rootless_integration_test
matrix: *fedora_vm_axis
# disabled: f32 rootless + cgroupsv1 fails 55/127 tests
#matrix: *fedora_vm_axis
env:
DISTRO_NV: ${FEDORA_NAME}
_BUILD_CACHE_HANDLE: ${FEDORA_NAME}-build-${CIRRUS_BUILD_ID}
VM_IMAGE_NAME: ${FEDORA_CACHE_IMAGE_NAME}
CTR_FQIN: ${FEDORA_CONTAINER_FQIN}
gce_instance: *standardvm
env:
TEST_FLAVOR: sys
Expand Down

0 comments on commit 4dfb29a

Please sign in to comment.