-
Notifications
You must be signed in to change notification settings - Fork 889
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
Enhance darwin-arm64 release #5455
Merged
ananzh
merged 1 commit into
opensearch-project:main
from
AMoo-Miki:exclude-darwin-arm64-fallback
Nov 10, 2023
Merged
Enhance darwin-arm64 release #5455
ananzh
merged 1 commit into
opensearch-project:main
from
AMoo-Miki:exclude-darwin-arm64-fallback
Nov 10, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AMoo-Miki
requested review from
ananzh,
kavilla,
seanneumann,
ashwin-pc,
joshuarrrr,
abbyhu2000,
zengyan-amazon,
kristenTian,
zhongnansu,
manasvinibs,
ZilongX,
Flyingliuhub,
BSFishy and
curq
as code owners
November 9, 2023 22:31
AMoo-Miki
added
the
Skip-Changelog
PRs that are too trivial to warrant a changelog or release notes entry
label
Nov 9, 2023
Codecov Report
@@ Coverage Diff @@
## main #5455 +/- ##
==========================================
+ Coverage 59.07% 66.82% +7.74%
==========================================
Files 2981 3291 +310
Lines 56492 63180 +6688
Branches 8714 10057 +1343
==========================================
+ Hits 33372 42219 +8847
+ Misses 21362 18479 -2883
- Partials 1758 2482 +724
Flags with carried forward coverage won't be shown. Click here to find out more.
|
* Add min-builds for `darwin-x64` and `darwin-arm64`. * Expose `--darwin-arm` as a parameter of the build script. * Work around build's cleanup failure when removal of an already deleted folder is attempted. * Exclude bundling fallbacks with `darwin-arm64` since Node.js v14 has no releases for them. * Update tests to accommodate `darwin-arm64`. * Generalize the Node.js versions used in some tests. Signed-off-by: Miki <miki@amazon.com>
AMoo-Miki
force-pushed
the
exclude-darwin-arm64-fallback
branch
from
November 9, 2023 23:02
0818c66
to
02f301c
Compare
ananzh
approved these changes
Nov 10, 2023
manasvinibs
approved these changes
Nov 10, 2023
zengyan-amazon
approved these changes
Nov 10, 2023
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Nov 10, 2023
* Add min-builds for `darwin-x64` and `darwin-arm64`. * Expose `--darwin-arm` as a parameter of the build script. * Work around build's cleanup failure when removal of an already deleted folder is attempted. * Exclude bundling fallbacks with `darwin-arm64` since Node.js v14 has no releases for them. * Update tests to accommodate `darwin-arm64`. * Generalize the Node.js versions used in some tests. Signed-off-by: Miki <miki@amazon.com> (cherry picked from commit 89dc051) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AMoo-Miki
added a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this pull request
Nov 13, 2023
* Add min-builds for `darwin-x64` and `darwin-arm64`. * Expose `--darwin-arm` as a parameter of the build script. * Work around build's cleanup failure when removal of an already deleted folder is attempted. * Exclude bundling fallbacks with `darwin-arm64` since Node.js v14 has no releases for them. * Update tests to accommodate `darwin-arm64`. * Generalize the Node.js versions used in some tests. Signed-off-by: Miki <miki@amazon.com> (cherry picked from commit 89dc051)
AMoo-Miki
added a commit
that referenced
this pull request
Nov 13, 2023
* Enhance darwin-arm64 release (#5455) * Add min-builds for `darwin-x64` and `darwin-arm64`. * Expose `--darwin-arm` as a parameter of the build script. * Work around build's cleanup failure when removal of an already deleted folder is attempted. * Exclude bundling fallbacks with `darwin-arm64` since Node.js v14 has no releases for them. * Update tests to accommodate `darwin-arm64`. * Generalize the Node.js versions used in some tests. Signed-off-by: Miki <miki@amazon.com> (cherry picked from commit 89dc051) * Update CHANGELOG for darwin-arm64 Signed-off-by: Miki <miki@amazon.com> --------- Signed-off-by: Miki <miki@amazon.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport 2.x
distinguished-contributor
Skip-Changelog
PRs that are too trivial to warrant a changelog or release notes entry
v2.12.0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Enhance darwin-arm64 release
darwin-x64
anddarwin-arm64
.--darwin-arm
as a parameter of the build script.darwin-arm64
since Node.js v14 has no releases for them.darwin-arm64
.PS: Skipping changelog as this is an enhancement to a recent change that was merged [#5290]
Issues Resolved
Fixes #5413
Succeeds #5424
Check List
yarn test:jest
yarn test:jest_integration