- 24 May, 2019 3 commits
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Use this schema validator in lava_dispatcher. lava_dispatcher tests does not depends anymore on lava_scheduler_app. This will be usefull when lava_scheduler_app,schema depends on the settings. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Khouloud Touil authored
This patch modify this device-type to support fastboot method. Signed-off-by:
Khouloud Touil <ktouil@baylibre.com>
-
- 23 May, 2019 14 commits
-
-
Rémi Duraffort authored
"lava-server" is not a service anymore "lava-slave" service is installed by default "lava-publisher" service is installed by default "/usr/share/pyshared/lava_server/docs" is not used anymore Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Stevan Radakovic authored
Signed-off-by:
Stevan Radakovic <stevan.radakovic@linaro.org>
-
Stevan Radakovic authored
Signed-off-by:
Stevan Radakovic <stevan.radakovic@linaro.org>
-
Stevan Radakovic authored
Signed-off-by:
Stevan Radakovic <stevan.radakovic@linaro.org>
-
Stevan Radakovic authored
Signed-off-by:
Stevan Radakovic <stevan.radakovic@linaro.org>
-
Stevan Radakovic authored
Signed-off-by:
Stevan Radakovic <stevan.radakovic@linaro.org>
-
Stevan Radakovic authored
Add new model to support the authentication refactoring. Add django migration. Add auth backends and unit tests. Signed-off-by:
Stevan Radakovic <stevan.radakovic@linaro.org>
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Both keys are optional but sometime used. Reported-by:
Diego Russo <diego.russo@arm.com> Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Steve Mcintyre authored
In a number of places we're using fixed-width text fields without needing to, and it's causing problems. Noticed in the case of Notificationcallback.url, then looked for others where the fixed-width makes no apparent sense. Closes #273 Signed-off-by:
Steve McIntyre <steve.mcintyre@linaro.org>
-
Li Xiaoming authored
Signed-off-by:
Li Xiaoming <lixm.fnst@cn.fujitsu.com>
-
- 22 May, 2019 4 commits
-
-
Rémi Duraffort authored
1/ Do not add the aliases to the device-type name is making some tables confusing 2/ Rework the pklink and improve the title and the display Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Displaying the Device and DeviceType does not make sense here as we are viewing the recent job table of a given (and defined) device. Removing Device and DeviceType field makes the table more readable. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Infact the second form will issue a COUNT which can be really slower on PostgreSQL while the first form will issue an EXISTS. Also factorize some cases. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Fix a crash when the device-type alias is None. Every aliases after the migration will be in that state. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 21 May, 2019 6 commits
-
-
Rémi Duraffort authored
Closes #180 Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Milosz Wasilewski authored
Signed-off-by:
Milosz Wasilewski <milosz.wasilewski@linaro.org>
-
Milosz Wasilewski authored
Signed-off-by:
Milosz Wasilewski <milosz.wasilewski@linaro.org>
-
Milosz Wasilewski authored
Signed-off-by:
Milosz Wasilewski <milosz.wasilewski@linaro.org>
-
Milosz Wasilewski authored
Since Alias can be used to submit jobs there should not be any ambiguity between Alias and DeviceType names. This commit adds check to prevent saving DeviceType with already existing Alias name and vice versa. Signed-off-by:
Milosz Wasilewski <milosz.wasilewski@linaro.org>
-
Milosz Wasilewski authored
Device type alias can be used to submit test job. They will be routed to the proper device. Aliases are also listed in the frontend tables next to the devices. Signed-off-by:
Milosz Wasilewski <milosz.wasilewski@linaro.org>
-
- 17 May, 2019 1 commit
-
-
Rémi Duraffort authored
This will allow the zmq connection to cross some firewalls. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 16 May, 2019 6 commits
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
This parameter is available for both inline and in repository test definitions. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Vincent Wan authored
This commit changes the boot action method to print out the version of the pyocd-flashtool utility used by the method. It is non-Debian so it was previously failing with the original methodology of querying the version number using debian_filename_version(). It now uses a new function added in utils.py to run the utility to extract the version info. Signed-off-by:
Vincent Wan <vincent.wan@linaro.org>
-
Rémi Duraffort authored
The gain is lower than the burden of maintaining both versions in the source tree. Using modern compression will be simpler and give a similar result. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 15 May, 2019 2 commits
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
doc/v2/writing-tests.rst:1389: WARNING: undefined label: log_size_limit (if the link has no caption the label must precede a section header) Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 14 May, 2019 4 commits
-
-
Rémi Duraffort authored
When using a worktree, ".git" is a file and not a directory. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Khouloud Touil authored
For the imx8m, this device-type forces the 'flash' process, this patch change this and gives the flexibility to set the fastboot_sequence as wanted ( to flash or to boot). Signed-off-by:
Khouloud Touil <ktouil@baylibre.com>
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Calling "lava-server manage jobs validate --mail-admins" will send an email to the admins with the list of failing jobs. Closes #247 Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-