equinix / terraform-provider-equinix

Terraform Equinix provider
https://deploy.equinix.com/labs/terraform-provider-equinix/
MIT License
46 stars 45 forks source link

Run Fabric resource tests in CI #344

Open ctreatma opened 1 year ago

ctreatma commented 1 year ago

Community Note

Description

Currently, CI only runs acceptance tests for Metal resources & data sources. This means that changes to Fabric resources don't go through any kind of automated validation. To build confidence in Pull Requests that update Fabric resources, we should update our GitHub Actions workflows to run the Fabric tests automatically in addition to the Metal tests.

New or Affected Resource(s)

Potential Terraform Configuration

# Propose what you think the configuration to take advantage of this feature should look like.
# We may not use it verbatim, but it's helpful in understanding your intent.

References

displague commented 12 months ago

When we have Fabric CI, do we need GHA patterns that allow these E2E tests to run in parallel to Metal E2E tests?