-
Notifications
You must be signed in to change notification settings - Fork 528
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: retry docker login #12203
Merged
Merged
Conversation
This file contains 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
v1v
added
backport-7.17
Automated backport with mergify to the 7.17 branch
backport-8.12
Automated backport with mergify
labels
Dec 12, 2023
kruskall
approved these changes
Dec 12, 2023
carsonip
approved these changes
Dec 13, 2023
@Mergifyio rebase |
✅ Branch has been successfully rebased |
v1v
force-pushed
the
feature/retry-docker-elastic
branch
from
December 13, 2023 13:52
06f5034
to
63247a5
Compare
carsonip
approved these changes
Dec 13, 2023
I guess something is not right with |
amannocci
approved these changes
Dec 13, 2023
amannocci
approved these changes
Dec 21, 2023
I committed my first one without using my yubikey accidentally. :/ I need to amend it |
…r-elastic * upstream/main: [updatecli] Bump elastic stack version to 8.13.0-yufkxnwm (elastic#12246) Remove Nassim Kammah from list of maintainers (elastic#12269) docs: Add tagged regions to changelog (elastic#12251) Update apm data (elastic#12242) Revert "Revise wait_for_integration ES implementation (elastic#12150)" (elastic#12240) ci(release): automate release steps (elastic#12234) build(deps): bump the github-actions group with 1 update (elastic#12232) [updatecli] Update to elastic/beats@a633696068ed (elastic#12164) [updatecli] Bump elastic stack version to 8.13.0-h30gube9 (elastic#12235) smoke-test: semver sort latest versions (elastic#12229) [updatecli] Bump Golang version to 1.21.5 (elastic#12191) fix: always try to remap both span and error stacktraces (elastic#12221) [updatecli] Bump elastic stack version to 8.13.0-6av99u5d (elastic#12169) docs: Update changelogs for 8.12 release (elastic#12172)
v1v
force-pushed
the
feature/retry-docker-elastic
branch
from
December 21, 2023 17:32
e11ba40
to
31e65ba
Compare
mergify bot
pushed a commit
that referenced
this pull request
Dec 21, 2023
Co-authored-by: kruskall <[email protected]> (cherry picked from commit 2907605)
mergify bot
pushed a commit
that referenced
this pull request
Dec 21, 2023
Co-authored-by: kruskall <[email protected]> (cherry picked from commit 2907605)
This was referenced Dec 21, 2023
mergify bot
added a commit
that referenced
this pull request
Dec 21, 2023
Co-authored-by: kruskall <[email protected]> (cherry picked from commit 2907605) Co-authored-by: Victor Martinez <[email protected]>
mergify bot
added a commit
that referenced
this pull request
Dec 21, 2023
Co-authored-by: kruskall <[email protected]> (cherry picked from commit 2907605) Co-authored-by: Victor Martinez <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
amannocci
pushed a commit
that referenced
this pull request
Dec 28, 2023
Co-authored-by: kruskall <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-7.17
Automated backport with mergify to the 7.17 branch
backport-8.12
Automated backport with mergify
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.
Motivation/summary
Retry docker login so we can work around
Checklist
apmpackage
have been made)For functional changes, consider:
How to test these changes
Related issues