SG-40980 Simplify Azure Pipeline CI pipeline#70
Merged
julien-lang merged 6 commits intomasterfrom Jan 5, 2026
Merged
Conversation
This was referenced Dec 12, 2025
…plify-ci-pipeline
There was a problem hiding this comment.
Pull request overview
This PR refactors the Azure Pipeline CI configuration to simplify test execution across multiple OS and Python version combinations. The changes replace a repetitive, manually-defined job structure with a more maintainable loop-based approach using Azure DevOps' each operator.
Key Changes:
- Introduced parameterized VFX Reference Platform versions (CY2022-2024) with associated Python and Qt wrapper configurations
- Consolidated OS version definitions into a single parameter with VM image mappings
- Replaced 9 individual job template invocations with nested loops that dynamically generate test jobs
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| internal/run-tests.yml | Refactored from explicit job definitions to parameterized loops using VFX platform and OS version parameters |
| internal/run-tests-with.yml | Updated default parameter values and simplified job display name to accommodate dynamic generation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
carlos-villavicencio-adsk
approved these changes
Jan 5, 2026
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.
Simplify the os_version/python_version combination for calling the test template.
No longer use a matrix strategy because only work with one dimension.
Define and use parameter for each version dimension and use the each operator for looping over both parameters.
Replicated changes on multiple repositories