mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-16 17:42:05 +00:00
b394c5a8f715931ad938e967b5049c99b52d402d

In parallel build try to run the specific test files for a second time if they fail. Let's be realist, testing an online application always has some unreliabilities, let's make things more reliable with running test more times and abort the build only if the test fails consistently. This is enabled only for parallel builds now, so we have it on Jenkins. A simple make check will be more deterministic. I also added an option to disable second chance for parallel build: see CYPRESS_NO_SECOND_CHANCE make file variable. Change-Id: Ib7c554a238ded7ee15908b9f0c2d2c92ef0dcf32 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91987 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
…
…
…
…
…
…
…
…
…
…
…
…
…
LibreOffice Online. This project has several components: wsd/ The Web Services Daemon - which accepts external connections. kit/ The client which lives in its own chroot and renders documents. common/ Shared code between these processes. loleaflet/ The client side JavaScript component. It is recommended to read these files: wsd/README loleaflet/README Enjoy.
Description
Languages
JavaScript
48%
C++
32.6%
HTML
6.7%
CSS
5.8%
Java
2.3%
Other
4.5%