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
Gradle check is now failing on #1275. The name of the archive was changed in #1094, but gradle check still runs a bunch of checks expecting the old name.
I am not sure how that's possible and why it's checking versions 1.1 or 1.2 when we're building main that is 2.0.
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':distribution:bwc:staged:buildBwcLinuxTar'.
> Building 1.1.0 didn't generate expected file /var/CITOOL/workflow/OpenSearch_CI/PR_Checks/Gradle_Check/search/distribution/bwc/staged/build/bwc/checkout-1.1/distribution/archives/linux-tar/build/distributions/opensearch-1.1.0-SNAPSHOT-linux-x64.tar.gz
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':distribution:bwc:minor:buildBwcLinuxTar'.
> Building 1.2.0 didn't generate expected file /var/CITOOL/workflow/OpenSearch_CI/PR_Checks/Gradle_Check/search/distribution/bwc/minor/build/bwc/checkout-1.x/distribution/archives/linux-tar/build/distributions/opensearch-1.2.0-SNAPSHOT-linux-x64.tar.gz
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================
The text was updated successfully, but these errors were encountered:
Describe the bug
Gradle check is now failing on #1275. The name of the archive was changed in #1094, but gradle check still runs a bunch of checks expecting the old name.
I am not sure how that's possible and why it's checking versions 1.1 or 1.2 when we're building main that is 2.0.
The text was updated successfully, but these errors were encountered: