Skip to content

Commit

Permalink
Revert "Temporarily disable rootless debian e2e testing"
Browse files Browse the repository at this point in the history
This reverts commit 02b8fd7.
The new CI images should have a apparmor workaround.

Fixes #22625

Signed-off-by: Paul Holzinger <[email protected]>
  • Loading branch information
Luap99 committed May 13, 2024
1 parent 5901bf5 commit 9233864
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -705,25 +705,7 @@ rootless_integration_test_task:
# Docs: ./contrib/cirrus/CIModes.md
only_if: *not_tag_branch_build_docs_machine
depends_on: *build
# FIXME: Fails on Debian rootless ref: #22625
# matrix: *platform_axis
# FIXME: Fails on Debian rootless ref: #22625
matrix: # The following is just like *platform_axis minus Debian
- env: *stdenvars
- env:
DISTRO_NV: ${PRIOR_FEDORA_NAME}
VM_IMAGE_NAME: ${PRIOR_FEDORA_CACHE_IMAGE_NAME}
CTR_FQIN: ${PRIOR_FEDORA_CONTAINER_FQIN}
CI_DESIRED_RUNTIME: crun
CI_DESIRED_DATABASE: boltdb
CI_DESIRED_STORAGE: vfs
# Catch invalid "TMPDIR == /tmp" assumptions; PR #19281
TMPDIR: /var/tmp
- env:
<<: *stdenvars
DISTRO_NV: ${RAWHIDE_NAME}
VM_IMAGE_NAME: ${RAWHIDE_CACHE_IMAGE_NAME}
CTR_FQIN: ""
matrix: *platform_axis
gce_instance: *standardvm
timeout_in: 50m
env:
Expand Down

0 comments on commit 9233864

Please sign in to comment.