Closed
Conversation
…ted service deployment
…on from quota check script
…ner image deployment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
ci: Added Deploy-Test-Cleanup v2 Pipeline
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 updates and refactors the CI/CD GitHub Actions workflows to improve flexibility, parameter validation, and directory structure support for the
content-genproject. The main changes include expanding deployment options, introducing new input parameters, updating region and model selections, and aligning scripts and output variable names with the new project structure.Workflow input enhancements and validation:
runner_osinput to allow deployments oncodespace,Devcontainer, orLocalenvironments, with validation and dynamic runner selection logic. [1] [2] [3]image_model_choiceparameter to select which image model to deploy (gpt-image-1,gpt-image-1.5,dall-e-3, ornone), with validation and defaulting. [1] [2] [3]Directory and file structure updates:
content-gendirectory structure instead of the previoussrcandinfradirectories.content-gen/infrapaths, ensuring correct configuration files are used during deployment. [1] [2]Deployment region and permissions improvements:
swedencentral,westus, andwestus3, and replacingeastus2witheastus.packages: writepermissions where needed for container registry operations. [1] [2] [3]Output and environment variable alignment:
WEB_APPURLtoWEB_APP_URLfor consistency across jobs and summaries. [1] [2] [3] [4] [5]Miscellaneous improvements:
PYTHONUTF8=1in the Windows deployment job to ensure proper encoding.These changes collectively modernize the deployment workflows, add flexibility for different environments and models, and ensure alignment with the reorganized
content-genproject structure.Does this introduce a breaking change?