-
Notifications
You must be signed in to change notification settings - Fork 494
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] Fix tests migrated to Chainsaw #2650
Conversation
70e60ae
to
68911d0
Compare
tests/e2e-instrumentation/instrumentation-apache-httpd/chainsaw-test.yaml
Show resolved
Hide resolved
|
tests/e2e-instrumentation/instrumentation-apache-httpd/chainsaw-test.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I'm not an OpenShift expert, would appreciate review from another maintainer of these tests.
@frzifus Need your approval on the PR. |
Seems the e2e test is failing:
|
It looks like the templating is not applied 🤔 |
@IshwarKanse one workaround is to set the spec:
template: true
steps:
# ... I'm investigating... |
Nope, that's a flake, i can reproduce it :( |
I triggered a 3rd re-run. Lets see, but if thats not a behavior on cc @jaronoff97 |
It’s definitely a bug in chainsaw. Something goes wrong with parsing expressions concurrently. |
Ok, found it, will be fixed in the next version (hopefully tomorrow). |
For reference kyverno/kyverno-json#312 🙈 |
@IshwarKanse i fixed the issue, i'm going to cut |
d1dbe42
to
cc78298
Compare
@eddycharly The Github action needs to be updated. I've bumped the version in this PR. |
@IshwarKanse i just released |
@IshwarKanse GH action was updated. |
28c05f9
to
4e2e4be
Compare
Looks like there's another problem now... could be related to multi-cluster support 👀 |
For the upgrade one.
|
I'm cutting For ref kyverno/chainsaw#946 |
@IshwarKanse |
@eddycharly That was super fast, thanks for fixing these issues. I've updated the PR |
@IshwarKanse i knew multi cluster support was a risky feature. Thanks for your patience! |
@frzifus @jaronoff97 Thanks to @eddycharly ,the Chainsaw bugs have now been resolved and the CI is green. The PR is good to merge. |
Description: