You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected behavior?
We should have a mechanism to check if the current version matches with the opensearch_build version, and fail the build immediately if it mismatches the version due to several reasons such as the plugin version not being incremented.
What is your host/environment?
OS: [e.g. iOS]
Version [e.g. 22]
Plugins
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered:
Had a discussion with Zelin.
This is not a RCA issue per se. But related to PA plugin package. Background:
Currently PA has a dependency on RCA and pull the package here in build.gradle.
As of now, when we upgrade OS build version in PA and RCA, we make changes in above line to point PA to correct RCA branch.
Issue/Enhancement:
Right now, when we build PA package, there is no check to verify whether PA (for eg 2.0 branch) is pointing to correct RCA branch/version. We can consider to add these checks.
What is the bug?
A clear and concise description of the bug.
When we clone the repo here in
build.gradle
,https://github.com/opensearch-project/performance-analyzer/blob/e5cfc3d40d8015532bb7be5cf1c7b14411fb22e4/build.gradle#L375-L389
even the build version is not incremented and different from the PA, the build will still succeed although it failed silently.
What is the expected behavior?
We should have a mechanism to check if the current version matches with the
opensearch_build
version, and fail the build immediately if it mismatches the version due to several reasons such as the plugin version not being incremented.What is your host/environment?
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: