Skip to content

Commit

Permalink
Merge branch 'main' into retrievers-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Aug 12, 2024
2 parents 16d87fc + b7b1872 commit 4e29b7f
Show file tree
Hide file tree
Showing 523 changed files with 6,924 additions and 3,371 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 4e29b7f

Please sign in to comment.