Skip to content
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

Add verify binary installation workflow and add loose to bootstrapping #891

Merged
merged 6 commits into from
Apr 29, 2024

Conversation

derek-ho
Copy link
Contributor

Description

I have observed some issues within other plugins of issues being only caught at run time. This is because several things can go wrong during the build process, which may not be caught in a dev setup. This adds a workflow to verify that building and installing into OSD works on every PR. It also adds loose bootstrapping to resolve cypress conflicts after OSD added a dependency recently.

Related issues:
opensearch-project/security-dashboards-plugin#1709
opensearch-project/security-analytics-dashboards-plugin#875

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

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.

@@ -63,7 +63,7 @@ jobs:
- name: Bootstrap OpenSearch Dashboards with plugin
run: |
cd OpenSearch-Dashboards/plugins/alerting-dashboards-plugin
yarn osd bootstrap
yarn osd bootstrap --single-version=loose
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

codecov bot commented Feb 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.69%. Comparing base (0c13bae) to head (6a5619a).
Report is 1 commits behind head on main.

❗ Current head 6a5619a differs from pull request most recent head f91a52e. Consider uploading reports for the commit f91a52e to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #891      +/-   ##
==========================================
- Coverage   48.70%   48.69%   -0.01%     
==========================================
  Files         236      236              
  Lines        6852     6845       -7     
  Branches      997      996       -1     
==========================================
- Hits         3337     3333       -4     
+ Misses       3512     3509       -3     
  Partials        3        3              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Derek Ho <dxho@amazon.com>
Signed-off-by: Derek Ho <dxho@amazon.com>
amsiglan
amsiglan previously approved these changes Mar 19, 2024
@@ -42,7 +42,7 @@ jobs:
cd ./OpenSearch-Dashboards/
su `id -un 1000` -c "source $NVM_DIR/nvm.sh && nvm use && node -v && yarn -v &&
cd ./plugins/alerting-dashboards-plugin &&
whoami && yarn osd bootstrap && yarn build && yarn run test:jest --coverage"
whoami && yarn osd bootstrap --single-version=loose && yarn build && yarn run test:jest --coverage"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the --single-version=loose argument also needed on line 87?

Signed-off-by: Derek Ho <dxho@amazon.com>
@lezzago lezzago merged commit 06fa155 into opensearch-project:main Apr 29, 2024
9 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Apr 29, 2024
#891)

* Add verify binary installation workflow and add loose to bootstrapping

Signed-off-by: Derek Ho <dxho@amazon.com>

* Fix built zip name

Signed-off-by: Derek Ho <dxho@amazon.com>

* Remove references to security

Signed-off-by: Derek Ho <dxho@amazon.com>

* Add loose

Signed-off-by: Derek Ho <dxho@amazon.com>

---------

Signed-off-by: Derek Ho <dxho@amazon.com>
(cherry picked from commit 06fa155)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants