Marvin-Brouwer / FluentSerializer

A fluent take on serializer libraries
Apache License 2.0
20 stars 1 forks source link

Using `windows-latest` in benchmarking results in "Error provisioning ressources" #244

Closed Marvin-Brouwer closed 1 year ago

Marvin-Brouwer commented 1 year ago

Describe the bug When benchmarking in a matrix with windows-latest for some reason the pipeline gets cancelled with the following message:

Benchmark XML serializer / net7.0 windows-latest
An error occurred while provisioning resources (Error Type: Disconnect).

To Reproduce Steps to reproduce the behavior:

  1. Add windows-latest to the benchmark pipeline matrix
  2. Run in GitHub pipelines
  3. See the error after some time.

Expected behavior Running the pipeline

Additional context https://github.com/Marvin-Brouwer/FluentSerializer/actions/runs/3775748865

Marvin-Brouwer commented 1 year ago

Fixed in #146

Marvin-Brouwer commented 1 year ago

Apparently something is starving the resources. I made a support request to see if there's something we can do about it: https://github.com/actions/runner-images/issues/6841

Marvin-Brouwer commented 1 year ago

Fixed in #8