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 jenkins benchmark job for cluster endpoint runs #4579

Merged
merged 4 commits into from
Apr 8, 2024

Conversation

Divyaasm
Copy link
Collaborator

Description

Add jenkins benchmark job for cluster endpoint runs

Issues Resolved

Requires opensearch-project/opensearch-build-libraries#400

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.

Copy link

codecov bot commented Mar 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.40%. Comparing base (9263504) to head (dc9a030).
Report is 20 commits behind head on main.

❗ Current head dc9a030 differs from pull request most recent head 9d8f4c4. Consider uploading reports for the commit 9d8f4c4 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4579      +/-   ##
==========================================
+ Coverage   92.17%   92.40%   +0.23%     
==========================================
  Files         192      193       +1     
  Lines        6297     6317      +20     
==========================================
+ Hits         5804     5837      +33     
+ Misses        493      480      -13     

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

trim: true
)
string(
name: 'ADDITIONAL_CONFIG',
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is related to opensearch-cluster-cdk, not required here.

trim: true
)
booleanParam(
name: 'CLUSTER_WITH_SECURITY',
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: rename to SECURITY_ENABLED?

binding.setVariable('ARTIFACT_DOWNLOAD_ROLE_NAME', 'Dummy_Download_Role')
binding.setVariable('AWS_ACCOUNT_PUBLIC', 'dummy_account')
binding.setVariable('CLUSTER_ENDPOINT', 'opensearch-ABCxdfdfhyfk.com')
binding.setVariable('CLUSTER_WITH_SECURITY', true)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you please add one more test with security disabled?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Sure Rishabh

Signed-off-by: Divya Madala <[email protected]>
Signed-off-by: Divya Madala <[email protected]>
@rishabh6788 rishabh6788 merged commit dfaad29 into opensearch-project:main Apr 8, 2024
9 of 10 checks passed
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.

2 participants