Charles Oliveira
Charles Oliveira
Hi, first place, good work for making these test cases available! Thanks! Autoconf is generating Makefiles with CFLAGS='-g -O2', and -O2 will optimized lots of parts of the code since...
I tried to compile on a Ubuntu 12.04 GCC 4.6.4, it complained about missing reference to libmath. LDADD[1] will tell autotools to add these variable AFTER the objects list. Thanks...
Got this today ``` ../../../../.local/lib/python3.10/site-packages/squad/settings.py:59 /home/chaws/.local/lib/python3.10/site-packages/squad/settings.py:59: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses...
Make sure SQUAD compatible with Django 4.2, the current LTS
query devices before poll the jobs, devices that are offline put them at the end for jobs to be checked if finished. [ci: models: avoid polling jobs waiting more than...
have a mechanism in SQUAD that allows detecting if suites has finished running across multiple testjobs and then trigger a callback. This could be done by adding a new table...
We should be able to customise how frequent the poll should be per backend via the project.settings page, that you can configure via squad-client. Currently the polling is hard coded...
Currently, SQUAD has a feature that computes test confidence based on latest N builds configured-per project. It would be a nice-to-have approach to get the confidence based on every single...
In endpoints like: https://qa-reports.linaro.org/api/builds/140432/failures_with_confidence/ It might be useful to have results filtered by score, something like appending this url with `&score=80` for score exactly as 80% or `&score__gt=80` for score...