- Sep 23, 2022
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Aug 23, 2022
-
-
- Jul 15, 2022
-
-
Andrejs Cunskis authored
-
- Jul 04, 2022
-
-
- Jun 15, 2022
-
-
Also, run against Ruby 3 in 2-hourly scheduled pipelines. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jun 07, 2022
-
-
Stan Hu authored
According to https://docs.gitlab.com/ee/install/requirements.html, GitLab supports Redis 6.0 and up. In production we are running Redis 6.2.6, and Omnibus will soon ship with 6.2.7, so we should test with the latest version. With this commit, CI will be testing this combination: - PostgreSQL 13 + Redis 6.2 - PostgreSQL 12 + Redis 6.0 - PostgreSQL 11 + Redis 5.0
-
- May 25, 2022
-
-
Changzheng Liu authored
-
- May 06, 2022
-
-
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.
-
- May 04, 2022
-
-
- Apr 28, 2022
-
-
- Apr 07, 2022
-
-
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Apr 01, 2022
-
-
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
-
- Mar 29, 2022
-
-
Lin Jen-Shin authored
-
- Mar 13, 2022
-
-
Evan Read authored
-
- Mar 04, 2022
-
-
CI/CD - Test against Redis 6 by default for postgreSQL 12, and keep Redis 5 for other postgreSQL versions
-
- Feb 22, 2022
-
-
- Feb 15, 2022
-
-
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.
-
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`.
-
- Feb 11, 2022
-
-
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
-
- Dec 14, 2021
-
-
Fu Zhang authored
-
- Nov 01, 2021
-
-
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Oct 27, 2021
-
-
- Oct 22, 2021
-
-
Stan Hu authored
Gitaly now builds and bundles Git v2.33 (gitaly#3815). While all Gitaly RPCs will now use Git v2.33 as a result, it still might be useful to match the CI version, particularly for any client-side performance improvements.
-
- Oct 11, 2021
-
-
Rémy Coutable authored
- Introduce a new `.if-merge-request-labels-as-if-jh` rule - Introduce a new `add-jh-folder` job Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Sep 30, 2021
-
-
This should save approximately 1 minutes 40 seconds. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Sep 13, 2021
-
-
Andrejs Cunskis authored
This reverts merge request !66235
-
- Sep 02, 2021
-
-
- Aug 30, 2021
-
-
Matthias Käppler authored
Changelog: changed
-
- Jul 08, 2021
-
-
- Jul 06, 2021
-
-
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.
-
- Jun 18, 2021
-
-
Tom Quirk authored
- Add .storybook-yarn-cache alias - Push to storybook node modules cache in ci - Use frontend rules for storybook job
-
- Jun 15, 2021
-
-
This reverts merge request !63480
-
- Jun 11, 2021
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jun 09, 2021
-
-
- Jun 07, 2021
-
-
Stan Hu authored
Go 1.16 has significant memory improvements as described in gitaly#3567.
-
- May 27, 2021
-
-
The debugging tasks are added to check whether RuboCop cache works as expected or not. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-