Skip to content
Snippets Groups Projects
  1. Jan 18, 2024
    • Administrator's avatar
      Use correct containers · 0bfdc46f
      Administrator authored
      Use the newly created or updated containers which contain the development
      packages for lzma and zstd. Without the new containers the linking of the
      flesnet binaries fail due to missing dependencies.
      0bfdc46f
    • Administrator's avatar
      Remove obsolete CI test systems · b7b6b876
      Administrator authored
      The Debian10 container is superseded by the container vae23. Remove the old
      container from the test matrix and use onlx the new one.
      b7b6b876
    • Administrator's avatar
      Remove obsolete CI test systems · eedaa29a
      Administrator authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      The Debian10 container is superseded by the container vae23. Remove the old
      container from the test matrix and use onlx the new one.
      eedaa29a
  2. Jan 15, 2024
  3. Nov 22, 2023
  4. Nov 17, 2023
    • Administrator's avatar
      Move code format check to container runner · 5c7893f5
      Administrator authored
      Up to now the codef ormat check was executed on a dedicated machine which
      isn't accessible this morning. Meanwhile the code format check can also run
      in a container environment, so move it there.
      5c7893f5
  5. Nov 07, 2023
  6. Nov 06, 2023
  7. Oct 30, 2023
  8. Oct 23, 2023
  9. Sep 22, 2023
  10. Jul 19, 2023
  11. May 10, 2023
  12. May 02, 2023
    • Administrator's avatar
      Add test for Debian12 using Apptainer · a7096196
      Administrator authored
      Use the Apptainer (successor of Singularity) runner to test CbmRoot on a
      Debian12 container. Debian12 (bookworm) will be released mid of June.
      So the MR adds a test for Debian12 as well as a new container runtime
      environment.
      a7096196
  13. Mar 02, 2023
  14. Dec 21, 2022
  15. Nov 18, 2022
  16. Nov 06, 2022
    • Administrator's avatar
      Improve CI · 884e0cea
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      Use a different installation directory For the test of the installation to
      allow to remove also the build directory.
      
      Test installation also on Debian 10
      
      There was a problem when running CbmRoot from the installation directory with
      Debian10. So add also the installation test for Debian10.
      dev_2022_45
      884e0cea
  17. Jun 10, 2022
    • Administrator's avatar
      Fix Continuous Integration · c239b019
      Administrator authored
      The external flesnet requires at least CMake 3.14.0.
      Check already in our CMakeLists.txt if this version is available, otherwise
      the test is done when building flesnet and the error is hidden in some log
      file.
      Use CMake from the FairSoft installation on the CI runner (lxir116 )where the
      CMake version is to old.
      dev_2022_24
      c239b019
  18. May 06, 2022
    • Administrator's avatar
      Switch VM runtime · 4c97988a
      Administrator authored
      Use qemu instead of VirtualBox to execute the virtual machines.
      The advantage is a much faster and reliable startup of the VMs.
      With VirtualBox the image needs to be copied as well there were sometimes
      problems with the ssh connection to a running machine.
      With qemu the copy of the image isn't needed and no ssh problems were
      seen yet.
      dev_2022_19
      4c97988a
  19. May 02, 2022
    • Administrator's avatar
      Cleanup CI · ee2726f5
      Administrator authored and Volker Friese's avatar Volker Friese committed
      Remove builds which use old and unsupported FairSoft and FairRoot versions.
      Update FairSoft and FairRoot versions for real data test.
      Add missing dependency for clang-format checks.
      ee2726f5
  20. Feb 10, 2022
    • Administrator's avatar
      Update CI pipeline · 74b95b12
      Administrator authored
      Use also for macosx 11 the latest FairSoft and FairRoot release versions# Please enter the commit message for your changes. Lines starting
      dev_2022_07
      74b95b12
    • Administrator's avatar
      Cleanup CI pipeline · 9047b37f
      Administrator authored
      Remove Debian8 systems from the CI pipeline.
      Use FairSoft apr21p2 and FairRoot v18.6.7 for tests.
      9047b37f
  21. Feb 01, 2022
  22. Jan 14, 2022
  23. Dec 22, 2021
  24. Dec 08, 2021
  25. Dec 01, 2021
  26. Nov 29, 2021
  27. Nov 24, 2021
  28. Sep 13, 2021
    • Eoin Clerkin's avatar
      Automated licence header check · 43f19846
      Eoin Clerkin authored and Florian Uhlig's avatar Florian Uhlig committed
      Ensures that modified .cpp, .C and .h files follow basic licence header guidelines.
      
      Check line 1 for a copyright declaration with correct numerial and character placements for a date followed by institute and city.
      Check line 2 for SPDX licence identifier.
      Check line 3 for author and committer information.
      43f19846
  29. Jul 23, 2021
  30. Jul 20, 2021
  31. Jul 12, 2021
    • Administrator's avatar
      Fix rebase check · 6b575da0
      Administrator authored
      Increase the depth of the shallow clone done by GitLab.
      If the number of commits is larger than the depth, the head of the
      upstream/master is not in the history otherwise.
      This fixes a problem of !399.
      6b575da0
  32. Jul 07, 2021
    • Administrator's avatar
      Add tests on macosx 1015 and 11 · 19e02e79
      Administrator authored
      Add tests for  macosx 10.15 and 11 on our new runners.
      Retire old test on macosx 10.13.
      
      Define number of CPUs in runner configuration.
      
      Move the definition from the global gitlab CI configuration to the local
      runner configurations.
      Defining the number of CPUs in the runner configuration allows to adjust this
      value to the actual underlying hardware.
      dev_2021_28
      19e02e79
  33. Jun 25, 2021
Loading