bug: harness reviewer is failing on codebuild hosted runners.

Open Beginner friendly
#1,746 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
74/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Quiet
Tech stack
github-actions, python
Domain
ci-cd

Research direction

Start with the workflow run linked in the issue and locate the workflow step using actions/setup-python@v6. Check which CodeBuild-hosted runner and Python version are requested, then make the runner and version compatible and rerun the affected review workflow to confirm CI succeeds without the setup error.

Written by the indexing model from the issue text.

Description

bug
Problem

Example: https://github.com/aws/agentcore-cli/actions/runs/29121238023/job/86456628695?pr=1739

Run actions/setup-python@v6
Installed versions
  Version 3.12 was not found in the local cache
  Error: The version '3.12' with architecture 'x64' was not found for amzn 2023.
  The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

Looks like the new machines don't support the requested version of python.

This is causing failures in CI, introducing noise to review environments.

Definition of Done
  • fix the workflow to use a compatible runner OR downgrade the version to something compatible with the runner.
Dominant language
TypeScript
Stars
291
Forks
96
Avg merge
1d 1h
Merged PRs (30d)
192

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from aws/agentcore-cli

All issues in aws/agentcore-cli

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.