Description of problem:
When creating a PR in the observatorium-operator repository, the e2e-kind job is timing out before the actual test cases are executed.
configmap/observatorium-xyz-tls created job.batch/observatorium-up-metrics-tls created error: timed out waiting for the condition on jobs/observatorium-up-metrics-tls {"component":"entrypoint","error":"wrapped process failed: exit status 1","file":"k8s.io/test-infra/prow/entrypoint/run.go:79","func":"k8s.io/test-infra/prow/entrypoint.Options.Run","level":"error","msg":"Error executing test process","severity":"error","time":"2023-01-19T16:29:49Z"}
We need to debug and fix the job to ensure that the proper testing is running within the repository.
Version-Release number of selected component (if applicable):
ACM 2.7+
How reproducible:
Steps to Reproduce:
- Create PR in observatorium-operator repository
- Wait for the e2e-kind test to execute.
- The job will fail and show the error displayed above.
Actual results:
The e2e-kind job fails, which prevents the PR from being merged properly.
Expected results:
The e2e-kind job passes.
Additional info: