-
Notifications
You must be signed in to change notification settings - Fork 97
ci: integrated deployment pipeline with test automation pipeline, fix test scripts, bug fixes #422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
…hods for Azure CLI, kubectl, and Helm
…ource group deletion condition
…automation pipeline
fix: Even if the summary is short, scroll bar appears
fix: Previously uploaded/failed files still visible after reopening the upload document popup
…le API calls during an ongoing request
fix: Disable follow-up suggestions while chat response is loading
fix: File upload is significantly slower than expected
Avijit-Microsoft
approved these changes
Jul 15, 2025
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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 changes to the CI/CD pipeline and test automation workflows, along with minor frontend styling updates. The most notable updates include transitioning the CI pipeline to Ubuntu, enhancing resource management, adding retry logic for deployment validation, and modifying the test automation workflow for better integration with the deployment pipeline.
CI/CD Pipeline Enhancements:
.github/workflows/CI.yml: Renamed the pipeline toDeploy-Test-Cleanup Pipeline, switched the runner from Windows to Ubuntu, and added environment variables forGPT_CAPACITYandTEXT_EMBEDDING_CAPACITY. Outputs are now set for resource group names and URLs for improved resource handling. [1] [2].github/workflows/CI.yml: Enhanced deployment validation with retry logic for web app health checks, added steps to retrieve and increase TPM for Azure OpenAI and Text Embedding models, and introduced cleanup steps for resource groups and purging unused resources. [1] [2]Test Automation Workflow Updates:
.github/workflows/test-automation.yml: Changed the workflow trigger toworkflow_callfor integration with the CI pipeline, added input parameters likeDKM_URL, and removed Azure CLI login and AKS start/stop steps for simplification. [1] [2].github/workflows/test-automation.yml: Added steps to open the provided URL and introduced a sleep delay before running tests to ensure readiness.Frontend Styling Update:
App/frontend-app/src/assets/scss/global.scss: Added a new.autoHeightclass to allow elements to have dynamic height based on content.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information