mirror of
https://github.com/containers/podman.git
synced 2025-06-20 17:13:43 +08:00
Cirrus: Stop testing on RHEL
It was found that after updating the cache-image for RHEL 7.6, unpredictable integration tests start failing with 'permission denied' errors. Much effort was spent trying to diagnose this, as all other platforms pass. Since running the latest/greatest podman on RHEL, will never be officially supported (by Red Hat - must use RPM podman) this matrix-item is of questionable value. Therefor, this commit disables RHEL testing. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -169,9 +169,9 @@ testing_task:
|
||||
image_name: "${FEDORA_CACHE_IMAGE_NAME}"
|
||||
image_name: "${PRIOR_FEDORA_CACHE_IMAGE_NAME}"
|
||||
image_name: "${UBUNTU_CACHE_IMAGE_NAME}"
|
||||
image_name: "${PRIOR_RHEL_CACHE_IMAGE_NAME}"
|
||||
|
||||
# TODO: tests fail
|
||||
# TODO: Make these work (also optional_testing_task below)
|
||||
# image_name: "${PRIOR_RHEL_CACHE_IMAGE_NAME}"
|
||||
# image_name: "${RHEL_CACHE_IMAGE_NAME}"
|
||||
# image_name: "${CENTOS_CACHE_IMAGE_NAME}"
|
||||
|
||||
@ -206,9 +206,9 @@ optional_testing_task:
|
||||
image_name: "${FEDORA_CACHE_IMAGE_NAME}"
|
||||
image_name: "${PRIOR_FEDORA_CACHE_IMAGE_NAME}"
|
||||
image_name: "${UBUNTU_CACHE_IMAGE_NAME}"
|
||||
image_name: "${PRIOR_RHEL_CACHE_IMAGE_NAME}"
|
||||
# TODO: Make these work (also build_images_task below)
|
||||
# TODO: Make these work (also testing_task above)
|
||||
# image_name: "${RHEL_CACHE_IMAGE_NAME}"
|
||||
# image_name: "${PRIOR_RHEL_CACHE_IMAGE_NAME}"
|
||||
# image_name: "${CENTOS_CACHE_IMAGE_NAME}"
|
||||
|
||||
timeout_in: 60m
|
||||
|
Reference in New Issue
Block a user