You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, on PRs for KMC, no job tries to deploy KMC and check if everything is fine.
If you bump a non-existing KMC (or invalid) image in helm chart, then still the PR will be all green.
there are no integration tests for integration with KEB and EDP
mfaizanse
changed the title
Add a pre-main test job for KMC to verify the KMC helm charts and image
Add a test job for KMC to verify the KMC helm charts and image on PRs
Feb 8, 2024
This ticket is blocked until the KMC is moved to its separate repository. Then we can check if option 1 is already covered by the deployment pipelines.
Description
If you bump a non-existing KMC (or invalid) image in helm chart, then still the PR will be all green.
Task(s):
Option 1: Only verify that KMC image exists.
Option 2: Deploy KCP with KMC on k3d and test end-to-end.
kcp-system
namespace.kubeconfig-<runtimeId>
) with kubeconfig for k3d inkcp-system
namespace.kcp-system
namespace../runtimes
--> Returns list of runtimes./namespaces/kyma-dev/datastreams/kmc-consumption-metrics/1/dataTenants/<tenantId>/dev/events
--> Receives event and saves it in-memory./edp/events
--> returns all received events/data.kcp-system
namespace..Acceptance Criteria(s):
The text was updated successfully, but these errors were encountered: