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

Support running Integ and BWC tests for multiple test manifests #4301

Open
gaiksaya opened this issue Dec 20, 2023 · 0 comments
Open

Support running Integ and BWC tests for multiple test manifests #4301

gaiksaya opened this issue Dec 20, 2023 · 0 comments

Comments

@gaiksaya
Copy link
Member

gaiksaya commented Dec 20, 2023

Is your feature request related to a problem? Please describe

With more and more features coming in, along with default test manifest that contains everything set to default for opensearch core, we saw more test manifest being added with non-default parameters. Example: test manifest with concurrent search enabled, segment replication enabled, etc.

Currently we do not have a mechanism to pass multiple test manifests at the jenkins job level, when integration and BWC tests are triggered via distribution pipeline. Instead we are adding these manifests to run via a cronjob.

Along with this, the GH issue creation do not specify what manifest was used to run the tests.

Describe the solution you'd like

Ability to pass and run integration and BWC tests for multiple test manifests.

Describe alternatives you've considered

Continue using cronjobs but this is inefficient as check-for-build jobs triggers the distribution build and tests only when there are changes in components across mentioned GitHub reference avoiding unnecessary rebuilds.

Additional context

  • The existing distribution build TEST_MANIFEST parameter should support taking multiple test manifest as part of the job execution, having this will allow triggering integ/BWC test job with the same distribution build number rather than using latest artifact.

Acceptance criteria:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants