zalando / postgres-operator

Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
https://postgres-operator.readthedocs.io/
MIT License
4.37k stars 981 forks source link

chore: simplify delivery-yaml for building operator #2673

Closed macedigital closed 4 months ago

macedigital commented 4 months ago

Commit switches builder image to cdp-runtime/go, removing the need to install go manually.

Also, commit splits "build-postgres-operator" pipeline into 2 distinct steps.

  1. Run unit tests based on locally checked out code including set up of dependencies and generated code.
  2. Build Docker image if tests are successful
macedigital commented 4 months ago

@FxKu Food for thought

macedigital commented 4 months ago

:+1:

FxKu commented 4 months ago

:+1:

FxKu commented 4 months ago

LGTM. Thanks!