-
Notifications
You must be signed in to change notification settings - Fork 1
[NDR-266] Split jobs on sandbox #446
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR splits the sandbox deployment workflow into separate jobs for better organization and dependency management. The changes separate input validation, main branch terraform operations, and branch-specific terraform operations into distinct jobs.
- Split the single
terraform_processjob into three separate jobs:validate_inputs,terraform_process--main, andterraform_process--branch - Added proper job dependencies with
needskeywords to ensure sequential execution - Duplicated AWS configuration and Terraform setup steps in the new branch job
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
9103e84 to
9a45247
Compare
.github/workflows/deploy-sandbox.yml
Outdated
| - name: Setup Terraform | ||
| uses: hashicorp/setup-terraform@v3 | ||
| with: | ||
| terraform_version: 1.11.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| terraform_version: 1.11.4 | |
| terraform_version: 1.13.3 |
Report for environment: ndr-devTerraform Initialization ⚙️
|
chrisbloe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A nice change :)
No description provided.