Skip to content

Azure test farm tests can leak EC2 instances #7567

@bmw

Description

@bmw

If our "test farm tests" are running in Azure and are interrupted, they can leave EC2 instances running. This is bad because it costs money and reduces the number of EC2 instances we have available.

The two main ways this happens is:

  1. Something goes wrong with the tests and Azure kills them for taking too long. A log of this happening from when we used to use Travis is at https://gist.github.com/bmw/074c100f0a2d6ac3326e31efa224ccf5.
  2. A test run in Azure is canceled.

If #6586 doesn't happen first, we should try and fix this.

cc @maximillianh

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions