bugbug
bugbug copied to clipboard
Platform for Machine Learning projects on Software Engineering
The mail contains the interesting information: `There are 387 tests skipped in some configurations (lower than the median across other teams, 398). They are increasing from 386 you had two...
Fixes #1718
If we decide to strip, maybe only OOM signatures?
Fix for the issue #2109 .
This way we can: 1) Start the test selection jobs even earlier than now (currently we start them after a Mercurial push); 2) Run the selector locally without a push...
We got rid of most typing.Tuple usage in #2640, except https://github.com/mozilla/bugbug/blob/cbaf0de92e96cdb287d461478312b32fc48ef4c1/bugbug/test_scheduling.py#L47-L49 where mypy complains when using `tuple` instead of `Tuple`. Is it a mypy bug? If so, we should report...
Right now users have to manually select all the items, it'd be nice to add a small "Select All" button next to each filter which has multiple selectable options.
One really nice feature is the list of intermittents ordered by number of failures. It's represented by a section "Bugs with highest number of failures from the last week" (in...
Fixes: #674 Implemented the **PV-DM** based `doc2vec` similarity algorithm with cosine similarity as similarity metrics between two documents. Todo: - [x] Try different other `doc2vec` algorithms - [ ] Try...
Hi! This is related to issue #1883. I just copied what was happening with the previous metrics, let me know if I misunderstood what had to be done (This is...