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

Build image: update mixtool to latest commit #8534

Merged
merged 2 commits into from
Jun 27, 2024
Merged

Build image: update mixtool to latest commit #8534

merged 2 commits into from
Jun 27, 2024

Conversation

pracucci
Copy link
Collaborator

What this PR does

Updating mixtool to latest commit.

Which issue(s) this PR fixes or relates to

N/A

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • about-versioning.md updated with experimental features.

@pracucci pracucci requested a review from a team as a code owner June 27, 2024 07:09
Copy link
Contributor

Building new version of mimir-build-image. After image is built and pushed to Docker Hub, a new commit will automatically be added to this PR with new image version grafana/mimir-build-image:pr8534-a0bb2974fb. This can take up to 1 hour.

Copy link
Contributor

@narqo narqo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

@pracucci
Copy link
Collaborator Author

Closing and re-opening the PR to re-trigger CI.

@pracucci pracucci closed this Jun 27, 2024
@pracucci pracucci reopened this Jun 27, 2024
@pracucci pracucci merged commit ef6a700 into main Jun 27, 2024
30 checks passed
@pracucci pracucci deleted the update-mixtool branch June 27, 2024 09:15
@grafanabot
Copy link
Contributor

The backport to release-2.13 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-8534-to-release-2.13 origin/release-2.13
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x ef6a700a575e98dfe2a3fe54a5aa24fda91b06ae
# Push it to GitHub
git push --set-upstream origin backport-8534-to-release-2.13
git switch main
# Remove the local backport branch
git branch -D backport-8534-to-release-2.13

Then, create a pull request where the base branch is release-2.13 and the compare/head branch is backport-8534-to-release-2.13.

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.

4 participants