fix: fleet-server-package-mbp CI step dependencies#5446
Merged
Conversation
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
pchila
approved these changes
Sep 5, 2025
Member
pchila
left a comment
There was a problem hiding this comment.
LGTM
Approving before CI is green because this change can only affect main builds, not PRs
michel-laterman
approved these changes
Sep 5, 2025
Contributor
|
@Mergifyio backport 8.18 8.19 9.0 9.1 |
Contributor
✅ Backports have been createdDetails
|
mergify bot
pushed a commit
that referenced
this pull request
Sep 5, 2025
(cherry picked from commit 5aa10ef)
8 tasks
mergify bot
pushed a commit
that referenced
this pull request
Sep 5, 2025
(cherry picked from commit 5aa10ef)
8 tasks
mergify bot
pushed a commit
that referenced
this pull request
Sep 5, 2025
(cherry picked from commit 5aa10ef)
8 tasks
mergify bot
pushed a commit
that referenced
this pull request
Sep 5, 2025
(cherry picked from commit 5aa10ef)
8 tasks
|
pkoutsovasilis
added a commit
that referenced
this pull request
Sep 5, 2025
pkoutsovasilis
added a commit
that referenced
this pull request
Sep 5, 2025
pkoutsovasilis
added a commit
that referenced
this pull request
Sep 8, 2025
(cherry picked from commit 5aa10ef)
pkoutsovasilis
added a commit
that referenced
this pull request
Sep 8, 2025
(cherry picked from commit 5aa10ef)
pkoutsovasilis
added a commit
that referenced
this pull request
Sep 8, 2025
(cherry picked from commit 5aa10ef)
pkoutsovasilis
added a commit
that referenced
this pull request
Sep 8, 2025
(cherry picked from commit 5aa10ef)
pkoutsovasilis
added a commit
that referenced
this pull request
Sep 8, 2025
(cherry picked from commit 5aa10ef)
pkoutsovasilis
added a commit
that referenced
this pull request
Sep 8, 2025
(cherry picked from commit 5aa10ef)
pkoutsovasilis
added a commit
that referenced
this pull request
Sep 8, 2025
…ld (#5429) * fix: package fleet-server using golang-crossbuild (#5392) * fix: package fleet-server using golang-crossbuild and introduce packaging steps on every PR * feat: save artifacts during packaging for DRA * fix: disable CGO and buildmode pie * doc: add changelog fragment (cherry picked from commit 7da3f69) # Conflicts: # .buildkite/pipeline.package.mbp.yml # .buildkite/pipeline.yml # .buildkite/scripts/package.sh # Dockerfile.fips # magefile.go * fix: adjust changes for make * fix: fleet-server-package-mbp CI step dependencies (#5446) (cherry picked from commit 5aa10ef) --------- Co-authored-by: Panos Koutsovasilis <panos.koutsovasilis@elastic.co>
pkoutsovasilis
added a commit
that referenced
this pull request
Sep 8, 2025
…ild (#5427) * fix: package fleet-server using golang-crossbuild (#5392) * fix: package fleet-server using golang-crossbuild and introduce packaging steps on every PR * feat: save artifacts during packaging for DRA * fix: disable CGO and buildmode pie * doc: add changelog fragment (cherry picked from commit 7da3f69) # Conflicts: # .buildkite/pipeline.package.mbp.yml # .buildkite/pipeline.yml # .buildkite/scripts/package.sh # Dockerfile.fips # magefile.go * fix: adjust changes for make * fix: fleet-server-package-mbp CI step dependencies (#5446) (cherry picked from commit 5aa10ef) --------- Co-authored-by: Panos Koutsovasilis <panos.koutsovasilis@elastic.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





What is the problem this PR solves?
// Please do not just reference an issue. Explain WHAT the problem this PR solves here.
It solves the recent failures of the
Downstream - Packageintroduced by this PR #5392How does this PR solve the problem?
// Explain HOW you solved the problem in your code. It is possible that during PR reviews this changes and then this section should be updated.
It updates the step dependencies of
Downstream - Packageto existing CI stepsHow to test this PR locally
This is a CI only change
Design Checklist
Checklist
./changelog/fragmentsusing the changelog toolRelated issues