Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH workflow has to bump the KIM on KCP DEV automatically at least twice a day (but only if a change happend) #435

Open
4 tasks
tobiscr opened this issue Oct 23, 2024 · 1 comment
Labels
area/control-plane Related to all activities around Kyma Control Plane kind/feature Categorizes issue or PR as related to a new feature.

Comments

@tobiscr
Copy link
Contributor

tobiscr commented Oct 23, 2024

Description

We agreed to bump KIM at least twice a day (at least if a change happend since the previous bump) to KCP DEV.

The GH workflow has to be trigger in the morning (e.g. 11 am) and once in the afternoon (e.g. 4 pm) and to

  1. Create a new image (Could be done even without using the Neighbors build pipeline by using GH image build features)
  2. Bump the image on KCP DEV
  3. Run a short smoke test to verify KIM was coming up

AC:

  • GH workflow gets automatically triggered at least two time per day
    • If a change happened since the last KIM bump on KCP DEV, the workflow creates a new KIM image
    • the new image is automatically bumped on KCP DEV
    • A simple smoke tests checks if KIM was successfully starting (e.g. quering the metrics endpoint of KIM or checking the health check URL)

Reasons

Avoid to have outdated KIM versions running on KCP DEV.

Attachments

@tobiscr tobiscr added kind/feature Categorizes issue or PR as related to a new feature. area/control-plane Related to all activities around Kyma Control Plane labels Oct 23, 2024
@Disper
Copy link
Member

Disper commented Oct 23, 2024

@tobiscr tobiscr changed the title GH workflow has to bump the KIM on KCP DEV automaticaly at least twice a day (but only if a change happend) GH workflow has to bump the KIM on KCP DEV automatically at least twice a day (but only if a change happend) Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/control-plane Related to all activities around Kyma Control Plane kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants