about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorKim Lindberger <kim.lindberger@gmail.com>2024-02-07 19:29:01 +0100
committerGitHub <noreply@github.com>2024-02-07 19:29:01 +0100
commitdebe2ca2587e36351b22276d9e60f1639f46cced (patch)
tree31fe972b3daf0d512f8a916d0f6acaef19763ae3 /nixos/tests
parentcd5c10f69676a36ae44254b8cfd58f528a062f65 (diff)
parent13ba002dd0be470f182eee16f9e791d76875c771 (diff)
Merge pull request #286532 from flyingcircusio/PL-131811-gitlab-loose-coupling-upstream
nixos.gitlab: loosen the coupling of gitlab services to postgresql and redis
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/gitlab.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/gitlab.nix b/nixos/tests/gitlab.nix
index 8d31264253119..c4d69a56c93ad 100644
--- a/nixos/tests/gitlab.nix
+++ b/nixos/tests/gitlab.nix
@@ -419,7 +419,7 @@ in {
       gitlab.systemctl("start gitlab-backup.service")
       gitlab.wait_for_unit("gitlab-backup.service")
       gitlab.wait_for_file("${nodes.gitlab.services.gitlab.statePath}/backup/dump_gitlab_backup.tar")
-      gitlab.systemctl("stop postgresql.service gitlab.target")
+      gitlab.systemctl("stop postgresql.service gitlab-config.service gitlab.target")
       gitlab.succeed(
           "find ${nodes.gitlab.services.gitlab.statePath} -mindepth 1 -maxdepth 1 -not -name backup -execdir rm -r {} +"
       )