Implement retry logic on downloader #5486
release-drafter.yml
on: pull_request
update_release_draft
9s
Annotations
2 errors and 4 warnings
|
update_release_draft
HttpError: Resource not accessible by integration
at /home/runner/work/_actions/release-drafter/release-drafter/6db134d15f3909ccc9eefd369f02bd1e9cffdf97/dist/index.js:7146:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/6db134d15f3909ccc9eefd369f02bd1e9cffdf97/dist/index.js:61885:18)
{
name: 'AggregateError',
event: {
id: '22255591910',
name: 'pull_request',
payload: {
action: 'edited',
changes: {
body: {
from: '## Describe your changes\r\n' +
'A downloader needs a retry logic for curl, because sometimes network trouble happens.\r\n' +
'\r\n' +
'This PR does:\r\n' +
'- Add a retry logic in the downloader shell script. The number of retry and sleep duration between iteration are configurable\r\n' +
'- Modify helm chart to add a ConfigMap for setting those variables on downloader container\r\n' +
'- Modify Reconciler code to add the ConfigMap if it is specified\r\n' +
'- Add a verification step for a ConfigMap from helm chart to actual installer pod\r\n' +
'\r\n' +
'## Issue ticket number and link\r\n' +
'#591 \r\n' +
'\r\n' +
'## Checklist before requesting a review\r\n' +
'- [x] I have performed a self-review of my code\r\n' +
'- [x] If it is a core feature, I have added thorough tests.\r\n' +
'- I tested the changes with the following distributions:\r\n' +
' - [x] Kind\r\n' +
' - [x] MiniKube\r\n' +
' - [x] MicroK8s\r\n' +
' - [ ] Rancher RKE2\r\n' +
' - [ ] Azure AKS\r\n' +
' - [ ] GCP GKE (Ubuntu nodes)\r\n' +
' - [ ] AWS EKS (AmazonLinux2 nodes)\r\n' +
' - [ ] AWS EKS (Ubuntu nodes)\r\n' +
' - [ ] Digital Ocean Kubernetes'
}
},
enterprise: {
avatar_url: 'https://avatars.githubusercontent.com/b/9995?v=4',
created_at: '2021-11-03T14:57:36Z',
description: '',
html_url: 'https://github.com/enterprises/cncf',
id: 9995,
name: 'Cloud Native Computing Foundation',
node_id: 'E_kgDNJws',
slug: 'cncf',
updated_at: '2025-11-07T20:07:41Z',
website_url: 'https://cncf.io'
},
number: 606,
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/195972566?v=4',
description: 'An open source framework for building and running event-driven serverless applications with WebAssembly (Wasm) components.',
events_url: 'https://api.github.com/orgs/spinframework/events',
hooks_url: 'https://api.github.com/orgs/spinframework/hooks',
id: 195972566,
issues_url: 'https://api.github.com/orgs/spinframework/issues',
login: 'spinframework',
members_url: 'https://api.github.com/orgs/spinframework/members{/member}',
node_id: 'O_kgDOC65N1g',
public_members_url: 'https://api.github.com/orgs/spinframework/public_members{/member}',
repos_url: 'https://api.github.com/orgs/spinframework/repos',
url: 'https://api.github.com/orgs/spinframework'
},
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/spinframework/runtime-class-manager/issues/606/comments'
},
commits: {
href: 'https://api.github.com/repos/spinframework/runtime-class-manager/pulls/606/commits'
},
html: {
href: 'https://github.com/spinframework/runtime-class-manager/pull/606'
},
issue: {
href: 'https://api.github.com/repos/spinframework/runtime-class-manager/issues/606'
},
review_comment: {
href: 'https://api.github.com/repos/spinframework/runtime-class-manager/pulls/comments{/number}'
},
review_
|
|
update_release_draft
Resource not accessible by integration
{
name: 'HttpError',
id: '22255591910',
status: 403,
response: {
url: 'https://api.github.com/repos/spinframework/runtime-class-manager/releases',
status: 403,
headers: {
'access-control-allow-origin': '*',
'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset',
'content-encoding': 'gzip',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Sat, 21 Feb 2026 10:57:41 GMT',
'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
server: 'github.com',
'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
'transfer-encoding': 'chunked',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-accepted-github-permissions': 'contents=write; contents=write,workflows=write',
'x-content-type-options': 'nosniff',
'x-frame-options': 'deny',
'x-github-api-version-selected': '2022-11-28',
'x-github-media-type': 'github.v3; format=json',
'x-github-request-id': '4819:2A48F0:7BD2BAE:7E5A8B6:69998FA5',
'x-ratelimit-limit': '15000',
'x-ratelimit-remaining': '14909',
'x-ratelimit-reset': '1771673745',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '91',
'x-xss-protection': '0'
},
data: {
message: 'Resource not accessible by integration',
documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release',
status: '403'
}
},
request: {
method: 'POST',
url: 'https://api.github.com/repos/spinframework/runtime-class-manager/releases',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.4.0 octokit-core.js/3.6.0 Node.js/20.19.6 (linux; x64)',
'x-github-delivery': '22255591910',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"target_commitish":"refs/pull/606/merge","name":"v0.2.0","tag_name":"","body":"- ref(shims): remove support for deprecated shims (#597)\\n- ci(smoketest): bump wait to 90s; see if it helps minikube variant pass consistently (#589)\\n- docs(\\\\*): add RELEASE.md (#588)\\n- Fix docker build on tilt (#593)\\n- ci(deploy): template chart README/NOTES with version (#587)\\n- Add separate sample Shim files for each architecture for Spin and Wastime shims (#578)\\n- Bump CI and example Shim to use containerd-shim-spin v0.22.0 (#575)\\n\\n## 🚀 Features\\n\\n- feat(crd): add multi-platform fetchStrategy with per-node artifact resolution (#590)\\n\\n## 🧰 Maintenance\\n\\n- chore(crds): add updates missing from #590 (#598)\\n- chore(\\\\*): remove unused example dir (#599)\\n- chore(\\\\*): update prerelease helm chart versions (#586)\\n- chore(dependency-review.yml): allow LicenseRef-scancode-google-patent-license-golang (#557)\\n- chore(deps): bump docker/build-push-action from 6.18.0 to 6.19.2 (#582)\\n- chore(deps): bump distroless/static from `f9f84bd` to `01e550f` (#581)\\n- chore(deps): bump github/codeql-action from 4.32.2 to 4.32.3 (#583)\\n- chore(deps): bump golang from 1.25 to 1.26 (#584)\\n- chore(deps): bump golang from 1.25 to 1.26 in /images/installer (#585)\\n","draft":true,"prerelease":false,"make_latest":"true"}',
request: {}
},
event: {
id: '22255591910',
name: 'pull_request',
payload: {
action: 'edited',
changes: {
body: {
from: '## Describe your changes\r\n' +
'A downloader needs a retry logic for curl, because sometimes network trouble happens.\r\n' +
'\r\n' +
'This PR does:\r\n' +
'- Add a retry logic in the downloader shell script. The number of retry and sleep duration between ite
|
|
update_release_draft
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
update_release_draft
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
update_release_draft
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
update_release_draft
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|