-
Notifications
You must be signed in to change notification settings - Fork 30
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
Ignore istio version suffix used in the downstream builds #446
Ignore istio version suffix used in the downstream builds #446
Conversation
The test is expecting to see the same version parsed from versions.yaml and a version string returned by `pilot-discovery version`. This is not the same in downstream builds as we use the `_ossm` suffix. Signed-off-by: Filip Brychta <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #446 +/- ##
==========================================
- Coverage 75.93% 75.73% -0.20%
==========================================
Files 35 35
Lines 2061 2061
==========================================
- Hits 1565 1561 -4
- Misses 425 428 +3
- Partials 71 72 +1 ☔ View full report in Codecov by Sentry. |
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..!
eg: In Version:"1.23.0-snapshot", it will capture 1.23.0 and stop before the underscore.
/retest |
3 similar comments
/retest |
/retest |
/retest |
* upstream/main: Ignore istio version suffix used in the downstream builds (istio-ecosystem#446) Pin the version of OLM we use for e2e tests (istio-ecosystem#450)
* upstream/main: Ignore istio version suffix used in the downstream builds (istio-ecosystem#446) Pin the version of OLM we use for e2e tests (istio-ecosystem#450)
What type of PR is this?
What this PR does / why we need it:
The test is expecting to see the same version parsed from versions.yaml and a version string returned by
pilot-discovery version
. This is not the same in downstream builds as we use the_ossm
suffix.