internal: trigger terraform-azurerm-secure job for PR#78
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a new GitHub Actions workflow to automatically trigger Jenkins sanity tests for the terraform-azurerm-secure project when pull requests are ready for review or approved.
- Adds automated Jenkins job triggering for PR validation
- Implements label-based skip mechanism for sanity tests
- Configures workflow to run on PR ready_for_review and approved review events
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
ravinadhruve10
left a comment
There was a problem hiding this comment.
Do we need to be concerned with any resource conflict issues here?
Concurrent runs are currently disabled at the job level and handled at the workflow level. You can find more details on this change at: https://github.com/sysdiglabs/terraform-azurerm-secure/pull/78/files#diff-913d90dc2a7ccc6324842a3d15b5d756e0787aa9befee876afR10 There's a possibility of resource conflicts if someone is manually using the same customer for Tenant onboarding. I've tried requesting a new tenant for this effort, but it has not been approved yet. For scenarios where a job fails due to reasons outside of PR changes, the PR can be labeled with |
No description provided.