install-runhcs-shim: fetch target commit instead of tags #12248
Merged
dmcgowan merged 1 commit intocontainerd:mainfrom Aug 29, 2025
Merged
install-runhcs-shim: fetch target commit instead of tags #12248dmcgowan merged 1 commit intocontainerd:mainfrom
dmcgowan merged 1 commit intocontainerd:mainfrom
Conversation
c0125bd to
05e68d6
Compare
31f54bb to
b198509
Compare
5a5e7b2 to
f9377eb
Compare
akhilerm
reviewed
Aug 29, 2025
No idea why it blames lock during fetching. ```bash ... * [new tag] v0.9.9 -> v0.9.9 error: cannot lock ref 'refs/tags/v0.6.3': Unable to create 'C:/Users/runneradmin/AppData/Local/Temp/tmp.N2FTxfARN9/.git/refs/tags/v0.6.3.lock': File exists. Another git process seems to be running in this repository, e.g. an editor opened by 'git commit'. Please make sure all processes are terminated then try again. If it still fails, a git process may have crashed in this repository earlier: remove the file manually to continue. + cleanup + rm -rf /tmp/tmp.N2FTxfARN9 ``` Signed-off-by: Wei Fu <[email protected]>
akhilerm
approved these changes
Aug 29, 2025
mxpv
approved these changes
Aug 29, 2025
dmcgowan
approved these changes
Aug 29, 2025
Member
|
/cherrypick release/2.1 |
|
@akhilerm: new pull request created: #12255 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@akhilerm: new pull request created: #12256 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
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.
No idea why it blames lock during fetching.