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

chore: Align runtime-watcher registry and make configurable (#1868) #1884

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

c-pius
Copy link
Contributor

@c-pius c-pius commented Sep 23, 2024

Original PR #1868 was merged to a feature branch so that we can run the E2E tests without the pull_request_target related issues.

A test PR for running the E2E tests is here: #1883

Related Issues

* chore: Align runtime-watcher registry and make configurable

* bump watcher version

* fix linting

* test flag defaults

* remove efault for watcher image

* describe and logs

* quote value

* test echo; no wait for build-iamge

* test echo

* PR instead of PR_target

* revert test stuff; add flag default

* default watcher image

* remove quotes

* revert faulty image name
@c-pius c-pius requested a review from a team as a code owner September 23, 2024 14:35
@kyma-bot kyma-bot added cla: yes Indicates the PR's author has signed the CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Sep 23, 2024
Comment on lines -328 to +339
if f.ManifestRequeueJitterProbability < 0 || f.ManifestRequeueJitterProbability > 1 {
return errInvalidManifestRequeueJitterProbability
if f.ManifestRequeueJitterPercentage < 0 || f.ManifestRequeueJitterPercentage > 1 {
return ErrInvalidManifestRequeueJitterProbability
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to reviewer: this seems to be a bug from the previous implementation. There were two checks for probability and no one for percentage

@kyma-bot kyma-bot added the lgtm Looks good to me! label Sep 23, 2024
@c-pius c-pius merged commit 7d205cb into main Sep 23, 2024
65 of 90 checks passed
@c-pius c-pius deleted the chore/align-skr-watcher-image-registry branch September 23, 2024 15:00
@kyma-project kyma-project deleted a comment from kyma-bot Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the CLA. lgtm Looks good to me! size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Align runtime-watcher image names
3 participants