Skip to content

fix(ci): migrate runners to codebuild#1774

Open
Hweinstock wants to merge 1 commit into
aws:refactorfrom
Hweinstock:ci/codebuild-refactor
Open

fix(ci): migrate runners to codebuild#1774
Hweinstock wants to merge 1 commit into
aws:refactorfrom
Hweinstock:ci/codebuild-refactor

Conversation

@Hweinstock

@Hweinstock Hweinstock commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Problem

#1772

The refactor branch workflows leverage GitHub-hosted ubuntu-latest runners. The main branch already runs everything on CodeBuild via #1715, so the refactor branch is inconsistent.

For motivations on why we use codebuild, see #1494.

Solution

Testing

See PR CI logs on the checkout stage, and notice the file paths mentioned include codebuild, indicating its running on a codebuild machine. The macOS test does not show this same path, since its running on GH runners.

Notes

failures are unrelated, and fixed in #1756, and #1758

@github-actions github-actions Bot added agentcore-harness-reviewing AgentCore Harness review in progress and removed agentcore-harness-reviewing AgentCore Harness review in progress labels Jul 16, 2026
@codecov-commenter

codecov-commenter commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (refactor@b5e68f8). Learn more about missing BASE report.

Additional details and impacted files
@@             Coverage Diff             @@
##             refactor    #1774   +/-   ##
===========================================
  Coverage            ?   93.59%           
===========================================
  Files               ?      115           
  Lines               ?     6681           
  Branches            ?        0           
===========================================
  Hits                ?     6253           
  Misses              ?      428           
  Partials            ?        0           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Hweinstock
Hweinstock force-pushed the ci/codebuild-refactor branch from 4d5c854 to 423befe Compare July 16, 2026 13:10
@Hweinstock
Hweinstock force-pushed the ci/codebuild-refactor branch from 423befe to e799ba6 Compare July 16, 2026 13:14
@Hweinstock
Hweinstock marked this pull request as ready for review July 16, 2026 13:50

@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.

LGTM!
I didn't know they didn't support MacOS TIL!

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.

3 participants