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 remote-tracking branch 'origin/main' into carlosdelest/ingest-s…
…ervice-field-inference # Conflicts: # server/src/main/java/org/elasticsearch/TransportVersions.java # server/src/main/java/org/elasticsearch/node/Node.java
- Loading branch information
Showing
1,759 changed files
with
36,927 additions
and
25,129 deletions.
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
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
--- | ||
jjbb-template: matrix-gradle-unix.yml | ||
jjbb-template: matrix-gradle-unix-disabled.yml | ||
vars: | ||
- job-name: elastic+elasticsearch+%BRANCH%+periodic+bwc | ||
- job-display-name: "elastic / elasticsearch # %BRANCH% - backwards compatibility matrix" | ||
- job-description: "Testing of the Elasticsearch %BRANCH% branch backwards compatibility matrix.\n" | ||
- matrix-yaml-file: ".ci/bwcVersions" | ||
- matrix-variable: BWC_VERSION | ||
- gradle-args: "-Dbwc.checkout.align=true v$BWC_VERSION#bwcTest" |
6 changes: 0 additions & 6 deletions
6
.ci/jobs.t/elastic+elasticsearch+periodic+concurrent-search-tests-trigger.yml
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 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
6 changes: 0 additions & 6 deletions
6
.ci/jobs.t/elastic+elasticsearch+periodic+eql-correctness-trigger.yml
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
6 changes: 0 additions & 6 deletions
6
.ci/jobs.t/elastic+elasticsearch+periodic+example-plugins-trigger.yml
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
6 changes: 0 additions & 6 deletions
6
.ci/jobs.t/elastic+elasticsearch+periodic+java-fips-matrix-trigger.yml
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
6 changes: 0 additions & 6 deletions
6
.ci/jobs.t/elastic+elasticsearch+periodic+java-matrix-trigger.yml
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
6 changes: 0 additions & 6 deletions
6
.ci/jobs.t/elastic+elasticsearch+periodic+packaging-tests-trigger.yml
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
6 changes: 0 additions & 6 deletions
6
.ci/jobs.t/elastic+elasticsearch+periodic+release-tests-trigger.yml
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
6 changes: 0 additions & 6 deletions
6
.ci/jobs.t/elastic+elasticsearch+periodic+single-processor-tests-trigger.yml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
.ci/jobs.t/elastic+elasticsearch+periodic+snyk-dependency-monitoring-trigger.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
- job: | ||
name: "{job-name}" | ||
display-name: "{job-display-name}" | ||
description: "This job has been migrated to Buildkite.\n" | ||
disabled: true | ||
project-type: matrix | ||
child-workspace: /dev/shm/{job-name} | ||
node: master | ||
scm: | ||
- git: | ||
wipe-workspace: false | ||
axes: | ||
- axis: | ||
type: slave | ||
name: nodes | ||
values: | ||
- "general-purpose" | ||
- axis: | ||
type: yaml | ||
filename: "{matrix-yaml-file}" | ||
name: "{matrix-variable}" | ||
builders: | ||
- inject: | ||
properties-file: ".ci/java-versions.properties" | ||
properties-content: | | ||
JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA | ||
JAVA11_HOME=$HOME/.java/java11 | ||
JAVA16_HOME=$HOME/.java/openjdk16 | ||
- shell: | | ||
#!/usr/local/bin/runbld --redirect-stderr | ||
$WORKSPACE/.ci/scripts/run-gradle.sh {gradle-args} |
Oops, something went wrong.