Fix Conda update script for missed packages from previous release - #48768
Merged
jenny (JennyPng) merged 7 commits intoAug 27, 2026
Merged
Conversation
|
Azure Pipelines: Successfully started running 1 pipeline(s). 9 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Reconcile configured package versions with the release CSV, generate release logs from the selected checkout versions, and preflight new management packages before updating generated files. Add regression coverage for stale pins, missing logs, reruns, and invalid package metadata. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jenny (JennyPng)
force-pushed
the
jennypeng/fix-conda-generator-consistency
branch
from
August 26, 2026 18:27
1ad4146 to
dc27507
Compare
jenny (JennyPng)
marked this pull request as ready for review
August 27, 2026 21:44
jenny (JennyPng)
requested review from
Daniel Jurek (danieljurek),
Xiang Yan (xiangyan99) and
Jeff Fisher (xirzec)
as code owners
August 27, 2026 21:45
|
Azure Pipelines: Successfully started running 1 pipeline(s). 9 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Improves Conda release generation to handle missing metadata, stale versions, and incomplete release logs.
Changes:
- Reconciles configured Conda versions with release CSV data.
- Filters packages with unparseable metadata and derives release logs from shipped versions.
- Adds unit tests for key update scenarios.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
conda/update_conda_files.py |
Adds filtering, version reconciliation, and release-log fixes. |
conda/tests/test_update_conda_files.py |
Adds unit tests for the updated behavior. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Daniel Jurek (danieljurek)
approved these changes
Aug 27, 2026
jenny (JennyPng)
enabled auto-merge (squash)
August 27, 2026 22:15
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.
azure-mgmt-trustedsigninghas no setup.py/pyproject.toml (it's also deprecated) - it fails one of the inner steps, but still got added toconda-sdk-client.yml- update to prefilter out packages that dont have pyproject.toml/setup.py