-
Notifications
You must be signed in to change notification settings - Fork 272
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
replace ci prefix only at rewriting part #1681
Conversation
Signed-off-by: Tianle Huang <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1681 +/- ##
=========================================
Coverage 94.74% 94.74%
Complexity 14 14
=========================================
Files 166 166
Lines 3501 3501
Branches 25 25
=========================================
Hits 3317 3317
Misses 181 181
Partials 3 3
Continue to review full report at Codecov.
|
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.
Could there be a missing test case that can be added? I'm not certain from the current logic if all scenarios are getting coverage.
Thought about this as well. The underlying issue is that the url without |
Signed-off-by: Tianle Huang <[email protected]>
Signed-off-by: Tianle Huang <[email protected]>
Added checks and related unit tests for such. Please help take a look. @peternied |
Signed-off-by: Tianle Huang <[email protected]>
|
Hi @tianleh, the new changes are deployed. Please check. Thanks! |
Link to main issue #1492 |
Signed-off-by: Tianle Huang [email protected]
Description
We observed that https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/1.3.0/latest/linux/arm64/builds/opensearch/manifest.yml
is being redirected to
https://ci.opensearch.org/distribution-build-opensearch/1.3.0/1204/linux/arm64/builds/opensearch/manifest.yml
and ended up with
AccessDenied
error. Thus we shall not removeci/dbc
during redirect. Instead, it shall only happen at the rewrite part.Issues Resolved
Test
update unit test for this.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.