- 27 Apr, 2021 2 commits
-
-
Stevan Radaković authored
-
stevanradakovic authored
dispatcher: fvp: simplify getting FastModel version See merge request lava/lava!1489
-
- 26 Apr, 2021 4 commits
-
-
Antonio Terceiro authored
Instead of launching a long-running container to just get the model version, do a one-off docker run call. This avoids leaving that container running in the background and interfering with sharing the Model container network with a docker test shell container (see c2c35554 and 60f39786).
-
Rémi Duraffort authored
tests: lava_dispatcher: don't print on the happy path See merge request lava/lava!1488
-
Rémi Duraffort authored
device-types: imx8: Set base_high_limits default as false. See merge request lava/lava!1490
-
Larry Shen authored
Signed-off-by:
Larry Shen <larry.shen@nxp.com>
-
- 22 Apr, 2021 8 commits
-
-
Antonio Terceiro authored
This polutes stdout a lot and makes test failure output harder to read. There are better ways of debugging jobs and devices instantiated in the tests.
-
Antonio Terceiro authored
Allow overriding configuration through the environment See merge request lava/lava!1480
-
Antonio Terceiro authored
Add dependecy to django-allauth. See merge request lava/lava!1487
-
Antonio Terceiro authored
Make retry interval configurable. See merge request lava/lava!1455
-
stevanradakovic authored
lava_server: fix queryset and filter for setting device type visible Closes #472 See merge request lava/lava!1475
-
stevanradakovic authored
Add dependency_query to notification criteria. See merge request lava/lava!1484
-
Antonio Terceiro authored
write environment variable in secrets Closes #450 See merge request lava/lava!1374
-
stevanradakovic authored
doc: complement backup instructions with docker-compose case See merge request lava/lava!1485
-
- 21 Apr, 2021 4 commits
-
-
Gustavo Noronha Silva authored
With this we make it easier to set the database and secret key which are appropriate for each environment based on the environment files read by the systemd file and for other use cases, such as LAVA deployments based on containers. This change also allows for appending new entries to ALLOWED_HOSTS using the same method.
-
Stevan Radaković authored
Having gitlab SSO is not possible in docker deployment if there's no dependency to this lib.
-
stevanradakovic authored
docker/lava-server: enable apache2 rewrite and ssh modules See merge request lava/lava!1486
-
Chase Qi authored
These two modules are required by https apache2 configuration. Although they can be enabled manually before moving to https config, the following docker container recreation or upgrade will fail unless user move back to http configuration as these two modules are not enabled by default. Enabling these two modules by default will make docker based https deployment and upgrade easier. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- 20 Apr, 2021 2 commits
-
-
Rémi Duraffort authored
device-types: add kontron-pitx-imx8m See merge request lava/lava!1483
-
Stevan Radaković authored
A custom query argument is added for notification criteria. If specified, the notifications will only be sent if all the jobs from the query satisfy the criteria condition specified in criteria status field.
-
- 19 Apr, 2021 1 commit
-
-
Chase Qi authored
Fixes #472 and the previous commit 3b997d65 . Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- 15 Apr, 2021 4 commits
-
-
Heiko Thiery authored
Signed-off-by:
Heiko Thiery <heiko.thiery@gmail.com>
-
Larry Shen authored
Signed-off-by:
Larry Shen <larry.shen@nxp.com>
-
Larry Shen authored
Signed-off-by:
Larry Shen <larry.shen@nxp.com>
-
Rémi Duraffort authored
Make worker token available through manage command See merge request lava/lava!1477
-
- 14 Apr, 2021 7 commits
-
-
Gustavo Noronha Silva authored
When adding a new worker, everything can be done through the command line management command. However, you need to go to the Django admin to obtain the token that you'll need to set up the worker. This change prints the token upon worker creation and also prints it when showing details about a worker.
-
Antonio Terceiro authored
autopkgtest: install postgresql and apache2 for tests See merge request lava/lava!1478
-
Philippe Mazet authored
-
Antonio Terceiro authored
96a30884 and 2b276ddc have made them optional, and that's what we want for production deployments. However the test suite requires them to be installed locally, so they now need to be listed explicitly as test dependencies.
-
Antonio Terceiro authored
Bug: Fix duplicate mount point for container share. See merge request lava/lava!1457
-
Antonio Terceiro authored
docker: install qemu from buster backports See merge request lava/lava!1476
-
Antonio Terceiro authored
Remove hard dependency on postgresql and apache2 on the same system See merge request lava/lava!1473
-
- 13 Apr, 2021 1 commit
-
-
Rémi Duraffort authored
Also install mips, misc and ppc. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 09 Apr, 2021 1 commit
-
-
Rémi Duraffort authored
dispatcher: download: catch stderr when decompression fails See merge request lava/lava!1474
-
- 08 Apr, 2021 6 commits
-
-
Antonio Terceiro authored
-
Gustavo Noronha Silva authored
LAVA may be setup in a way in which the gunicorn runs on one host with a gateway/cache/TLS termination server on a separate host, for instance.
-
Gustavo Noronha Silva authored
Downgrade postgresql to a Recommends, making LAVA setup more flexible. On some installations you may want to have the database on a container or a on a separate host entirely. To make that possible we also fix the postinst python script to check for database availability earlier, while checking for options, so it can set options.db to False and avoid trying to do any database-related setup.
-
Rémi Duraffort authored
Allow master/worker version mismatch See merge request lava/lava!1466
-
Rémi Duraffort authored
testdef: do not crash if a test step is None See merge request lava/lava!1467
-
Rémi Duraffort authored
doc: authentication: add notes to GitLab auth integration See merge request lava/lava!1470
-