Skip to content

Conversation

delanni
Copy link
Contributor

@delanni delanni commented Sep 23, 2025

Summary

Docker image build and push for ES snapshot build fails silently because of disk size issues: https://buildkite.com/elastic/kibana-elasticsearch-snapshot-build/builds/6932

This in turn causes failed Cloud deployments, because of missing images:
https://buildkite.com/elastic/kibana-deploy-cloud-from-pr/builds/435#01997647-fc3d-451b-9cc2-4602bef8ab5c

cc: @jbudz - this section is running with no error propagation - is this still relevant? Can we make the error ignore more specific for the mentioned cases?

# Ignore build failures. This docker image downloads metricbeat and filebeat.
# When we bump versions, these dependencies may not exist yet, but we don't want to
# block the rest of the snapshot promotion process
set +e
./gradlew :distribution:docker:cloud-ess-docker-export:assemble && {
ES_CLOUD_ID=$(docker images "docker.elastic.co/elasticsearch/elasticsearch-cloud-ess" --format "{{.ID}}")
ES_CLOUD_VERSION=$(docker images "docker.elastic.co/elasticsearch/elasticsearch-cloud-ess" --format "{{.Tag}}")
KIBANA_ES_CLOUD_VERSION="$ES_CLOUD_VERSION-$ELASTICSEARCH_GIT_COMMIT"
KIBANA_ES_CLOUD_IMAGE="docker.elastic.co/kibana-ci/elasticsearch-cloud-ess:$KIBANA_ES_CLOUD_VERSION"
echo $ES_CLOUD_ID $ES_CLOUD_VERSION $KIBANA_ES_CLOUD_VERSION $KIBANA_ES_CLOUD_IMAGE
docker tag "$ES_CLOUD_ID" "$KIBANA_ES_CLOUD_IMAGE"
docker_with_retry push "$KIBANA_ES_CLOUD_IMAGE"
export ELASTICSEARCH_CLOUD_IMAGE="$KIBANA_ES_CLOUD_IMAGE"
export ELASTICSEARCH_CLOUD_IMAGE_CHECKSUM="$(docker images "$KIBANA_ES_CLOUD_IMAGE" --format "{{.Digest}}")"
}

@delanni delanni requested a review from a team as a code owner September 23, 2025 13:42
@delanni delanni added release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting skip-ci labels Sep 23, 2025
@delanni delanni changed the title increase disk for ES snapshot build Increase disk for ES snapshot build Sep 23, 2025
@jbudz
Copy link
Member

jbudz commented Sep 23, 2025

this section is running with no error propagation - is this still relevant? Can we make the error ignore more specific for the mentioned cases?

Yep, it can still fail after version bumps. It's worth making the error more specific, making a note to find an example

@delanni delanni merged commit 0e012ae into elastic:main Sep 23, 2025
19 of 20 checks passed
@elasticmachine
Copy link
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #27 / endpoint endpoint list when initially navigating to page when there is data, "after all" hook for "does not show the details flyout initially"
  • [job] [logs] FTR Configs #87 / endpoint endpoint list when initially navigating to page when there is data, "after all" hook for "does not show the details flyout initially"
  • [job] [logs] x-pack/solutions/observability/test/serverless/functional/configs/config.ts / serverless observability UI Dataset Quality Dataset quality user privileges "before all" hook for "does not show size and last activity columns for underprivileged data stream"

Metrics [docs]

✅ unchanged

CAWilson94 pushed a commit to CAWilson94/kibana that referenced this pull request Sep 24, 2025
## Summary
Docker image build and push for ES snapshot build fails silently because
of disk size issues:
https://buildkite.com/elastic/kibana-elasticsearch-snapshot-build/builds/6932

This in turn causes failed Cloud deployments, because of missing images:

https://buildkite.com/elastic/kibana-deploy-cloud-from-pr/builds/435#01997647-fc3d-451b-9cc2-4602bef8ab5c

cc: @jbudz - this section is running with no error propagation - is this
still relevant? Can we make the error ignore more specific for the
mentioned cases?
https://github.com/elastic/kibana/blob/5245f408a88467a3486488357685b183d02565d8/.buildkite/scripts/steps/es_snapshots/build.sh#L92-L108
niros1 pushed a commit that referenced this pull request Sep 30, 2025
## Summary
Docker image build and push for ES snapshot build fails silently because
of disk size issues:
https://buildkite.com/elastic/kibana-elasticsearch-snapshot-build/builds/6932

This in turn causes failed Cloud deployments, because of missing images:

https://buildkite.com/elastic/kibana-deploy-cloud-from-pr/builds/435#01997647-fc3d-451b-9cc2-4602bef8ab5c

cc: @jbudz - this section is running with no error propagation - is this
still relevant? Can we make the error ignore more specific for the
mentioned cases?
https://github.com/elastic/kibana/blob/5245f408a88467a3486488357685b183d02565d8/.buildkite/scripts/steps/es_snapshots/build.sh#L92-L108
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting release_note:skip Skip the PR/issue when compiling release notes skip-ci v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants