Skip to content

Commit

Permalink
Merge branch 'upstream/main' into add-alibabacloud-inference
Browse files Browse the repository at this point in the history
* upstream/main: (22 commits)
  Prune changelogs after 8.15.0 release
  Bump versions after 8.15.0 release
  EIS integration (elastic#111154)
  Skip LOOKUP/INLINESTATS cases unless on snapshot (elastic#111755)
  Always enforce strict role validation (elastic#111056)
  Mute org.elasticsearch.xpack.esql.analysis.VerifierTests testUnsupportedAndMultiTypedFields elastic#111753
  [ML] Force time shift integration test (elastic#111620)
  ESQL: Add tests for sort, where with unsupported type (elastic#111737)
  [ML] Force time shift documentation (elastic#111668)
  Fix remote cluster credential secure settings reload   (elastic#111535)
  ESQL: Fix for overzealous validation in case of invalid mapped fields (elastic#111475)
  Pass allow security manager flag in gradle test policy setup plugin (elastic#111725)
  Rename streamContent/Separator to bulkContent/Separator (elastic#111716)
  Mute org.elasticsearch.tdigest.ComparisonTests testSparseGaussianDistribution elastic#111721
  Remove 8.14 from branches.json
  Only emit product origin in deprecation log if present (elastic#111683)
  Forward port release notes for v8.15.0 (elastic#111714)
  [ES|QL] Combine Disjunctive CIDRMatch (elastic#111501)
  ESQL: Remove qualifier from attrs (elastic#110581)
  Force using the last centroid during merging (elastic#111644)
  ...

# Conflicts:
#	server/src/main/java/org/elasticsearch/TransportVersions.java
#	x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/InferenceNamedWriteablesProvider.java
  • Loading branch information
weizijun committed Aug 9, 2024
2 parents 66f2e19 + bceac55 commit 4528f9e
Show file tree
Hide file tree
Showing 478 changed files with 5,815 additions and 2,704 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/intake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ steps:
timeout_in_minutes: 300
matrix:
setup:
BWC_VERSION: ["7.17.24", "8.14.4", "8.15.0", "8.16.0"]
BWC_VERSION: ["7.17.24", "8.15.1", "8.16.0"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down
12 changes: 6 additions & 6 deletions .buildkite/pipelines/periodic-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,8 @@ steps:
env:
BWC_VERSION: 8.13.4

- label: "{{matrix.image}} / 8.14.4 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.14.4
- label: "{{matrix.image}} / 8.14.3 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.14.3
timeout_in_minutes: 300
matrix:
setup:
Expand All @@ -592,10 +592,10 @@ steps:
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 8.14.4
BWC_VERSION: 8.14.3

- label: "{{matrix.image}} / 8.15.0 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.15.0
- label: "{{matrix.image}} / 8.15.1 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.15.1
timeout_in_minutes: 300
matrix:
setup:
Expand All @@ -609,7 +609,7 @@ steps:
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 8.15.0
BWC_VERSION: 8.15.1

- label: "{{matrix.image}} / 8.16.0 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.0
Expand Down
16 changes: 8 additions & 8 deletions .buildkite/pipelines/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,8 @@ steps:
- signal_reason: agent_stop
limit: 3

- label: 8.14.4 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.14.4#bwcTest
- label: 8.14.3 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.14.3#bwcTest
timeout_in_minutes: 300
agents:
provider: gcp
Expand All @@ -653,7 +653,7 @@ steps:
preemptible: true
diskSizeGb: 250
env:
BWC_VERSION: 8.14.4
BWC_VERSION: 8.14.3
retry:
automatic:
- exit_status: "-1"
Expand All @@ -662,8 +662,8 @@ steps:
- signal_reason: agent_stop
limit: 3

- label: 8.15.0 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.15.0#bwcTest
- label: 8.15.1 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.15.1#bwcTest
timeout_in_minutes: 300
agents:
provider: gcp
Expand All @@ -673,7 +673,7 @@ steps:
preemptible: true
diskSizeGb: 250
env:
BWC_VERSION: 8.15.0
BWC_VERSION: 8.15.1
retry:
automatic:
- exit_status: "-1"
Expand Down Expand Up @@ -771,7 +771,7 @@ steps:
setup:
ES_RUNTIME_JAVA:
- openjdk17
BWC_VERSION: ["7.17.24", "8.14.4", "8.15.0", "8.16.0"]
BWC_VERSION: ["7.17.24", "8.15.1", "8.16.0"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down Expand Up @@ -821,7 +821,7 @@ steps:
- openjdk21
- openjdk22
- openjdk23
BWC_VERSION: ["7.17.24", "8.14.4", "8.15.0", "8.16.0"]
BWC_VERSION: ["7.17.24", "8.15.1", "8.16.0"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down
4 changes: 2 additions & 2 deletions .ci/bwcVersions
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ BWC_VERSION:
- "8.11.4"
- "8.12.2"
- "8.13.4"
- "8.14.4"
- "8.15.0"
- "8.14.3"
- "8.15.1"
- "8.16.0"
3 changes: 1 addition & 2 deletions .ci/snapshotBwcVersions
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
BWC_VERSION:
- "7.17.24"
- "8.14.4"
- "8.15.0"
- "8.15.1"
- "8.16.0"
3 changes: 0 additions & 3 deletions branches.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
{
"branch": "8.15"
},
{
"branch": "8.14"
},
{
"branch": "7.17"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ public void apply(Project project) {
test.systemProperty("tests.gradle", true);
test.systemProperty("tests.task", test.getPath());

// Flag is required for later Java versions since our tests use a custom security manager
test.jvmArgs("-Djava.security.manager=allow");

SystemPropertyCommandLineArgumentProvider nonInputProperties = new SystemPropertyCommandLineArgumentProvider();
// don't track these as inputs since they contain absolute paths and break cache relocatability
nonInputProperties.systemProperty("gradle.dist.lib", gradle.getGradleHomeDir().getAbsolutePath() + "/lib");
Expand Down
6 changes: 0 additions & 6 deletions docs/changelog/101373.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions docs/changelog/103374.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions docs/changelog/105792.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/105829.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/106252.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions docs/changelog/106486.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/106553.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/106591.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/106820.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/107081.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/107088.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions docs/changelog/107191.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/107216.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/107240.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/107244.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/107279.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/107409.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/107410.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/107415.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/107426.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/107435.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/107493.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/107545.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/107549.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/107567.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/107579.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/107593.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/107640.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions docs/changelog/107645.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/107647.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/107663.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions docs/changelog/107675.yaml

This file was deleted.

Loading

0 comments on commit 4528f9e

Please sign in to comment.