Skip to content

Merge pull request #239 from erict-square/erict/allow-running-outside… #76

Merge pull request #239 from erict-square/erict/allow-running-outside…

Merge pull request #239 from erict-square/erict/allow-running-outside… #76

Triggered via push December 10, 2024 23:59
Status Success
Total duration 16s
Artifacts
update_release_draft
5s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
update_release_draft
Resource not accessible by integration { name: 'HttpError', id: '12266860664', status: 403, response: { url: 'https://api.github.com/repos/buildkite-plugins/junit-annotate-buildkite-plugin/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', connection: 'close', 'content-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Tue, 10 Dec 2024 23:59:22 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': '7888:21FF8A:1DFD122:1E79342:6758D5DA', 'x-ratelimit-limit': '15000', 'x-ratelimit-remaining': '14997', 'x-ratelimit-reset': '1733878760', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '3', '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/buildkite-plugins/junit-annotate-buildkite-plugin/releases', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.18.0 (linux; x64)', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"target_commitish":"refs/heads/master","name":"v2.6.0 (🐣 Code Name)","tag_name":"v2.6.0","body":"## TODO: Added/Removed/Fixed/Changed\\n\\n* Allow running the annotate script outside of Docker (#239) @erict-square\\n* Update ruby:3.3-alpine Docker digest to d04c131 (#238) @renovate\\n* Update buildkite plugin docker-compose to v5.5.0 (#237) @renovate\\n* Update ruby:3.3-alpine Docker digest to caeab43 (#236) @renovate\\n* [SUP-2619] Update README.md with details on support for different artifact paths (#235) @nsuma8989\\n* Update ruby:3.3-alpine Docker digest to 3f05860 (#234) @renovate\\n* Update ruby:3.3-alpine Docker digest to 70a5df7 (#233) @renovate\\n* Update command to fix annotation for slowest tests (#232) @nsuma8989\\n* Update buildkite plugin docker-compose to v5.4.1 (#231) @renovate\\n* Update buildkite plugin shellcheck to v1.4.0 (#230) @renovate\\n* Update ruby:3.3-alpine Docker digest to 0bf4169 (#229) @renovate\\n* Update ruby:3.3-alpine Docker digest to e0c0edd (#228) @renovate\\n* Update buildkite plugin docker-compose to v5.4.0 (#226) @renovate\\n* Update ruby:3.3-alpine Docker digest to d811ee7 (#227) @renovate\\n* Update plugin version (#225) @pzeballos\\n\\n## Upgrading\\n\\nTo upgrade, update your `pipeline.yml` files:\\n\\n```diff\\nsteps:\\n - plugins:\\n- junit-annotate#v2.5.0:\\n+ junit-annotate#TODO:\\n```\\n","draft":true,"prerelease":false,"make_latest":"true"}', request: {} }, event: { id: '12266860664', name: 'push', payload: { after: '6d906add22eded3d624a9788ae1d2d472f17ec29', base_ref: null, before: 'a7a0cb57019c64f835e84508d2729c5f2fc0ab92', commits: [ { author: { email: '[email protected]', name: 'Eric Tam', username: 'erict-square' }
update_release_draft
HttpError: Resource not accessible by integration at /home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:8462:21 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:30793:18) { name: 'AggregateError', event: { id: '12266860664', name: 'push', payload: { after: '6d906add22eded3d624a9788ae1d2d472f17ec29', base_ref: null, before: 'a7a0cb57019c64f835e84508d2729c5f2fc0ab92', commits: [ { author: { email: '[email protected]', name: 'Eric Tam', username: 'erict-square' }, committer: { email: '[email protected]', name: 'Eric Tam', username: 'erict-square' }, distinct: false, id: '4c9c81bbc7b88a598e1907b955fdd8f46850a780', message: 'Allow running the annotate script outside of Docker\n' + '\n' + '**Why**\n' + '\n' + "This might be a weird request, but I'm curious if it's reasonable to provide a non Docker in Docker (dind) option to run this junit-annotate-buildkite-plugin?\n" + '\n' + "We have a usecase where we don't have sysbox in the container's runtime environment and there isn't a secure way to run dind (We used to mount docker socket but we've removed it due to the the nature of the sensitive workload). However, we still want to use the plugin. Perhaps it makes sense to add an additional option, assuming that Ruby is in the runtime, to run the junit xml analysis and annotation in the runtime environment w/o dind.", timestamp: '2024-12-09T17:58:41-08:00', tree_id: 'd782dafb74609b89a3326a6c434295a64ff91fb4', url: 'https://github.com/buildkite-plugins/junit-annotate-buildkite-plugin/commit/4c9c81bbc7b88a598e1907b955fdd8f46850a780' }, { author: { email: '[email protected]', name: 'Eric Tam', username: 'erict-square' }, committer: { email: '[email protected]', name: 'Eric Tam', username: 'erict-square' }, distinct: false, id: 'c60c12601708a1fe827b109a5b04b3a388423885', message: 'Address feedback to remove superfluous test', timestamp: '2024-12-10T15:54:21-08:00', tree_id: '6c8b7efab2b67d0ecddff7c2c4e289d1970a61e3', url: 'https://github.com/buildkite-plugins/junit-annotate-buildkite-plugin/commit/c60c12601708a1fe827b109a5b04b3a388423885' }, { author: { email: '[email protected]', name: 'Ben McNicholl', username: 'mcncl' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '6d906add22eded3d624a9788ae1d2d472f17ec29', message: 'Merge pull request #239 from erict-square/erict/allow-running-outside-of-docker\n' + '\n' + 'Allow running the annotate script outside of Docker', timestamp: '2024-12-11T10:59:06+11:00', tree_id: '6c8b7efab2b67d0ecddff7c2c4e289d1970a61e3', url: 'https://github.com/buildkite-plugins/junit-annotate-buildkite-plugin/commit/6d906add22eded3d624a9788ae1d2d472f17ec29' } ], compare: 'https://github.com/buildkite-plugins/junit-annotate-buildkite-plugin/compare/a7a0cb57019c...6d906add22ed', created: false, deleted: false, enterprise: { avatar_url: 'https://avatars.githubusercontent.com/b/75334?v=4', created_at: '2023-09-15T00:14:53Z', description: '', html_url: 'https://github.com/enterprises/buildkite', id: 75334, name: 'Buildkite', node_id: 'E_kgDOAAEmRg', slug: 'buildkite', updated_at: '2024-10-21T01:
update_release_draft
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636