Skip to content
Snippets Groups Projects

Deployment #908

Success

v5.4.2 release notes:

  • !331 [doc] Moves CI installation information to bob/private>
  • !332 Adding xgboost library: As per request from @smichel, adding xgboost library
  • !334 Fix changed runner tags: This MR fixes the clause matching ${CI_RUNNER_TAGS} in the CI of multiple build files to better match GitLab's runner variables. Apparently this stopped working after the last upgrade.
  • !333 [bootstrap,deploy] Fix bootstrap and deployment base servers for (internal) CI builds
  • !335 Adding openpyxl/shap deps: As requested by @smichel: adding openpyxl and shap libaru
  • !316 Use XDG_CACHE_HOME for defining cache directory for torch, pip and pre-commit: This MR just replaces the various cache variables by a central XDG_CACHE_HOME, that is respected (at least) by pip, pre-commit and torch. Cache paths were updated accordingly preserving the current behaviour.
  • !336 Fix reference of tags creating nested lists: The !reference keyword was creating a nested list inside the tags parameter. This MR reverts to explicitly listing all tags every time.
  • !337 Remove bdt ci check from nightlies: The nigthlies are not using anything that this check verifies. Fixes #112
  • !338 Check for yum presence rather than rely on CI tags: From the looks of it, the CI_RUNNER_TAGS format may have changed to be '["tag1", "tag2"]' so doing the actual check will not work. Hence rather than relying on this environment variable content and format, check whether yum is present on the runner and use it if so. This fixes the issue from beat/beat.editor> pipelines not running because there are now missing packages.
  • !339 Updates pins to the latest versions of installable packages
  • !340 Update pins of sphinx-rtd-theme to latest
  • !341 [boostrap,conda] Update conda/mamba versions
  • !342 Update the constraints of scikit-learn to 1.1.2.
  • !343 [qa] autoupdate pre-commit