ArduPilot/ardupilot

Modify autotest to notify Discord when run is complete

Ouverte

#14 438 ouverte le 24 mai 2020

 (2 commentaires) (0 réaction) (0 personne assignée)C++ (15 603 forks)batch import
good first issue

Métriques du dépôt

Stars
 (9 336 étoiles)
Métriques de merge PR
 (Merge moyen 26j 16h) (166 PRs mergées en 30 j)

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

Guide contributeur