Skip to content

chore(ci): rename python job/flag/label to pyamber#5307

Merged
Yicong-Huang merged 1 commit into
apache:mainfrom
Yicong-Huang:chore/rename-python-to-pyamber-ci
Jun 1, 2026
Merged

chore(ci): rename python job/flag/label to pyamber#5307
Yicong-Huang merged 1 commit into
apache:mainfrom
Yicong-Huang:chore/rename-python-to-pyamber-ci

Conversation

@Yicong-Huang
Copy link
Copy Markdown
Contributor

What changes were proposed in this PR?

Rename the Python worker CI identifier from python to pyamber so it matches the module name and no longer collides with the actual Python language used elsewhere in the same workflows (actions/setup-python, matrix.python-version, real .py paths, the check_binary_deps.py python CLI category). The rename touches the labeler entry, the run_python workflow input/output and its JS plumbing in Precheck, the GHA job key (and its python-state-materialization-mac companion), and the Codecov flags: argument.

Pre-merge step: actions/labeler@v6 does not auto-create labels, so the pyamber label must be created on the repo before this is merged, otherwise the labeler will 404 when it tries to apply it. The old python label can be deleted afterwards.

Any related issues, documentation, discussions?

Closes #5306.

How was this PR tested?

Validated YAML parses for all four touched files; grep confirms no python stack/flag/input identifier remains.

Was this PR authored or co-authored using generative AI tooling?

Generated-by: Claude Opus 4.7 (1M context)

The Python worker module is named `pyamber`. Renaming the CI label,
GitHub Actions job, Codecov flag, and `run_python` workflow input to
`pyamber` removes the namespace collision with the actual Python
language (setup-python, matrix.python-version, *.py paths, the
pip-licenses CLI category).

Refs apache#5306.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added the ci changes related to CI label Jun 1, 2026
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jun 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 49.86%. Comparing base (a8afdc4) to head (0e4e419).

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5307      +/-   ##
============================================
- Coverage     49.86%   49.86%   -0.01%     
+ Complexity     2415     2414       -1     
============================================
  Files          1052     1052              
  Lines         40764    40764              
  Branches       4355     4355              
============================================
- Hits          20327    20326       -1     
  Misses        19224    19224              
- Partials       1213     1214       +1     
Flag Coverage Δ *Carryforward flag
access-control-service 41.89% <ø> (ø)
agent-service 33.76% <ø> (ø)
amber 51.97% <ø> (-0.01%) ⬇️
computing-unit-managing-service 1.38% <ø> (ø)
config-service 53.96% <ø> (ø)
file-service 38.42% <ø> (ø)
frontend 42.22% <ø> (ø)
pyamber 90.80% <ø> (?)
python 90.80% <ø> (ø) Carriedforward from a8afdc4
workflow-compiling-service 58.39% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Yicong-Huang Yicong-Huang requested a review from aglinxinyuan June 1, 2026 05:57
Copy link
Copy Markdown
Contributor

@aglinxinyuan aglinxinyuan left a comment

Choose a reason for hiding this comment

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

LGTM!

@Yicong-Huang Yicong-Huang added this pull request to the merge queue Jun 1, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jun 1, 2026
@Yicong-Huang Yicong-Huang added this pull request to the merge queue Jun 1, 2026
Merged via the queue into apache:main with commit 0e5686e Jun 1, 2026
26 checks passed
@Yicong-Huang Yicong-Huang deleted the chore/rename-python-to-pyamber-ci branch June 1, 2026 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci changes related to CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename CI python job/flag/label to pyamber

3 participants