chore(ci): rename python job/flag/label to pyamber#5307
Merged
Yicong-Huang merged 1 commit intoJun 1, 2026
Conversation
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>
Codecov Report✅ All modified and coverable lines are covered by tests. 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
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this PR?
Rename the Python worker CI identifier from
pythontopyamberso 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.pypaths, thecheck_binary_deps.py pythonCLI category). The rename touches the labeler entry, therun_pythonworkflow input/output and its JS plumbing inPrecheck, the GHA job key (and itspython-state-materialization-maccompanion), and the Codecovflags:argument.Pre-merge step:
actions/labeler@v6does not auto-create labels, so thepyamberlabel must be created on the repo before this is merged, otherwise the labeler will 404 when it tries to apply it. The oldpythonlabel 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
pythonstack/flag/input identifier remains.Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Opus 4.7 (1M context)