1. 17 Nov, 2023 3 commits
  2. 16 Nov, 2023 2 commits
    • Kirill Smelkov's avatar
      software/ors-amarisoft: Start to generalize existing lopcomm/multicell into multiRU slowly · b0c37a4a
      Kirill Smelkov authored
      Lopcomm part of the SR already has some partial support for cell_list: if
      multiple cells are defined there enb.cfg will have multiple CPRI radio units
      and multiple cells configured. But so far all promises, except cpri-link, were
      done only for one RU.
      
      -> Fix that by starting to generalize RUlib code to handle multiple radio
      units, invoking model-specific RU driver for each RU, and adjusting ru/lopcomm
      instance code to correctly generate and activate different promises for
      different radio units.
      
      After the patch multiRU support is still very incomplete, but it is a step forward.
      
      /cc @xavier_thompson, @Daetalus
      /reviewed-by @lu.xu
      /partly-reviewed-by @jhuge
      /reviewed-at !1467
      b0c37a4a
    • Jérome Perrin's avatar
      Update erp5testnode · 4ba9cae1
      Jérome Perrin authored
      - use firefox 115 ( !1470 )
      - version up erp5 util ( erp5!1832 )
      
      See merge request !1475
      4ba9cae1
  3. 15 Nov, 2023 2 commits
  4. 14 Nov, 2023 1 commit
  5. 13 Nov, 2023 1 commit
  6. 10 Nov, 2023 1 commit
    • Jérome Perrin's avatar
      component/firefox: set $GSETTINGS_SCHEMA_DIR in the wrapper · ceabc68a
      Jérome Perrin authored
      This fixes a crash happening after `setFile` selenium command under
      some conditions (it does not always happen, but I did not investigate
      in which conditions it happens exactly).
      
      [Parent 94283, Main Thread] ###!!! ASSERTION: No GSettings schemas are installed on the system: 'glib assertion', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:164
      ceabc68a
  7. 09 Nov, 2023 1 commit
  8. 08 Nov, 2023 2 commits
    • Jérome Perrin's avatar
      software/gitlab: update gitlab-ce to fix npm error · 07711f81
      Jérome Perrin authored
      Since yesterday, software/gitlab can no longer be installed with an
      error while installing gitlab_npm:
      
          ERR! Invalid dependency type requested: alias
      
      This is because we are using npm install to install a repository which
      uses yarn.lock to pin versions, so the install was done without having
      the dependencies pinned. Using an old yarn for this repository does not
      seem so easy, so we just have made a commit to convert the yarn.lock to
      a package-lock.json, so that we don't have to update the tooling here.
      
      Once we update, we'll rework this part of the software to use yarn, it
      seems gitlab still uses yarn in more recent versions.
      
      `git describe` also produced different (more correct) output, because
      some tags were missing in our mirror of gitlab-ce.
      07711f81
    • Julien Muchembled's avatar
      NEO: add missing software.cfg.json · ff05dd81
      Julien Muchembled authored
      ff05dd81
  9. 07 Nov, 2023 10 commits
  10. 06 Nov, 2023 5 commits
  11. 02 Nov, 2023 8 commits
  12. 01 Nov, 2023 1 commit
  13. 31 Oct, 2023 3 commits