Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Buildkite] Add step to trigger release distribution pipeline #3553

Merged
merged 1 commit into from
May 21, 2024

Conversation

mrodm
Copy link
Contributor

@mrodm mrodm commented May 17, 2024

What is the problem this PR solves?

Missing trigger step in 7.17 to create docker distribution images with all the packages as in main or 8.* branches.

How does this PR solve the problem?

This PR backports these two PRs #2729 and #3043 adds the same step as in main branch to trigger the pipeline https://buildkite.com/elastic/package-registry-release-package-registry-distribution in charge of creating the docker distribution images.

How to test this PR locally

Design Checklist

  • I have ensured my design is stateless and will work when multiple fleet-server instances are behind a load balancer.
  • I have or intend to scale test my changes, ensuring it will work reliably with 100K+ agents connected.
  • I have included fail safe mechanisms to limit the load on fleet-server: rate limiting, circuit breakers, caching, load shedding, etc.

Checklist

  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in ./changelog/fragments using the changelog tool

Related issues

@mrodm mrodm self-assigned this May 17, 2024
@mrodm mrodm requested review from a team as code owners May 17, 2024 10:51
@mrodm mrodm requested review from AndersonQ and leehinman May 17, 2024 10:51
@mrodm mrodm merged commit 9731dbd into elastic:7.17 May 21, 2024
6 checks passed
@mrodm mrodm deleted the add-trigger-release-distribution-step branch May 21, 2024 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants