opendevstack / ods-pipeline

Alternative ODS CI/CD pipeline based on Tekton / OpenShift Pipelines
Apache License 2.0
13 stars 5 forks source link

Ensure Tekton is ready when installing ODS Pipeline in tests #739

Open michaelsauter opened 8 months ago

michaelsauter commented 8 months ago

See https://github.com/opendevstack/ods-pipeline-tkn/commit/456db5df9901dcbd21dc600ac9947e3f90800534. This was necessary to fix errors like this one:

Error: 2 errors occurred:
    * Internal error occurred: failed calling webhook "webhook.pipeline.tekton.dev": failed to call webhook: Post "[https://tekton-pipelines-webhook.tekton-pipelines.svc:443/defaulting?timeout=10s](https://tekton-pipelines-webhook.tekton-pipelines.svc/defaulting?timeout=10s)": dial tcp 10.96.185.57:443: connect: connection refused
    * Internal error occurred: failed calling webhook "webhook.pipeline.tekton.dev": failed to call webhook: Post "[https://tekton-pipelines-webhook.tekton-pipelines.svc:443/defaulting?timeout=10s](https://tekton-pipelines-webhook.tekton-pipelines.svc/defaulting?timeout=10s)": dial tcp 10.96.185.57:443: connect: connection refused

See https://github.com/opendevstack/ods-pipeline-tkn/actions/runs/6743404129/job/18336502457