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
Adding bwc version 2.7.1 after 2.7.0
Adding V_2_7_1 after V_2_7_0
sed: can't read server/src/main/java/org/opensearch/Version.java: No such file or directory
Error: Process completed with exit code 2.
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
- Resolvesopensearch-project#7411
- Related Discussion opensearch-project#7398
- Resolvesopensearch-project#7396
Signed-off-by: Peter Nied <[email protected]>
Describe the bug
Reviewing the GitHub action logs the version job is broken because of an issue referencing the version Java file
See
https://github.com/opensearch-project/OpenSearch/actions/workflows/version.yml
The text was updated successfully, but these errors were encountered: