- 12 Feb, 2025 7 commits
-
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
This allows to run multiple test suites on the same instances, each test suite will wait until the current one is done
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
Latest fix for SSB NR ARFCN computation is needed for bands such as N79
-
Łukasz Nowak authored
-
- 11 Feb, 2025 4 commits
-
-
Łukasz Nowak authored
qmpbackup 0.43 was leaving temporary files instead of removing them leading to filling up disk space of the machines. Cover the situation in test and pick up fixed version qmpbackup 0.44
-
Łukasz Nowak authored
Put the decolorization directly in the generated binary.
-
Joanne Hugé authored
We don't create new instances anymore because it is currently not possible to add instance nodes with slapos python client. We therefore use existing services but set all necessary parameters on them before each test. TODO: * start and stop the services on each test * add a lock to prevent multiple E2E tests running on the same machine
-
Joanne Hugé authored
-
- 10 Feb, 2025 1 commit
-
-
Carlos Ramos Carreño authored
If libiconv is not linked to gettext, I get the following error during the compilation of gcc-10.5 (in a system with minimal requirements): ``` INFO msgfmt -o de.mo ../../.././libstdc++-v3/po/de.po INFO msgfmt: Cannot convert from "ISO-8859-1" to "UTF-8". msgfmt relies on iconv(). This version was built without iconv(). ``` See merge request !1732
-
- 09 Feb, 2025 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 08 Feb, 2025 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
and revert : component/curl: backport a fix for ".netrc parse error" with git
-
Kazuhiko Shiozaki authored
-
- 07 Feb, 2025 5 commits
-
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
Add new measurements for bands B40, N77, N79
-
Joanne Hugé authored
request was introduced by mistake in 9d8e5003
-
- 06 Feb, 2025 1 commit
-
-
Carlos Ramos Carreño authored
Texinfo 7 depends on perl. If one does not have perl installed, the following error is raised: ``` INFO checking for perl... /usr/bin/perl INFO checking Perl version and modules... no INFO configure: error: perl >= 5.8.1 with Encode and Data::Dumper required by Texinfo. ``` See merge request !1728
-
- 05 Feb, 2025 1 commit
-
-
Łukasz Nowak authored
If slave section depend on slave-log-directory-dict they are being reinstalled on each change in this section, so instead directly provide a path. slave-log-directory-dict is only used to pass directory information about all slaves to slave introsection mechnism, write it down in the comment.
-
- 04 Feb, 2025 3 commits
-
-
Łukasz Nowak authored
expert-backend-allow-downgrade-ssl allows to configure each node to downgrade SSL negotiation with the backends to insecure, OpenSSL 1 style, ciphers and algorithms. It's implemented only per node as it shall be only used in some specific circumstances and the cluster default (by default) is false. Such separation allows to setup each node independently, as it requires node restart. backend-haproxy is hashing backend-haproxy-wrapper:output in order to be reactive on applied change to the configuration; this will result with node restart after the configuration. Note that the special test backend has been moved to different file in order to start it with subprocess with altered environment; using multiprocessing with spawn context didn't worked out, as it altered test process and thus supervisord environment.
-
Thomas Gambier authored
This is a fixup of 61c13f54.
-
Thomas Gambier authored
We need LD_LIBRARY_PATH only during OBS compilation (since the rpath is not correctly set during compilation because it already points to final /opt/slapos path). This is a fixup of 61c13f54.
-
- 03 Feb, 2025 5 commits
-
-
Thomas Gambier authored
We must force meson to output the lib in a constant directory. Also fix runtime libraries This is a fixup of 61c13f54.
-
Łukasz Nowak authored
-
Thomas Gambier authored
This is a fixup of 2fcfc506.
-
Nicolas Wavrant authored
-
Jérome Perrin authored
See merge request !1725
-
- 01 Feb, 2025 1 commit
-
-
Jérome Perrin authored
-
- 31 Jan, 2025 5 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Thomas Gambier authored
See merge request !1722
-
Thomas Gambier authored
The registry is sending bytes. This is a fixup of 9f0b1c97.
-
- 30 Jan, 2025 3 commits
-
-
Boxiang Sun authored
-
Boxiang Sun authored
- Upgraded gobject-introspection to version 1.76.1: - Switched build system from autotools to Meson. - Updated pre-configure and environment variables to support Meson. - Removed outdated configure flags. - Upgraded pygobject to version 3.44.2: - Switched build system from autotools to Meson. - Updated pre-configure to handle Meson subprojects. - Explicitly disabled cairo bindings with . - Updated environment variables for Meson compatibility.
-
Boxiang Sun authored
-