Skip to content

Commit

Permalink
Temporarily disable rootless debian e2e testing
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Evich <cevich@redhat.com>
  • Loading branch information
cevich committed May 6, 2024
1 parent e8ef36e commit 02b8fd7
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,25 @@ rootless_integration_test_task:
# Docs: ./contrib/cirrus/CIModes.md
only_if: *not_tag_branch_build_docs_machine
depends_on: *build
matrix: *platform_axis
# 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: ""
gce_instance: *standardvm
timeout_in: 50m
env:
Expand Down

0 comments on commit 02b8fd7

Please sign in to comment.