forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/data_stream_support_routing
* master: (868 commits) Query API key - Rest spec and yaml tests (elastic#76238) Delay shard reassignment from nodes which are known to be restarting (elastic#75606) Reenable bwc tests for elastic#76475 (elastic#76576) Set version to 7.15 in BWC code (elastic#76577) Don't remove warning headers on all failure (elastic#76434) Disable bwc tests for elastic#76475 (elastic#76541) Re-enable bwc tests (elastic#76567) Keep track of data recovered from snapshots in RecoveryState (elastic#76499) [Transform] Align transform checkpoint range with date_histogram interval for better performance (elastic#74004) EQL: Remove "wildcard" function (elastic#76099) Fix 'accept' and 'content_type' fields for search_mvt API Add persistent licensed feature tracking (elastic#76476) Add system data streams to feature state snapshots (elastic#75902) fix the error message for instance methods that don't exist (elastic#76512) ILM: Add validation of the number_of_shards parameter in Shrink Action of ILM (elastic#74219) remove dashboard only reserved role (elastic#76507) Fix Stack Overflow in UnassignedInfo in Corner Case (elastic#76480) Add (Extended)KeyUsage KeyUsage, CipherSuite & Protocol to SSL diagnostics (elastic#65634) Add recovery from snapshot to tests (elastic#76535) Reenable BwC Tests after elastic#76532 (elastic#76534) ...
- Loading branch information
Showing
3,570 changed files
with
103,487 additions
and
38,011 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"upstream": "elastic/elasticsearch", | ||
"targetBranchChoices": [ | ||
{ "name": "master", "checked": true }, | ||
{ "name": "7.x", "checked": true }, | ||
"7.14", | ||
"7.13", | ||
"6.8" | ||
], | ||
"targetPRLabels": ["backport"], | ||
"branchLabelMapping": { | ||
"^v8.0.0$": "master", | ||
"^v7.15.0$": "7.x", | ||
"^v(\\d+).(\\d+).\\d+$": "$1.$2" | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,5 +37,8 @@ BWC_VERSION: | |
- "7.13.1" | ||
- "7.13.2" | ||
- "7.13.3" | ||
- "7.13.4" | ||
- "7.14.0" | ||
- "7.14.1" | ||
- "7.15.0" | ||
- "8.0.0" |
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
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,37 @@ | ||
--- | ||
jjbb-template: pull-request-gradle-unix.yml | ||
vars: | ||
- pr-job: "bwc" | ||
- gradle-args: "-Dignore.tests.seed bwcTestSnapshots" | ||
- job: | ||
name: "elastic+elasticsearch+pull-request+bwc" | ||
display-name: "elastic / elasticsearch - pull request bwc" | ||
description: "Testing of Elasticsearch pull requests - bwc" | ||
workspace: "/dev/shm/elastic+elasticsearch+pull-request+bwc" | ||
scm: | ||
- git: | ||
refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" | ||
branches: | ||
- "${ghprbActualCommit}" | ||
triggers: | ||
- github-pull-request: | ||
org-list: | ||
- elastic | ||
allow-whitelist-orgs-as-admins: true | ||
trigger-phrase: '.*run\W+elasticsearch-ci/bwc.*' | ||
github-hooks: true | ||
status-context: elasticsearch-ci/bwc | ||
cancel-builds-on-update: true | ||
excluded-regions: | ||
- ^docs/.* | ||
black-list-labels: | ||
- '>test-mute' | ||
- 'test-full-bwc' | ||
builders: | ||
- inject: | ||
properties-file: '.ci/java-versions.properties' | ||
properties-content: | | ||
JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA | ||
RUNTIME_JAVA_HOME=$HOME/.java/$ES_RUNTIME_JAVA | ||
JAVA8_HOME=$HOME/.java/java8 | ||
JAVA11_HOME=$HOME/.java/java11 | ||
JAVA15_HOME=$HOME/.java/openjdk15 | ||
- shell: | | ||
#!/usr/local/bin/runbld --redirect-stderr | ||
$WORKSPACE/.ci/scripts/run-gradle.sh -Dignore.tests.seed bwcTestSnapshots |
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
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
50 changes: 50 additions & 0 deletions
50
.ci/jobs.t/elastic+elasticsearch+pull-request+full-bwc.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
- job: | ||
name: "elastic+elasticsearch+pull-request+full-bwc" | ||
display-name: "elastic / elasticsearch - pull request full-bwc" | ||
description: "Testing of Elasticsearch pull requests - full-bwc" | ||
project-type: matrix | ||
node: master | ||
child-workspace: "/dev/shm/elastic+elasticsearch+pull-request+full-bwc" | ||
scm: | ||
- git: | ||
refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" | ||
branches: | ||
- "${ghprbActualCommit}" | ||
triggers: | ||
- github-pull-request: | ||
org-list: | ||
- elastic | ||
allow-whitelist-orgs-as-admins: true | ||
trigger-phrase: '.*run\W+elasticsearch-ci/full-bwc.*' | ||
github-hooks: true | ||
status-context: elasticsearch-ci/full-bwc | ||
cancel-builds-on-update: true | ||
excluded-regions: | ||
- ^docs/.* | ||
white-list-labels: | ||
- 'test-full-bwc' | ||
black-list-labels: | ||
- '>test-mute' | ||
axes: | ||
- axis: | ||
type: slave | ||
name: nodes | ||
values: | ||
- "general-purpose" | ||
- axis: | ||
type: yaml | ||
filename: ".ci/bwcVersions" | ||
name: "BWC_VERSION" | ||
builders: | ||
- inject: | ||
properties-file: '.ci/java-versions.properties' | ||
properties-content: | | ||
JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA | ||
RUNTIME_JAVA_HOME=$HOME/.java/$ES_RUNTIME_JAVA | ||
JAVA8_HOME=$HOME/.java/java8 | ||
JAVA11_HOME=$HOME/.java/java11 | ||
JAVA15_HOME=$HOME/.java/openjdk15 | ||
- shell: | | ||
#!/usr/local/bin/runbld --redirect-stderr | ||
$WORKSPACE/.ci/scripts/run-gradle.sh -Dignore.tests.seed v$BWC_VERSION#bwcTest |
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
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
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
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
53 changes: 53 additions & 0 deletions
53
.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-upgrade-tests.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
- job: | ||
name: "elastic+elasticsearch+pull-request+packaging-upgrade-tests" | ||
display-name: "elastic / elasticsearch - pull request packaging-upgrade-tests" | ||
description: "Testing of Elasticsearch pull requests - packaging-upgrade-tests" | ||
project-type: matrix | ||
node: master | ||
child-workspace: "/dev/shm/elastic+elasticsearch+pull-request+packaging-upgrade-tests" | ||
scm: | ||
- git: | ||
refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" | ||
branches: | ||
- "${ghprbActualCommit}" | ||
triggers: | ||
- github-pull-request: | ||
org-list: | ||
- elastic | ||
allow-whitelist-orgs-as-admins: true | ||
trigger-phrase: '.*run\W+elasticsearch-ci/packaging-upgrade-tests.*' | ||
github-hooks: true | ||
status-context: elasticsearch-ci/packaging-upgrade-tests | ||
cancel-builds-on-update: true | ||
black-list-target-branches: | ||
- 6.8 | ||
excluded-regions: | ||
- ^docs/.* | ||
white-list-labels: | ||
- ':Delivery/Packaging' | ||
black-list-labels: | ||
- '>test-mute' | ||
axes: | ||
- axis: | ||
type: label-expression | ||
name: os | ||
values: | ||
- centos-8-packaging | ||
- ubuntu-20.04-packaging | ||
- axis: | ||
type: yaml | ||
filename: ".ci/bwcVersions" | ||
name: "BWC_VERSION" | ||
builders: | ||
- inject: | ||
properties-file: '.ci/java-versions.properties' | ||
properties-content: | | ||
JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA | ||
RUNTIME_JAVA_HOME=$HOME/.java/$ES_RUNTIME_JAVA | ||
JAVA8_HOME=$HOME/.java/java8 | ||
JAVA11_HOME=$HOME/.java/java11 | ||
JAVA15_HOME=$HOME/.java/openjdk15 | ||
- shell: | | ||
#!/usr/local/bin/runbld --redirect-stderr | ||
./.ci/os.sh --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/ destructiveDistroUpgradeTest.v$BWC_VERSION |
Oops, something went wrong.