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

[8.17](backport #4555) Update pipeline.package.mbp.yml #4558

Open
wants to merge 2 commits into
base: 8.17
Choose a base branch
from

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Mar 6, 2025

GVM is unable to install Go 1.24.0 on main due to a missing fix that landed in 0.5.1

What is the problem this PR solves?

// Please do not just reference an issue. Explain WHAT the problem this PR solves here.

How 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.

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


This is an automatic backport of pull request #4555 done by [Mergify](https://mergify.com).

GVM is unable to install Go 1.24.0 on main due to a missing fix that landed in 0.5.1

(cherry picked from commit 20c2254)

# Conflicts:
#	.buildkite/pipeline.yml
@mergify mergify bot added the backport label Mar 6, 2025
@mergify mergify bot requested a review from a team as a code owner March 6, 2025 11:33
@mergify mergify bot added the conflicts There is a conflict in the backported pull request label Mar 6, 2025
@mergify mergify bot requested review from pkoutsovasilis and kaanyalti March 6, 2025 11:33
@mergify mergify bot assigned jlind23 Mar 6, 2025
Copy link
Contributor Author

mergify bot commented Mar 6, 2025

Cherry-pick of 20c2254 has failed:

On branch mergify/bp/8.17/pr-4555
Your branch is up to date with 'origin/8.17'.

You are currently cherry-picking commit 20c2254.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   .buildkite/pipeline.package.mbp.yml
	modified:   .buildkite/scripts/common.sh

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   .buildkite/pipeline.yml

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@jlind23 jlind23 enabled auto-merge (squash) March 6, 2025 11:51
@pkoutsovasilis
Copy link

hmm can't decode exactly what is the failing here 🤔

@jlind23
Copy link
Contributor

jlind23 commented Mar 6, 2025

@pkoutsovasilis we are trying to get an agent 8.17.4 but it is not available yet as there are missing PR on the agent side to make it a reality

--
Messages:   	unable to find package download for fileName = elastic-agent-8.17.4-SNAPSHOT-linux-x86_64.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport conflicts There is a conflict in the backported pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants