Skip to content

Release script updates#4437

Merged
LikeTheSalad merged 2 commits intoelastic:mainfrom
LikeTheSalad:release-script-updates
Apr 9, 2026
Merged

Release script updates#4437
LikeTheSalad merged 2 commits intoelastic:mainfrom
LikeTheSalad:release-script-updates

Conversation

@LikeTheSalad
Copy link
Copy Markdown
Contributor

Summary

Improves AWS Lambda layer publishing resilience by adding retry logic and continue-on-failure behavior:

  • Retries each region once (configurable via MAX_RETRIES) with 10s delay between attempts
  • Continues publishing to the remaining regions if one fails after all retries
  • Reports all failed regions at the end for manual follow-up
  • Captures stderr in error messages for easier debugging

This prevents transient AWS region timeouts from blocking the entire release.

@LikeTheSalad LikeTheSalad requested a review from a team as a code owner April 9, 2026 14:32
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 9, 2026

🤖 GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@LikeTheSalad LikeTheSalad merged commit 45662ff into elastic:main Apr 9, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants