Skip to content
  • Michał Kępień's avatar
    Define TSAN options in a global variable · 6325c099
    Michał Kępień authored
    All assignments for the TSAN_OPTIONS variable are identical across the
    entire .gitlab-ci.yml file.  Define a global TSAN_OPTIONS_COMMON
    variable and use it in job definitions to reduce code duplication.
    6325c099
Validating GitLab CI configuration… Learn more