openshift / ocp-on-arm

Issue tracker for OCP on ARM64 dev preview releases
Apache License 2.0
13 stars 1 forks source link

[sig-devex][Feature:ImageEcosystem][perl][Slow] hot deploy for openshift perl image hot deploy should work #3

Closed yselkowitz closed 2 years ago

yselkowitz commented 3 years ago

This image-ecosystem test fails on ARM because it depends on behaviour specific to mod_perl, which is only included in the RHSCL (RHEL 7) perl images which are not available on ARM. The UBI8 perl images which are available for ARM use mod_fcgid and behave differently. Therefore, the test needs to be adapted to different behaviour before switching it to the UBI8 image.

https://github.com/sclorg/s2i-perl-container/issues/206

openshift-bot commented 3 years ago

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close. Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

yselkowitz commented 2 years ago

/lifecycle frozen

yselkowitz commented 2 years ago

This test is now skipped on ARM in 4.10, but will continue to fail in 4.9.

yselkowitz commented 2 years ago

4.10 is now generally available.