-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BUG] [Build Break] buildBwcLinuxTar is expecting 2.7.0 artifact but getting 2.7.1 #7396
Comments
I've added the flaky test flag because it seems like this test is not reliable due to changes unrelated to the current pull request. |
@peternied This was fixed as a part of #7379 |
@peternied Can you please verify the fix and close out the issue? |
I've created #7398 that fixes the cause of this flaky test. After that pull request is merged / closed, I'll resolve this issue. |
This change alters the version workflow to create a new issue, then create several commits linked back to that issue and finally close the issue when all commits are completed for tracability of version updates. Background As version updates have different propigation speeds depending on pull request reviews, consistant CI in many branches, and an careful order of execution this would cause failures outside the scope of changes that would block changes into main and other branches. This change removes the use of pull requests and the standard ci gates. To ensure that the changes operate consistantly created a GitHub Action to manage the file modification peternied/opensearch-core-version-updater See an example of this workflows results with #66 Related issues - Resolves opensearch-project#7411 - Related Discussion opensearch-project#7398 - Resolves opensearch-project#7396 Signed-off-by: Peter Nied <[email protected]>
@andrross While #11926 did reference this issue it didn't fix the underlying problem - if a new version is published existing pull requests have to rebase/merge or they will fail. Was there another PR or test change that addressed this?
|
No, that behavior is still present. |
Describe the bug
The gradle task
:distribution:bwc:staged:buildBwcLinuxTar
fails on the Jenkins build and locally. See the error message...
To Reproduce
Run
./gradlew :distribution:bwc:staged:buildBwcLinuxTar
Additional context
The text was updated successfully, but these errors were encountered: