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

Validate regex before building image for e2e test #5783

Merged
merged 9 commits into from
May 26, 2024

Conversation

Yaxhveer
Copy link
Contributor

@Yaxhveer Yaxhveer commented May 5, 2024

Added the Regex check before building image and made refactored changes accordingly.

Checklist

Fixes #4750

Relates to #

Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
@Yaxhveer Yaxhveer requested a review from a team as a code owner May 5, 2024 08:02
Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
@Yaxhveer
Copy link
Contributor Author

@JorTurFer PTAL.

CHANGELOG.md Outdated
@@ -64,6 +64,7 @@ Here is an overview of all new **experimental** features:

### Improvements

- **General**: Added Pre Regex check before building image in e2e test ([#5783](https://github.com/kedacore/keda/issues/5783))
Copy link
Member

Choose a reason for hiding this comment

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

please move this into Other section

@zroubalik
Copy link
Member

zroubalik commented May 17, 2024

/run-e2e nonsense
Update: You can check the progress here

.github/workflows/pr-e2e.yml Outdated Show resolved Hide resolved
.github/workflows/pr-e2e.yml Outdated Show resolved Hide resolved
@JorTurFer
Copy link
Member

/run-e2e nonsense Update: You can check the progress here

This won't help here, because the workflow is executed from main branch because it's a comment flow

Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
Copy link
Member

@JorTurFer JorTurFer left a comment

Choose a reason for hiding this comment

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

LGTM, just the id is missing

.github/workflows/pr-e2e.yml Outdated Show resolved Hide resolved
Copy link
Member

@JorTurFer JorTurFer left a comment

Choose a reason for hiding this comment

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

LGTM! Let's merge this and check if it works (sadly, we cannot test the change here during the PR 🤷 )

@JorTurFer
Copy link
Member

/skip-e2e

@JorTurFer JorTurFer enabled auto-merge (squash) May 26, 2024 13:54
@JorTurFer JorTurFer disabled auto-merge May 26, 2024 14:10
@JorTurFer JorTurFer merged commit b84c1ae into kedacore:main May 26, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PR e2e test: Validate the regex before building the images
4 participants