mirror of
https://github.com/odoo/runbot.git
synced 2025-03-25 20:35:52 +07:00

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.
10 lines
254 B
Python
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
|