mirror of
https://github.com/containers/podman.git
synced 2025-07-02 08:47:43 +08:00
Temporarily disable rootless debian e2e testing
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
20
.cirrus.yml
20
.cirrus.yml
@ -707,7 +707,25 @@ rootless_integration_test_task:
|
|||||||
# Docs: ./contrib/cirrus/CIModes.md
|
# Docs: ./contrib/cirrus/CIModes.md
|
||||||
only_if: *not_tag_branch_build_docs_machine
|
only_if: *not_tag_branch_build_docs_machine
|
||||||
depends_on: *build
|
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
|
gce_instance: *standardvm
|
||||||
timeout_in: 50m
|
timeout_in: 50m
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user