[Cosmos] Migrate Python Cosmos weekly pipeline to TME#46452
Draft
tvaron3 wants to merge 1 commit intoAzure:mainfrom
Draft
[Cosmos] Migrate Python Cosmos weekly pipeline to TME#46452tvaron3 wants to merge 1 commit intoAzure:mainfrom
tvaron3 wants to merge 1 commit intoAzure:mainfrom
Conversation
Re-points sdk/cosmos/tests.yml at the new azure-sdk-tests-cosmos-tme service connection so live tests run in the Azure SDK Test Resources - TME subscription (7cc44528-8730-4b11-ae30-5738d333ff2d, tenant 70a036f6-8e4d-4615-bad6-149c02e7720d) instead of the corp azure-sdk-tests-cosmos subscription. Companion to Azure/azure-sdk-for-java#48877. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Migrate Python Cosmos weekly live tests to the TME tenant
Companion to the Java migration (Azure/azure-sdk-for-java#48877). Re-points the Python Cosmos live test pipeline at the new TME-hosted service connection so live tests run in the Azure SDK Test Resources – TME subscription instead of the corp
azure-sdk-tests-cosmossubscription.Target tenant / subscription
70a036f6-8e4d-4615-bad6-149c02e7720d(Azure SDK Test Resources – TME)7cc44528-8730-4b11-ae30-5738d333ff2d(migrated into TME tenant)azure-sdk-tests-cosmos-tme(to be created by EngSys)Changes
sdk/cosmos/tests.ymlServiceConnection: azure-sdk-tests-cosmos→azure-sdk-tests-cosmos-tmeManual prerequisites (EngSys + service team)
These must be in place before this PR is merged / the next pipeline run, otherwise the weekly will fail at the auth step.
azure-sdk-tests-cosmos-tmein theazure-sdkADO org targeting tenant70a036f6-8e4d-4615-bad6-149c02e7720d, subscription7cc44528-8730-4b11-ae30-5738d333ff2d. SOP: https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/206/Subscription-and-Tenant-Usage.Contributoron the migrated subscription and grant the new service connection access to it.New-TestResources.ps1per-run RGs are auto-prefixed withSSS3PT_so account-key auth keeps S360 quiet — see the Java PR for context).Cosmos - Live tests) consumed by the Python pipeline so the secrets / endpoints point at the TME-side resources.python - cosmos - testsweekly pipeline before the next scheduled trigger.Out of scope
sdk/cosmos).SSS3PT_RG prefix thateng/common/TestResources/New-TestResources.ps1adds automatically whenTenantIdis in$wellKnownTMETenants.References