Charles Oliveira

Results 32 issues of Charles Oliveira

This will be useful for monitoring squad's health. Here are the steps for doing so: 1. RabbitMQ's host: - Open ports 15672 and 15671 only for squad-frontend - Enable management...

Testing with LAVA containers are failing: ```python Setup the database /usr/lib/python3/dist-packages/environ/environ.py:615: UserWarning: /usr/lib/python3/dist-packages/lava_server/settings/.env doesn't exist - if you're not configuring your environment separately, create one. "environment separately, create one." %...

Recently, tuxsuite.com has started supporting testing, so it would be nice to have Squad sending jobs there.

The metrics chart for https://qa-reports.linaro.org/schneider/dunfell-5.4/metrics/?environment=rzn1d&metric=dummymetric&range_dummymetric=0,100 looks very weird. It's going backwards somehow. Needs investigation. ![Screenshot from 2021-02-17 14-15-39](https://user-images.githubusercontent.com/2254825/108241773-f51fd000-712a-11eb-951f-09996d2d31e6.png)

I've closed all docs issues in an attempt of centralizing all in this one. Here are the ones opened so far (now closed): - [Document field selection](https://github.com/Linaro/squad/issues/923) - [API User...

docs

While monitoring the database, I've noticed that there's a lot of queries of TestJob when listening to Lava: https://github.com/Linaro/squad/blob/1.30/squad/ci/backend/lava.py#L685 There's a lot of long-running queries like this one ```sql SELECT...

TestComparison is the last bottleneck we currently have. It: 1. Causes workers to be killed due to OOM, which 1.1 Causes `ProjectStatus.create_or_update` fail, therefore causing `celery_chord` in tradefed plugin fail...

bug
high priority

Fixes https://github.com/Linaro/squad/issues/846 This is an early WIP that attempts to improve load times for comparison operations. ### Problem Here's what currently happens (with very ugly pseudo code summarized from real...

This is timing out: https://qa-reports.linaro.org/_/comparebuilds/?project=android-lkft/5.4-gki-aosp-master-db845c-full-cts-vts&baseline=5.4.65-63d1c2f0b547-202009152250&target=5.4.61-daddf4fb363c-202009020228&comparison_type=test

# Issue There is no exact way of determining when a build is finished. Our current/best approach is implemented [here](https://github.com/Linaro/squad/blob/1.21/squad/core/models.py#L450) and reports are sent based on [this part](https://github.com/Linaro/squad/blob/1.21/squad/core/tasks/notification.py#L12) and it...