Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into rcs_esql_cluster_pe…
Browse files Browse the repository at this point in the history
…rmission
  • Loading branch information
jakelandis committed May 2, 2024
2 parents 5e8b8c6 + f218c7b commit 2835b5d
Show file tree
Hide file tree
Showing 402 changed files with 6,237 additions and 3,675 deletions.
2 changes: 2 additions & 0 deletions .buildkite/hooks/pre-command.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ set JOB_BRANCH=%BUILDKITE_BRANCH%
set GRADLE_BUILD_CACHE_USERNAME=vault read -field=username secret/ci/elastic-elasticsearch/migrated/gradle-build-cache
set GRADLE_BUILD_CACHE_PASSWORD=vault read -field=password secret/ci/elastic-elasticsearch/migrated/gradle-build-cache

bash.exe -c "nohup bash .buildkite/scripts/setup-monitoring.sh </dev/null >/dev/null 2>&1 &"

exit /b 0
2 changes: 1 addition & 1 deletion .buildkite/pipelines/periodic-packaging.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
diskSizeGb: 350
machineType: custom-16-32768
machineType: n1-standard-8
env: {}
- group: packaging-tests-upgrade
steps: $BWC_STEPS
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/pipelines/periodic-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ steps:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
diskSizeGb: 350
machineType: custom-16-32768
machineType: n1-standard-8
env: {}
- group: packaging-tests-upgrade
steps:
Expand Down
10 changes: 9 additions & 1 deletion .buildkite/pipelines/periodic.bwc.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@
image: family/elasticsearch-ubuntu-2004
machineType: n1-standard-32
buildDirectory: /dev/shm/bk
preemptible: true
env:
BWC_VERSION: $BWC_VERSION
BWC_VERSION: $BWC_VERSION
retry:
automatic:
- exit_status: "-1"
limit: 3
signal_reason: none
- signal_reason: agent_stop
limit: 3
Loading

0 comments on commit 2835b5d

Please sign in to comment.