runbot/runbot/tests
Xavier-Do 03da48a07a [IMP] runbot: compute nb states without accessing childrens
Accessing childrens can create rollback, especially for builds with
a lot of them, since other runbot will concurently access and update
states. This commit tries to improve this by incrementing and
decrementing counters instead of counting all of them each time.
2019-06-24 14:29:52 +02:00
..
__init__.py [IMP] runbot: allow a parent to ignore some child builds 2019-05-23 12:32:35 +02:00
test_branch.py [IMP] runbot: replace jobs by build configs 2019-05-18 10:42:31 +02:00
test_build_config_step.py [IMP] runbot: allow a parent to ignore some child builds 2019-05-23 12:32:35 +02:00
test_build.py [IMP] runbot: compute nb states without accessing childrens 2019-06-24 14:29:52 +02:00
test_cron.py [IMP] runbot: replace jobs by build configs 2019-05-18 10:42:31 +02:00
test_frontend.py [IMP] runbot: replace jobs by build configs 2019-05-18 10:42:31 +02:00
test_repo.py [FIX] runbot: try to update github status multiple times 2019-06-19 10:20:38 +02:00
test_schedule.py [IMP] runbot: replace jobs by build configs 2019-05-18 10:42:31 +02:00