Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Fix publish pipeline test paths for typespec-python - #3428

Closed
Yuchao Yan (msyyc) wants to merge 1 commit into
mainfrom
fix/publish-pipeline-test-paths
Closed

Fix publish pipeline test paths for typespec-python#3428
Yuchao Yan (msyyc) wants to merge 1 commit into
mainfrom
fix/publish-pipeline-test-paths

Conversation

@msyyc

@msyyc Yuchao Yan (msyyc) commented Apr 8, 2026

Copy link
Copy Markdown
Member

Problem

The publish-release pipeline (build 6123153) fails because it references the old typespec-python test directory structure.

The test directory was restructured from separate test/azure/ and test/unbranded/ directories (each with their own tox.ini and a ci env) into a consolidated tests/ directory with a single tox.ini containing ci-azure and ci-unbranded environments.

Fix

Updated publish-release.yml to use the new paths:

  • cd test/azure + tox run -e cicd tests + tox run -e ci-azure
  • cd test/unbranded + tox run -e cicd tests + tox run -e ci-unbranded

This matches the pattern already used in internal-ci.yml.

The typespec-python test directory was restructured from separate
test/azure/ and test/unbranded/ directories into a consolidated
tests/ directory with ci-azure and ci-unbranded tox environments.
Update publish-release.yml to match the new structure.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@msyyc

Copy link
Copy Markdown
Member Author

move to #3424

@msyyc
Yuchao Yan (msyyc) deleted the fix/publish-pipeline-test-paths branch April 8, 2026 08:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant