- 17 Aug, 2022 37 commits
-
-
Ophélie Gagnard authored
component/golang/: Roll-back to the original. component/fluentbit-plugin-wendelin/: Add golang compilation modifications.
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
STATIC: <something>--static extends <something> and overrides some parameters to link statically. Rationale: The default behavior in slapos seems to be dynamic linking, so currently the special case is the static one and it can be reached simply by overriding parameters. DEP: dep--<something> extends <something> and overrides some parameters to use the host version of the dependencies. Rationale: - This is only for development and in particular packaging with OBS. The goal is mainly to be able to bypass the compilation of at least *some* building tools and therefore increase speed up the debugging process dramatically. - Currently the same buildout files are used in this case, so it is only needed to override some parameters, and therefore it is only needed to extend the already existing <something>. Note: "dep_" was initially choosen instead of "dep--", but it seems that "_" is forbidden in Debian package name (because "_" is the separator between the package name and its version).
-
Ophélie Gagnard authored
software/light-build-dependencies-fluent-bit/: Support building without compiling the build dependencies for fluent-bit
-
Ophélie Gagnard authored
component/mca/buildout.cfg: Update mca release.
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
software/mca/software.cfg: Transfer the implementation to component/mca/
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
- Change set GOPATH to buildout's directory so that Go packages are sent to OBS. - Switch back the default behavior to running Go tests and skip them in section golang1.17
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
- Re-enable $PYTHON_PATH variable in mca's Makefile - Change the mca release.
-
Ophélie Gagnard authored
- gitclone does not support download-cache, so it fails in OBS' servers. Deactivate fluent-bit part as there is already a package with fluent-bit. - A merge between the two packages can be made later on.
-
Ophélie Gagnard authored
Explanations: The network tests are failing on OBS' VM for package building. This is a first fix which can be improved later.
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
- Add metadata-collect-agent and its dependencies. - Add fluent-bit output plugin for Wendelin (fluentbit_wendelin.so) and its dependencies.
-
Léo-Paul Géneau authored
-
Joanne Hugé authored
-
- 16 Aug, 2022 3 commits
-
-
Łukasz Nowak authored
Instead of lying in tests and checking for NotReadyYet in the connection parameteres use promise to assert that generation of KeDiFa URLs is really ready.
-
Łukasz Nowak authored
Drop hacks applied in the test, so that it will uncover all missing promises and corner cases.
-
Łukasz Nowak authored
bootstrap-script-url and data-to-vm are important features of enable-http-server and are expected to work correctly, thus cover them with instance-level testing. In mean time fix detected issues.
-