ci: fix client advisor deploy and test automation workflows #594
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 updates the deployment and test automation workflows in the
.github/workflowsdirectory to enhance flexibility, improve resource management, and streamline automation processes. The most significant changes include adding branch support for deployment triggers, using environment variables for resource capacities, refining deployment tagging, and removing redundant role assignments.Deployment Workflow Enhancements (
CAdeploy.yml):devanddemobranches in addition tomainfor triggering deployments.GPT_MIN_CAPACITYandTEXT_EMBEDDING_MIN_CAPACITYto use environment variables instead of hardcoded values for better configurability.latestand updating the output variable toIMAGE_TAG.Test Automation Workflow Updates (
test_automation.yml):push,schedule, andworkflow_dispatchtriggers withworkflow_callfor better modularity and reusability. Added support for optional email notification logic app URL as a secret.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information