-
Notifications
You must be signed in to change notification settings - Fork 885
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
[CI] Fix BWC related CI failures by swapping dist url with snapshot url #4828
Conversation
Codecov Report
@@ Coverage Diff @@
## 2.x #4828 +/- ##
=======================================
Coverage 66.11% 66.12%
=======================================
Files 3315 3315
Lines 63909 63909
Branches 10126 10126
=======================================
+ Hits 42256 42257 +1
Misses 19168 19168
+ Partials 2485 2484 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
Thanks Mana. While this PR is temporary, a future version will first attempt to use |
01aa316
to
5099e91
Compare
Signed-off-by: Manasvini B Suryanarayana <manasvis@amazon.com>
5099e91
to
28d4261
Compare
Yes, we have this issue #4828 |
@manasvinibs should we forward port this? |
Good call! Yes, added the label. |
Description
The BWC tests on 2.x are failing: https://github.com/opensearch-project/OpenSearch-Dashboards/actions/runs/5895740470/job/16189125311.
BWC test files: https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/.github/workflows/build_and_test_workflow.yml#L349 utilize the release artifact which is built by a configuration sent externally. If there are issues in the build release for OpenSearch then we will be impacted, where snapshot is built more frequently.
Issues Resolved
#4814
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr