eclipse-edc/MinimumViableDataspace

Action CLOUD-CD fails since commit 24c85f2 and other CI / CD pipeline issues

janniswarnat opened this issue · 0 comments

Bug Report

Describe the Bug

Action CLOUD-CD fails since commit 24c85f2 with the following error message in step "Seed Credentials and master data":

Wrong number of VCs, expected > 2, got 1
Error: Process completed with exit code 2.

I see the same error when trying to run the CI / CD pipeline in my fork janniswarnat/MinimumViableDataspace. It would be nice if anybody could give a hint on how to fix this.

I also ran into the following issues that I could fix myself when trying to run the CI/CD pipeline in my fork:

  • Path deployment/terraform/participant/sample-data/text-document.txt is wrong in README.md. Correct path is now deployment/azure/terraform/modules/participant/sample-data/text-document.txt.
  • Variable acr_name / ACR_NAME should be mentioned in files resources/setup_azure_ad/variables.tf and resources/setup_azure_ad/set-gh-secrets.sh so the user is made aware to set it up.
  • Parameter --overwrite is needed for command az storage blob upload in file .github/workflows/run_azure_dataspace_tests.yaml to run the pipeline more than once (more here).
  • EDC_VAULT_TENANTID should be dynamically set in files deployment/azure/create_dataspace_resources.sh and deployment/azure/create_participant_resources.sh.

Please let me know if I understood these issues correctly and if you want me to create pull requests to fix these.

Expected Behavior

Action CLOUD-CD runs without error.

Steps to Reproduce

Re-run action CLOUD-CD.