Skip to content

Commit 4d6f241

Browse files
committed
Merge branch 'upstream/master' into rollover-add-max_shard_docs
* upstream/master: (762 commits) [DOCS] Add note to that log4j customization is outside the support scope (elastic#82668) Batch Index Settings Update Requests (elastic#82896) [DOCS] Delete pipeline containing stored script (elastic#83102) Try again to fix changelog areas after reorg (elastic#83100) Bind to non-localhost for transport in some cases (elastic#82973) [DOCS] Reuse multi-level `join` warning (elastic#82976) Remove unnecessary CopyOnWriteHashMap class (elastic#83040) Adjust changelog categories after reorg (elastic#83087) [DOCS] Fix typo in `action.destructive_requires_name` breaking change (elastic#83085) Stack Monitoring: Add Enterprise Search monitoring index templates (elastic#82743) [DOCS] Fix stored script example snippet (elastic#83056) [DOCS] Re-add network traffic para to `term` query (elastic#83047) [DOCS] Rename example stored script (elastic#83054) [ML][DOCS] Add Trained model APIs to the REST APIs index (elastic#82791) [ML] Update running process when global calendar changes (elastic#83044) [Transform] Fix condition on which the transform stops processing buckets (elastic#82852) [DOCS] Fixes field names in ML sum functions. (elastic#83048) [ML] fix NLP tokenization never_split handling around punctuation (elastic#82982) Construct dynamic updates directly via object builders (elastic#81449) Emit trace.id into audit logs (elastic#82849) ... # Conflicts: # client/rest-high-level/src/test/java/org/elasticsearch/client/IndicesClientIT.java # client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/ILMDocumentationIT.java # server/src/main/java/org/elasticsearch/action/admin/indices/rollover/Condition.java # server/src/test/java/org/elasticsearch/action/admin/indices/rollover/ConditionTests.java # x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ilm/RolloverActionTests.java # x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ilm/TimeseriesLifecycleTypeTests.java # x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ilm/WaitForRolloverReadyStepTests.java
2 parents 2939d24 + 30b8cdc commit 4d6f241

File tree

6,417 files changed

+143622
-122794
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,417 files changed

+143622
-122794
lines changed

.backportrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
"targetBranchChoices": [
44
"master",
55
"8.0",
6+
"7.17",
67
"7.16",
7-
"7.15",
8-
"7.14",
98
"6.8"
109
],
1110
"targetPRLabels": ["backport"],

.ci/bwcVersions

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ BWC_VERSION:
4444
- "7.15.0"
4545
- "7.15.1"
4646
- "7.15.2"
47-
- "7.15.3"
4847
- "7.16.0"
48+
- "7.16.1"
49+
- "7.16.2"
50+
- "7.16.3"
51+
- "7.16.4"
52+
- "7.17.0"
4953
- "8.0.0"
5054
- "8.1.0"

.ci/java-versions-aarch64.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# build and test Elasticsearch for this branch. Valid Java versions
55
# are 'java' or 'openjdk' followed by the major release number.
66

7-
ES_BUILD_JAVA=jdk16
7+
ES_BUILD_JAVA=jdk17
88
ES_RUNTIME_JAVA=jdk17

.ci/java-versions-fips.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# build and test Elasticsearch for this branch. Valid Java versions
55
# are 'java' or 'openjdk' followed by the major release number.
66

7-
ES_BUILD_JAVA=openjdk16
7+
ES_BUILD_JAVA=openjdk17
88
ES_RUNTIME_JAVA=openjdk17

.ci/java-versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# build and test Elasticsearch for this branch. Valid Java versions
55
# are 'java' or 'openjdk' followed by the major release number.
66

7-
ES_BUILD_JAVA=openjdk16
7+
ES_BUILD_JAVA=openjdk17
88
ES_RUNTIME_JAVA=openjdk17

.ci/jobs.t/defaults.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
url: https://github.com/elastic/elasticsearch/
5454
- inject:
5555
properties-content: |
56+
COMPOSE_HTTP_TIMEOUT=120
5657
JOB_BRANCH=%BRANCH%
5758
HOME=$JENKINS_HOME
5859
GRADLEW=./gradlew --parallel --scan --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/

.ci/jobs.t/elastic+elasticsearch+multijob+packaging-tests-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
JAVA16_HOME=$HOME/.java/openjdk16
2929
- shell: |
3030
#!/usr/local/bin/runbld --redirect-stderr
31-
./.ci/os.sh --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/ destructiveDistroUpgradeTest.v$BWC_VERSION
31+
./.ci/os.sh --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/ -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v$BWC_VERSION

.ci/jobs.t/elastic+elasticsearch+periodic+ear.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
sudo cryptsetup open --key-file key.secret "$LOOP" secret --verbose
2626
sudo mkfs.ext2 /dev/mapper/secret
2727
sudo mkdir /mnt/secret
28+
# Change /mnt/secret with care (at least a test uses this path to detect when encryption at rest is used)
2829
sudo mount /dev/mapper/secret /mnt/secret
2930
sudo chown -R jenkins /mnt/secret
3031
cp -r "$WORKSPACE" /mnt/secret
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
- job:
3+
name: "elastic+elasticsearch+pull-request+build-benchmark"
4+
display-name: "elastic / elasticsearch - pull request build benchmark"
5+
description: "Testing of Elasticsearch pull requests - build benchmark"
6+
workspace: "/dev/shm/elastic+elasticsearch+pull-request+build-bench"
7+
scm:
8+
- git:
9+
refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*"
10+
branches:
11+
- "${ghprbActualCommit}"
12+
properties:
13+
- inject:
14+
properties-content: |
15+
BUILD_PERFORMANCE_TEST=true
16+
COMPOSE_HTTP_TIMEOUT=120
17+
JOB_BRANCH=%BRANCH%
18+
HOME=$JENKINS_HOME
19+
GRADLEW=./gradlew --parallel --scan --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/
20+
GRADLEW_BAT=./gradlew.bat --parallel --scan --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/
21+
triggers:
22+
- github-pull-request:
23+
org-list:
24+
- elastic
25+
allow-whitelist-orgs-as-admins: true
26+
trigger-phrase: '.*run\W+elasticsearch-ci/build-bench.*'
27+
github-hooks: true
28+
status-context: elasticsearch-ci/build-benchmark
29+
cancel-builds-on-update: true
30+
black-list-target-branches:
31+
- 6.8
32+
excluded-regions:
33+
- ^docs/.*
34+
white-list-labels:
35+
- 'build-benchmark'
36+
builders:
37+
- inject:
38+
properties-file: '.ci/java-versions.properties'
39+
properties-content: |
40+
JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA
41+
RUNTIME_JAVA_HOME=$HOME/.java/$ES_RUNTIME_JAVA
42+
JAVA8_HOME=$HOME/.java/java8
43+
JAVA11_HOME=$HOME/.java/java11
44+
- shell: |
45+
#!/usr/local/bin/runbld --redirect-stderr
46+
$WORKSPACE/.ci/scripts/run-gradle.sh :build-tools-internal:bootstrapPerformanceTests
47+
$WORKSPACE/.ci/scripts/install-gradle-profiler.sh
48+
$WORKSPACE/.ci/scripts/run-gradle-profiler.sh --benchmark --scenario-file build-tools-internal/build/performanceTests/elasticsearch-build-tool-update.scenarios --project-dir . --output-dir profile-out
49+
tar -czf build/${BUILD_NUMBER}.tar.bz2 profile-out

.ci/jobs.t/elastic+elasticsearch+pull-request+example-plugins.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@
1818
github-hooks: true
1919
status-context: elasticsearch-ci/example-plugins
2020
cancel-builds-on-update: true
21-
white-list-labels:
22-
- ':Delivery/Build'
21+
included-regions:
22+
- build-conventions/.*
23+
- build-tools/.*
24+
- build-tools-internal/.*
25+
- plugins/examples/.*
2326
builders:
2427
- inject:
2528
properties-file: '.ci/java-versions.properties'

0 commit comments

Comments
 (0)