Merged
Conversation
6f68939 to
9b99684
Compare
ktock
reviewed
Dec 30, 2025
.github/workflows/tests.yml
Outdated
Comment on lines
+325
to
+326
| env: | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
Contributor
Author
There was a problem hiding this comment.
This is to fix the following error in the Project Checks pipeline:
Project Checks (pull_request)Failing after
DCO checks
+ [[ ! -z '' ]]
+ HEADERS=(-H "Accept: application/vnd.github+json")
+ '[' -z https://api.github.com/repos/containerd/stargz-snapshotter/pulls/2207/commits ']'
++ curl -H 'Accept: application/vnd.github+json' https://api.github.com/repos/containerd/stargz-snapshotter/pulls/2207/commits
++ jq -r '.[0].parents[0].sha + "..HEAD"'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0
100 13434 0 13434 0 0 1212 0 --:--:-- 0:jq: parse error: Invalid numeric literal at line 1, column 10
00:11 --:--:-- 2688
100 13434 0 13434 0 0 1210 0 --:--:-- 0:00:11 --:--:-- 3347
curl: (23) Failure writing output to destination
+ DCO_RANGE=
Error: Process completed with exit code 5.
Member
There was a problem hiding this comment.
Can we take this approach? containerd/containerd#7913
Contributor
Author
There was a problem hiding this comment.
Can we take this approach? containerd/containerd#7913
done
Signed-off-by: abushwang <abushwang@tencent.com>
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.
Fix k3s CI errors caused by k3s-io/k3s#13343