opendevstack / ods-pipeline

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

Run tests for start and finish task also with private cert #734

Closed michaelsauter closed 12 months ago

michaelsauter commented 12 months ago

Before #722, it was possible to run all tests using a private cert, by supplying -private-cert to go test. The downside of this was that all tests on GitHub ran without it, to avoid overly long test times. Now that the overall test time is way shorter, we can afford to add one test for each task to run with private cert enabled.

Tasks: