ci: fix deployment pipeline, integrate deployment pipeline with test automation pipeline#408
Merged
Avijit-Microsoft merged 9 commits intodevfrom Jul 3, 2025
Merged
Conversation
…hods for Azure CLI, kubectl, and Helm
…ource group deletion condition
Avijit-Microsoft
approved these changes
Jul 3, 2025
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Purpose
This pull request introduces significant updates to the CI/CD pipeline and test automation workflows, focusing on improving deployment, resource management, and test execution. Key changes include transitioning from Windows-based runners to Ubuntu, enhancing resource cleanup processes, and simplifying test automation by removing unnecessary steps.
CI/CD Pipeline Enhancements:
windows-latesttoubuntu-latest. Added environment variables (GPT_CAPACITYandTEXT_EMBEDDING_CAPACITY) to dynamically configure resource capacities. [1] [2]Test Automation Workflow Simplifications:
pushandscheduletoworkflow_call, allowing the test automation workflow to be invoked directly with inputs likeDKM_URL. Removed Azure CLI login and AKS start/stop steps to streamline the workflow. [1] [2] [3]Deployment Script Fix:
Deployment/checkquota.ps1to properly handle cases where quota information for a model is unavailable, preventing unnecessary continuation of the loop.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information