-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consolidate infrastructure deployment jobs for streamlined process an…
…d quicker execution (#199) ### Summary & Motivation Streamline the deployment process by merging the Plan jobs for Shared, Staging, and Production into a singular Plan job. In a similar fashion, unify the jobs for Shared Environment Resources and Cluster deployment into one consolidated job per environment. This refinement reduces the deployment steps to a Plan, Shared, Staging, and Production jobs. This reorganization not only eliminates redundant tasks such as code checkout, Azure login, and Bicep installation but also introduces a trade-off by potentially making the multi-cluster deployment process less transparent. Furthermore, transition the DOMAIN_NAME environment variable to utilize DOMAIN_NAME_STAGING and DOMAIN_NAME_PRODUCTION. This adaptation allows for the effective reuse of these variables in the Plan job, circumventing its lack of access to environment-specific variables. ### Checklist - [x] I have added a Label to the pull-request - [x] I have added tests, and done manual regression tests - [x] I have updated the documentation, if necessary
- Loading branch information
Showing
2 changed files
with
56 additions
and
143 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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