Skip to content

ci: use dedicated release runners - #2052

Merged
aidandaly24 merged 1 commit into
aws:mainfrom
aidandaly24:fix/release-runner
Aug 20, 2026
Merged

ci: use dedicated release runners#2052
aidandaly24 merged 1 commit into
aws:mainfrom
aidandaly24:fix/release-runner

Conversation

@aidandaly24

Copy link
Copy Markdown
Contributor

Description

Moves both release workflows to the dedicated aws-release-4-core GitHub-hosted runner group. This keeps release publishing and provenance on GitHub Actions without competing with the shared ubuntu-latest pool.

Both workflows remain manually triggered with workflow_dispatch; no pull-request-triggered workflow can target the release runner.

Related Issue

N/A - operational CI capacity change.

Documentation PR

N/A

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Other: CI configuration

Testing

How have you tested the change?

  • I ran npm run test:unit and npm run test:integ
  • I ran npm run typecheck
  • I ran npm run lint
  • If I modified src/assets/, I ran npm run test:update-snapshots and committed the updated snapshots
  • Parsed both modified workflows as YAML
  • Verified every release job uses aws-release-4-core
  • Verified neither workflow has a pull_request trigger

Source tests were not run because this change only updates workflow runner labels.

Checklist

  • I have read the CONTRIBUTING document
  • No source tests are needed for this workflow-only change
  • No documentation changes are needed
  • My changes generate no new warnings
  • No dependent changes are required

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the
terms of your choice.

@aidandaly24
aidandaly24 requested a review from a team August 20, 2026 01:15
@github-actions github-actions Bot added size/xs PR size: XS agentcore-harness-reviewing AgentCore Harness review in progress labels Aug 20, 2026
@agentcore-devx-automation agentcore-devx-automation Bot added the claude-security-reviewing Claude Code /security-review in progress label Aug 20, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Package Tarball

aws-agentcore-0.27.1.tgz

How to install

gh release download pr-2052-tarball --repo aws/agentcore-cli --pattern "*.tgz" --dir /tmp/pr-tarball
npm install -g /tmp/pr-tarball/aws-agentcore-0.27.1.tgz

@agentcore-devx-automation

Copy link
Copy Markdown
Contributor

Claude Security Review: no high-confidence findings. (run)

@agentcore-devx-automation agentcore-devx-automation Bot removed the claude-security-reviewing Claude Code /security-review in progress label Aug 20, 2026
@github-actions github-actions Bot removed the agentcore-harness-reviewing AgentCore Harness review in progress label Aug 20, 2026

@tejaskash tejaskash left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Reviewed the release-runner changes. Both release workflows remain manually triggered, the runner migration is consistent across all jobs, and the existing shared-runner/security boundaries are preserved.

@notgitika notgitika left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nice!

@aidandaly24
aidandaly24 merged commit e4d5c6e into aws:main Aug 20, 2026
31 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/xs PR size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants