-
Notifications
You must be signed in to change notification settings - Fork 140
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
Add nightly and PR validation pipelines in Azure DevOps #437
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.
Let's get the failed checks resolved.
Want to look at these two:
https://github.com/Azure/missionlz/runs/4117640642?check_suite_focus=true#step:4:462
and I'll take a look at why the Terraform validation check is failing -- the error message is cryptic:
https://github.com/Azure/missionlz/runs/4117640677?check_suite_focus=true
removed the html table tags
updated the image based on github guidance
added #!/usr/bin/env bash
moved #!/usr/bin/env bash to first line
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.
Thanks @vidyambala 🚀
Description
Adds Azure DevOps pipelines to:
/main
run a--what-if
AZ CLI deployment to ensure the Bicep templates are deployable/main
run aterraform plan
to ensure the Terraform templates are deployableIssue reference
The issue this PR will close #49 close #94 close #466
Checklist
Please make sure you've completed the relevant tasks for this PR out of the following list: