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

Improve osd components repo cleanup logics #4351

Merged

Conversation

peterzhuamazon
Copy link
Member

Description

Improve osd components repo cleanup logics

Issues Resolved

Closes #4350

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.

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Copy link

codecov bot commented Jan 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f37c31c) 91.35% compared to head (513d262) 91.35%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4351   +/-   ##
=======================================
  Coverage   91.35%   91.35%           
=======================================
  Files         190      190           
  Lines        6175     6175           
=======================================
  Hits         5641     5641           
  Misses        534      534           

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

@peterzhuamazon
Copy link
Member Author


 info copying assets from `public/assets` to build
 info copying server source into the build and converting with babel
 info running yarn to install dependencies
 info compressing plugin into [searchRelevanceDashboards-2.12.0.zip]
 info cleaning up compression temporary artifacts
Done in 15.34s.
+ cd /tmp/tmpyx9aja4b/searchRelevanceDashboards
+ echo 'COPY searchRelevanceDashboards.zip'
COPY searchRelevanceDashboards.zip
+ cp -r ../OpenSearch-Dashboards/plugins/searchRelevanceDashboards/build/searchRelevanceDashboards-2.12.0.zip builds/plugins/
+ cleanup_all
+ File_Delete ../OpenSearch-Dashboards/plugins/searchRelevanceDashboards
+ FILE_NAME=../OpenSearch-Dashboards/plugins/searchRelevanceDashboards
+ echo Attempt to rm ../OpenSearch-Dashboards/plugins/searchRelevanceDashboards
Attempt to rm ../OpenSearch-Dashboards/plugins/searchRelevanceDashboards
+ '[' -z ../OpenSearch-Dashboards/plugins/searchRelevanceDashboards ']'
+ echo 'Removing ../OpenSearch-Dashboards/plugins/searchRelevanceDashboards'
Removing ../OpenSearch-Dashboards/plugins/searchRelevanceDashboards
+ rm -rf -- ../OpenSearch-Dashboards/plugins/searchRelevanceDashboards
2024-01-17 23:27:57 INFO     Appended searchRelevanceDashboards component in build manifest.
2024-01-17 23:27:57 INFO     Recording plugins artifact for searchRelevanceDashboards: plugins/searchRelevanceDashboards-2.12.0.zip (from /tmp/tmpyx9aja4b/searchRelevanceDashboards/builds/plugins/searchRelevanceDashboards-2.12.0.zip)
2024-01-17 23:27:57 INFO     Checked /tmp/tmpyx9aja4b/searchRelevanceDashboards/builds/plugins/searchRelevanceDashboards-2.12.0.zip (2.12.0.0)
2024-01-17 23:27:57 INFO     Successfully built searchRelevanceDashboards
2024-01-17 23:27:57 INFO     Created build manifest /home/ci-runner/opensearch-build/tar/builds/opensearch-dashboards/manifest.yml
2024-01-17 23:27:57 INFO     Keeping /tmp/tmpyx9aja4b
2024-01-17 23:27:57 ERROR    Failed plugins are ['customImportMapDashboards', 'indexManagementDashboards', 'notificationsDashboards', 'alertingDashboards', 'securityAnalyticsDashboards', 'securityDashboards']
2024-01-17 23:27:57 INFO     Done.

@peterzhuamazon peterzhuamazon merged commit ca0c930 into opensearch-project:main Jan 17, 2024
13 checks passed
@peterzhuamazon peterzhuamazon deleted the osd-scripts-lib branch January 17, 2024 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

[Bug]: 2.12.0 build.sh missing
2 participants