We are regularly seeing an issue where the addons test is timing out after waiting 6 hours (the github actions pipeline times out). After digging into these logs, my observations are:
The config deploy-arch-ibm-slz-ocp-thxodf failed as you can see from the project below:
However our test seems to stop polling for this config for some reason. You can see below is the last occurrence of the config, and in next status output its missing:
The timeout occurs because the test is no longer polling for the config that actually failed, meaning it will wait indefinitely for the status to change and it never will. If one of the configs fails, the test should fail and not continue to poll