Build: Move verifyVersions to new branchConsistency task#25009
Merged
rjernst merged 1 commit intoelastic:masterfrom Jun 1, 2017
Merged
Build: Move verifyVersions to new branchConsistency task#25009rjernst merged 1 commit intoelastic:masterfrom
rjernst merged 1 commit intoelastic:masterfrom
Conversation
This commit adds a new `branchConsistency` task which will run in CI once a day, instead of on every commit. This allows `verifyVersions` to not break immediately once a new version is released in maven.
nik9000
approved these changes
Jun 1, 2017
rjernst
added a commit
that referenced
this pull request
Jun 1, 2017
This commit adds a new `branchConsistency` task which will run in CI once a day, instead of on every commit. This allows `verifyVersions` to not break immediately once a new version is released in maven.
rjernst
added a commit
that referenced
this pull request
Jun 1, 2017
This commit adds a new `branchConsistency` task which will run in CI once a day, instead of on every commit. This allows `verifyVersions` to not break immediately once a new version is released in maven.
jasontedor
added a commit
to s12v/elasticsearch
that referenced
this pull request
Jun 2, 2017
* master: (62 commits) Handle already closed while filling gaps [DOCS] Clarify behaviour of scripted-metric arg with empty parent buckets [DOCS] Clarify connections and gateway nodes selection in cross cluster search docs (elastic#24859) Java api: Remove unneeded getTookInMillis method (elastic#23923) Adds nodes usage API to monitor usages of actions (elastic#24169) Add superset size to Significant Term REST response (elastic#24865) Disallow multiple parent-join fields per mapping (elastic#25002) [Test] Remove unused test resources in core (elastic#25011) Scripting: Add optional context parameter to put stored script requests (elastic#25014) Extract a common base class for scroll executions (elastic#24979) Build: fix version sorting Build: Move verifyVersions to new branchConsistency task (elastic#25009) Add backwards compatibility indices Build: improve verifyVersions error message (elastic#25006) Add version 5.4.2 constant Docs: More search speed advices. (elastic#24802) Add version 5.3.3 constant Reorganize docs of global ordinals. (elastic#24982) Provide the TransportRequest during validation of a search context (elastic#24985) [TEST] fix SearchIT assertion to also accept took set to 0 ...
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 adds a new
branchConsistencytask which will run in CIonce a day, instead of on every commit. This allows
verifyVersionstonot break immediately once a new version is released in maven.