-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Build: Make bwc builds always use snapshot=false #26704
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rjernst
added
:Delivery/Build
Build or test infrastructure
v5.6.2
v6.0.0
v6.1.0
v7.0.0
labels
Sep 19, 2017
Lgtm
…On Mon, Sep 18, 2017, 11:36 PM Ryan Ernst ***@***.***> wrote:
This commit makes the bwc builds use Exec instead of GradleBuild when
doing a release build. This is only relevant in the case of running
tests with a release build, which is only done by CI, so the sub build
in that case is run with info logging.
closes #26702 <#26702>
------------------------------
You can view, comment on, or merge this pull request online at:
#26704
Commit Summary
- Build: Make bwc builds always use snapshot=false
File Changes
- *M*
buildSrc/src/main/groovy/org/elasticsearch/gradle/VersionProperties.groovy
<https://github.com/elastic/elasticsearch/pull/26704/files#diff-0> (2)
- *M* distribution/bwc/build.gradle
<https://github.com/elastic/elasticsearch/pull/26704/files#diff-1>
(20)
Patch Links:
- https://github.com/elastic/elasticsearch/pull/26704.patch
- https://github.com/elastic/elasticsearch/pull/26704.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#26704>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANLomJafIDw8-k0rlmV5aDP_U_DlPtiks5sjzbagaJpZM4Pb0DQ>
.
|
This commit enforces bwc builds always generate snapshot versions, even when testing release versions in CI. closes elastic#26702
rjernst
force-pushed
the
release_test_bwc
branch
from
September 19, 2017 23:05
c5131db
to
c41cfa6
Compare
I updated this to override the sysprops via the startParameter of GradleBuild, as suggested by @ywelsch. I'm willing to use this for now, but I am apprehensive about it because I know it means gradle is using |
jasontedor
added a commit
to jasontedor/elasticsearch
that referenced
this pull request
Sep 20, 2017
* master: [DOCS] Added index-shared4 and index-shared5.asciidoc BulkProcessor flush runnable preserves the thread context from creation time (elastic#26718) Catch exceptions and inform handler in RemoteClusterConnection#collectNodes (elastic#26725) [Docs] Fix name of character filter in example. (elastic#26724) Remove parse field deprecations in query builders (elastic#26711) elastic#26720: Set the correct bwc version after backport to 6.0 Remove deprecated type and slop field in MatchQueryBuilder (elastic#26720) Refactoring of Gateway*** classes (elastic#26706) Make RestHighLevelClient's Request class public (elastic#26627) Deguice ActionFilter (elastic#26691) aggs: Allow aggregation sorting via nested aggregation. Build: Set bwc builds to always set snapshot (elastic#26704) File Discovery: Remove fallback with zen discovery (elastic#26667)
rjernst
added a commit
that referenced
this pull request
Sep 25, 2017
This commit enforces bwc builds always generate snapshot versions, even when testing release versions in CI. closes #26702
rjernst
added a commit
that referenced
this pull request
Sep 25, 2017
This commit enforces bwc builds always generate snapshot versions, even when testing release versions in CI. closes #26702
rjernst
added a commit
that referenced
this pull request
Sep 25, 2017
This commit enforces bwc builds always generate snapshot versions, even when testing release versions in CI. closes #26702
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Delivery/Build
Build or test infrastructure
Team:Delivery
Meta label for Delivery team
v5.6.3
v6.0.0-rc1
v7.0.0-beta1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit makes the bwc builds use Exec instead of GradleBuild when
doing a release build. This is only relevant in the case of running
tests with a release build, which is only done by CI, so the sub build
in that case is run with info logging.
closes #26702