sustainable-computing-io / kepler-operator

Kepler Operator
Apache License 2.0
25 stars 26 forks source link

feat: package go test to run in prow CI #238

Closed vprashar2929 closed 11 months ago

vprashar2929 commented 12 months ago

This PR creates a Dockerfile under the tests dir which will build a test binary that downstream prow CI will consume in running e2e tests on OpenShift.

vprashar2929 commented 12 months ago

Do we also need to publish the image?

No we don't need to publish the image. Prow CI pipeline will build the image and push to its registry.