ArduPilot/ardupilot

Modify autotest to notify Discord when run is complete

Aberta

#14.438 aberto em 24 de mai. de 2020

 (2 comentários) (0 reação) (0 responsável)C++ (15.603 forks)batch import
good first issue

Métricas do repositório

Stars
 (9.336 estrelas)
Métricas de merge de PR
 (Mesclagem média 26d 16h) (166 fundiu PRs em 30d)

Description

Feature request

We need to cut back on the number of tests we run on CI (so they finish faster, given we can't reasonably increase the resources allocated there). However, we still want more tests overall. The autotest results tend to get ignored a lot of the time.

A push notification to Discord (summarising improvements or regressions) may allow us to quickly notice and fix regressions that occur because we're not running all of the tests in the CI environment.

Describe alternatives you've considered Continue to run more and more tests in CI. We already take too long and randomly time out, which is no good. Run fewer tests, catch fewer regressions. Spend time optimising the time taken to run tests.

Platform [ X ] All [ ] AntennaTracker [ ] Copter [ ] Plane [ ] Rover [ ] Submarine

Guia do colaborador