eclipse-edc / MinimumViableDataspace

Guidance on documentation, scripts and integration steps on using the EDC project results
Apache License 2.0
52 stars 160 forks source link

fix: fix and simplify azure test pipeline #112

Closed paullatzelsperger closed 1 year ago

paullatzelsperger commented 1 year ago

What this PR changes/adds

Simplifies the test setup that are run using Azure resources. In particular, all the instances (participants, registrationservice) are run in a self-contained docker environment, all infra is provisioned by only one terraform package. Before there were separate packages for the dataspace and for each participant.

Why it does that

Deploying runtimes to ACIs (Azure Container Instances) makes debugging and maintenance almost impossible. It merely adds needless complexity, as is not the focus of the test pipeline.

Further notes

Linked Issue(s)

.

Checklist