runbot/runbot/tests/__init__.py
Christophe Monniez b7df8566e4 [IMP] runbot: create a new build error when a fixed one reappear
When a build error appears with the same fingerprint as already known
one which was supposedly fixed, the build is simply added to the known
build error.

In order to keep an eye on such reappearing bugs and keep the fixing
history separated, this commit simply creates a new build_error.
Old build errors with the same hash (or child_ids 's hashes) appears in
a computed field error_history_ids.
2019-09-18 13:16:20 +02:00

10 lines
254 B
Python

from . import test_repo
from . import test_build_error
from . import test_branch
from . import test_build
from . import test_frontend
from . import test_schedule
from . import test_cron
from . import test_build_config_step
from . import test_build_error