Pulp/Galaxy is not available for Testing ansible Package

Hello Community!
I was building and testing an ansible package: [Link] on IBM Power architecture (ppc64le) and in Integration tests it has dependency on image Quay, but this image is not ppc64le supported and I am unable to find the source repo of this image to built it on ppc64le.
I have seen somewhere this image is EOL, so how do i build this image and test ansible package.
I have also tried another ansible/galaxy-ng image, it was also not working.
It would be very helpful if you suggest best approach to proceed further.

Hello @CommunityTeam
Can somebody help me for my queries?

What tests are you trying from Ansible repo which are failing?

If you are testing overall integration tests on ppc64 platform, and some are failing on due lack of container images, you can use disable alias. You can read more about it here - integration-aliases — Ansible Community Documentation

2 Likes

Thanks for the response @Akasurde and sorry for the delayed response, yes, I have excluded the tests using alias –exclude and it is excluding as expected.
Thanks!