Skip to content
Snippets Groups Projects
  1. Feb 01, 2022
  2. Jan 14, 2022
  3. Dec 22, 2021
  4. Dec 08, 2021
  5. Dec 01, 2021
  6. Nov 29, 2021
  7. Nov 24, 2021
  8. 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
  9. Jul 23, 2021
  10. Jul 20, 2021
  11. 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
  12. 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
  13. Jun 25, 2021
  14. Jun 24, 2021
  15. Apr 22, 2021
    • Administrator's avatar
      Rerun failed tests a second time · 3e1e5372
      Administrator authored
      For the continuous tests rerun failed tests a second time. This should reduce
      the number of failing test pipelines.
      In most cases of failing tests the Geant3 simulations crash due to the well
      known memory error. If these tests are restarted they normally work without
      problem.
      Since the feature to restart tests is only available with cmake 3.17 change
      the scripts of the CI pipeline to use at least this version.
      3e1e5372
  16. Apr 19, 2021
    • Administrator's avatar
      Fix CI pipeline after GitLab upgrade · d90645f9
      Administrator authored
      Fix the stage for the rebase check.
      After the upgrade it lloks like that the pipeline doesn't run any longer in
      the context of the forked project but in context of the master project such
      that the project path wasn't correct any longer. This allows now to compare
      upstream/master to HEAD.
      d90645f9
  17. Mar 12, 2021
  18. Feb 12, 2021
  19. Feb 08, 2021
    • Administrator's avatar
      Check if the last line is terminated by a <newline> character · d3b39189
      Administrator authored
      According to the Posix standard a line of a text is defined as follows:
      
      3.206 Line
      A sequence of zero or more non- <newline> characters plus a terminating
      <newline> character.
      
      The test checks if this is valid for all newly added or changed text files.
      
      I stumbeled over the issue when adding a new header file the list of header
      files used to generate a ROOT dictionary.
      The previous last file of the list did not have a proper file ending and
      attaching the new header file results in a ROOT dictionary source code with
      the following line
      
      '#endif#ifdef'
      
      which could be properly parsed and compiled by the compiler but results in an
      error at run time when loading the library.
      
      To avoid such problems in future the test was added.
      d3b39189
  20. Jan 22, 2021
  21. Dec 09, 2020
  22. Dec 04, 2020
    • Administrator's avatar
      Use newest CMake version for CI · f3c60857
      Administrator authored
      The CMake version 3.13.4 has a problem to cut the length of test results
      to be uploaded to CDash. Using CMake 3.19.1 fixes the problem.
      f3c60857
  23. Nov 03, 2020
  24. Oct 19, 2020
    • Administrator's avatar
      Improve CI script · 26909d42
      Administrator authored
      Remove obsolete and already commented code.
      Remove created artefacts after 1 day automatically.
      Install graphiz package needed for doxygen production.
      26909d42
  25. Oct 08, 2020
  26. Sep 17, 2020
    • Administrator's avatar
      Add new CI stage · 21e0406c
      Administrator authored
      As first stage in the pipline test if the MR branch is up-to-date with the
      upstream/master branch. Any further stage is only executed if the MR branch
      is up-to-data. This stage was added to avoid running unnecessary pipelines
      and not to waste computing ressources.
      21e0406c
  27. Aug 31, 2020
Loading