Skip to content
Snippets Groups Projects
  • Released date
  • Created date
0% complete
Milestone
Issues 0
Open: 0 Closed: 0

Evidence collection

Collected 9 months ago

Release notes

This release drops the last dependency on lbmessaging and RabbitMQ.

Tags 4.0.9 and 4.0.10 were made to deploy minor bugfixes on top of 4.0.8

Changed

  • Use CouchDB as message queue periodic tests (!430)

Evidence collection

Collected 9 months ago

Release notes

New

  • Get periodic tests to run from CouchDB (!428)

Fixes

  • Apply cleanup policy to -mr slots (!427)
  • Installation of data packages (!429)
0% complete
Milestone
Issues 0
Open: 0 Closed: 0

Evidence collection

Collected 1 year ago

Release notes

Fixes

  • Make lbn-install more resilient against slow EOS (!426)
    • solve an issue with test jobs randomly having all tests failing
  • Fix escaping in template string (!425)
    • fix a regression with !424
0% complete
Milestone
Issues 0
Open: 0 Closed: 0

Evidence collection

Collected 1 year ago

Release notes

Fixes

  • Fix use of containers in PR tests (!424)
100% complete
Milestone
Issues 2
Open: 0 Closed: 2

Evidence collection

Collected 1 year ago

Release notes

Fixed some regressions in 4.0.4 (#125, #126) and improved reporting (!423).

0% complete
Milestone
Issues 0
Open: 0 Closed: 0

Evidence collection

Collected 1 year ago

Release notes

  • Fixed gitlab-ci configuration (!418 !416)
  • Replace reference to eoslhcbhttp.cern.ch with eoslhcb.cern.ch (!417)
  • Improve selection of model slot in ci-test builds (!419)
  • Improve apptainer invocation to allow running tests requiring GPU access (!420)
0% complete
Milestone
Issues 0
Open: 0 Closed: 0

Evidence collection

Collected 1 year ago

Release notes

Fix regression introduced with !405 (in 4.0.2)

Evidence collection

Collected 1 year ago

Release notes

Fixed

  • Port the few shell scripts to Python scripts (!405)
  • Fix reporting of failed gitlab feedback post (#120 !414)
  • Fix GaussinoExtLibs gitlab group and clean up (#122 !413)
  • Fix use of Python Gitlab list() (ListMixin) (#121 !412)
  • Add workaround for transient apptainer failures (#119 !410)
  • Add --with/without-downstream to ci-test arguments (#110 !411)
  • Ask gitlab the default branch name instead of assuming 'master' (#118 !408)
  • Replace networkx OrderedDiGraph with DiGraph (#117 !409)

Evidence collection

Collected 1 year ago

Release notes

Just a couple of fixes: !407 and !403

Evidence collection

Collected 1 year ago

Release notes

This is the first version that works with Python 3. The code is still (technically) compatible with Python 2 but that option is not supported anymore and the compatibility will be soon removed.

Apart from a number of minor changes and fixes, this release features some clean up (like dropping support for old formats) and uses apptainer to run builds and tests in a controlled environment. With previous version we were relying on Docker containers to wrap the call to the scripts to build for OS versions different from the system. Now all the bookkeeping tasks (connections to DBs, upload of artifacts) happen on the host OS and only the actual build/test is containerized.