Skip to content
Snippets Groups Projects
  1. Sep 23, 2022
  2. Aug 23, 2022
  3. Jul 15, 2022
  4. Jul 04, 2022
  5. Jun 15, 2022
  6. Jun 07, 2022
  7. May 25, 2022
  8. May 06, 2022
    • Toon Claes's avatar
      test: Allow setting up Praefect with per_repo strategy · e3806999
      Toon Claes authored
      At the moment Praefect in test is used with the in-memory election
      strategy. We at Gitaly like to deprecate this mode and have tests
      running with the default "per_repository" election strategy.
      
      These changes make it possible to generate a Praefect configuration that
      has all the setting to use this "per_repository" strategy.
      e3806999
  9. May 04, 2022
  10. Apr 28, 2022
  11. Apr 07, 2022
  12. Apr 01, 2022
    • Patrick Steinhardt's avatar
      gitlab/setup_helper: Migrate Gitaly to use runtime directory · 95c236c0
      Patrick Steinhardt authored
      Among other tasks, the setup helper also generates the Gitaly config.
      Part of the things we configure is the internal socket directory, which
      is currently being phased out by Gitaly. Instead, Gitaly provides a new
      runtime directory which is intended to host all files and directories
      created by Gitaly at runtime, including internal sockets.
      
      Convert the setup helper to use the new runtime directory.
      
      Changelog: changed
      95c236c0
  13. Mar 29, 2022
  14. Mar 13, 2022
  15. Mar 04, 2022
  16. Feb 22, 2022
  17. Feb 15, 2022
    • Stan Hu's avatar
      ci: Use DEBIAN_VERSION as a global variable for cache key · 8e3940f3
      Stan Hu authored
      When bumping the Debian OS version, we have to be careful that we not
      only bump the image but also the cache keys. Let's make it easier to
      bump the image and the cache keys by defining a `DEBIAN_VERSION` so we
      only have to change one line.
      8e3940f3
    • Stan Hu's avatar
      ci: Bump all global cache keys for Debian bullseye · aad7c672
      Stan Hu authored
      In !80362 we
      bumped the CI images from Debian buster to bullseye. We bumped the
      cache key for everything but the QA gems, which appear to be cached in
      the `setup-test-env`.
      
      Since Debian bullseye uses libc 2.29 but buster uses 2.28, this led to
      errors in the `14-7-stable-ee` branch running C extensions compiled
      against the former
      (https://gitlab.com/gitlab-org/gitlab/-/jobs/2091504634).
      
      To avoid any potential conflicts between Debian bullseye and buster,
      bump all the `v1` cache keys to `v2`.
      aad7c672
  18. Feb 11, 2022
    • Stan Hu's avatar
      Upgrade CI images to Debian bullseye · b66c5cb3
      Stan Hu authored
      Debian bullseye replaces buster as the latest stable version. We have
      upgraded Cloud Native GitLab to bullseye
      (gitlab-org/build/CNG!888), so
      let's also upgrade CI to match.
      
      Since upgrading system libraries will likely break C extensions, we
      need to bump the cache key to ensure older cached gems get recompiled
      for this platform.
      
      We also upgrade Chrome to 97 from 89 since the older version did not
      appear to install on Debian bullseye due to dependency issues. Note
      that Chrome 98 causes some spec failures moment due to a bug in
      Chromedriver
      (https://bugs.chromium.org/p/chromedriver/issues/detail?id=3999).
      
      Changelog: changed
      Verified
      b66c5cb3
  19. Dec 14, 2021
  20. Nov 01, 2021
  21. Oct 27, 2021
  22. Oct 22, 2021
  23. Oct 11, 2021
  24. Sep 30, 2021
  25. Sep 13, 2021
  26. Sep 02, 2021
  27. Aug 30, 2021
  28. Jul 08, 2021
  29. Jul 06, 2021
    • Lukas Eipert's avatar
      Increase assets cache key · 13cd00d8
      Lukas Eipert authored
      Updating our supported browser versions is a major change to our assets.
      In order to ensure that there are no unintended side-effects, we update
      all caches.
      13cd00d8
  30. Jun 18, 2021
  31. Jun 15, 2021
  32. Jun 11, 2021
  33. Jun 09, 2021
  34. Jun 07, 2021
  35. May 27, 2021
Loading