kyma-project / lifecycle-manager

Controller that manages the lifecycle of Kyma Modules in your cluster.
http://kyma-project.io
Apache License 2.0
10 stars 30 forks source link

Create permanent `pr-deploy` branch #1655

Open c-pius opened 2 months ago

c-pius commented 2 months ago

Description

:exclamation: FIRST verify with SRE that the concept below can be achieved.

Create a permanent pr-deploy branch and PR in management-plane-charts repository. Every time we merge a commit on lifecycle-manager:main, we want the branch/PR to be updated automatically with the new commit hash so that the changes are deployed continuously for testing.

Acceptance Criteria

Reason

We want to have our changes to lifecacle-manager:main continuously deployed to DEV for testing

jeremyharisch commented 2 months ago

I have clarified with the SREs with the following output:

c-pius commented 1 month ago

Deprioritized this as it is not a current pain point. We can look at it later again if we find that automatic deployments to DEV ease our dev process.