Skip to content

fix ci k3s error#2207

Merged
ktock merged 1 commit intocontainerd:mainfrom
wswsmao:ci
Dec 31, 2025
Merged

fix ci k3s error#2207
ktock merged 1 commit intocontainerd:mainfrom
wswsmao:ci

Conversation

@wswsmao
Copy link
Copy Markdown
Contributor

@wswsmao wswsmao commented Dec 29, 2025

Fix k3s CI errors caused by k3s-io/k3s#13343

@wswsmao wswsmao changed the title fix ci k3s error [WIP] fix ci k3s error Dec 29, 2025
@wswsmao wswsmao changed the title [WIP] fix ci k3s error fix ci k3s error Dec 29, 2025
@wswsmao wswsmao force-pushed the ci branch 5 times, most recently from 6f68939 to 9b99684 Compare December 29, 2025 07:31
Comment on lines +325 to +326
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can you avoid this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

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.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can we take this approach? containerd/containerd#7913

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Can we take this approach? containerd/containerd#7913

done

Signed-off-by: abushwang <abushwang@tencent.com>
Copy link
Copy Markdown
Member

@ktock ktock left a comment

Choose a reason for hiding this comment

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

Thanks

@ktock ktock merged commit 35181b2 into containerd:main Dec 31, 2025
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants