Skip to content
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 1 commit into from
Sep 20, 2017

Conversation

rjernst
Copy link
Member

@rjernst rjernst commented Sep 19, 2017

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

@nik9000
Copy link
Member

nik9000 commented Sep 19, 2017 via email

This commit enforces bwc builds always generate snapshot versions, even
when testing release versions in CI.

closes elastic#26702
@rjernst
Copy link
Member Author

rjernst commented Sep 19, 2017

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 System.setProperty internally.

@rjernst rjernst merged commit a1c766c into elastic:master Sep 20, 2017
@rjernst rjernst deleted the release_test_bwc branch September 20, 2017 00:41
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
@lcawl lcawl removed the v6.1.0 label Dec 12, 2017
@mark-vieira mark-vieira added the Team:Delivery Meta label for Delivery team label Nov 11, 2020
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release build fails to find BWC branches
6 participants