Skip to content
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

Template test pipeline handling of terraform tests #4528

Open
danieljurek opened this issue Nov 7, 2024 · 1 comment
Open

Template test pipeline handling of terraform tests #4528

danieljurek opened this issue Nov 7, 2024 · 1 comment

Comments

@danieljurek
Copy link
Member

Terraform tests in the template testing pipeline currently fail because there's no easy way to ensure that the az CLI is logged in properly inside the DevContainer context.

Possible approaches include:

  • Add exclusion regex to the matrix generation script and pass that configuration down from templates that call it
  • Changes to azd template list to exclude certain templates (terraform in this case)... probably not a good idea
  • Hardcoding the exclusion into matrix generation (someone would have to go read the matrix generation script to understand the intent there and would be surprised to find this special case hardcoded in)

Original discussion: #4522 (comment)

@rajeshkamal5050
Copy link
Contributor

@danieljurek @ellismg is there an option to just run the terraform ones non-DevContainer based? Given that we are trying to validate for terraform integration with azd hasn't regressed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants