OpenShift CI testing fails due to unexpected status codes #1663
Labels
area/ci
area/integration-tests
Enhancement or issue related to the devfile integration tests
area/registry
Devfile registry for stacks and infrastructure
kind/bug
Something isn't working
/kind bug
Which area is this bug related to?
/area ci
/area registry
/area integration-tests
What versions of software are you using?
Go project
Operating System and version: N/A (OpenShift 4.15)
Go Pkg Version: 1.21
Bug Summary
Describe the bug:
The OpenShift CI testing environment is currently producing failures due to the checks on the URL return code not being 200. From the logs, it appears to be caused by a SSL certification or lack of one expected.
To Reproduce:
Any time the
ci/prow/v4.15-*-test
PR checks are run.Expected behavior
Integration testing checks for the returned status code should return 200.
Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable
Additional context
Any workaround?
Set the
--insecure
flag here.Suggestion on how to fix the bug
Begin an investigation to find the culprit to these errors. If nothing can be found or a change requires a different setup, we can consider the workaround.
The text was updated successfully, but these errors were encountered: