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

Align GH-Actions internal Repo with KLM Repo #1653

Open jeremyharisch opened 3 months ago

jeremyharisch commented 3 months ago

Description

With https://github.com/kyma-project/lifecycle-manager/issues/1457 E2E tests have been introduced in the management-plane-charts repository (branch: chart/lifecycle-manager). Due to restrictions in the self-hosted runners in the internal repo, we needed to rewrite some Github Actions for the internal repo. For simplification they have been implemented in the internal repository directly.

These Actions should be removed from the internal repository and should replace the actions in the Lifecycle-Manager repository - and thus the internal repo should reuse the actions from the Lifecycle-Manager repo.

Reasons

Acceptance Criteria

jeremyharisch commented 2 months ago

Blocked by https://github.com/kyma-project/lifecycle-manager/issues/1640