diff options
| author | Yureka <yuka@yuka.dev> | 2021-08-02 18:04:54 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-08-02 22:17:22 +0000 |
| commit | b62f28d347849dfe97ab8190c734ea54b12d9628 (patch) | |
| tree | a476f5ab92627777fca1d06c34914f948accce44 | |
| parent | gitlab: 14.1.0 -> 14.1.1 (diff) | |
| download | nixpkgs-origin/backport-131952-to-release-21.05.tar.gz | |
nixos/tests/gitlab: disable gitlab-pages testsorigin/backport-131952-to-release-21.05
(cherry picked from commit 6b021012c5d8e53a7129c08996aa3d8c7067d407)
| -rw-r--r-- | nixos/tests/gitlab.nix | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/nixos/tests/gitlab.nix b/nixos/tests/gitlab.nix index a629bf749ca9..5c9aac469613 100644 --- a/nixos/tests/gitlab.nix +++ b/nixos/tests/gitlab.nix @@ -51,10 +51,11 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : with lib; { host = "localhost"; port = 143; }; - pages = { - enabled = true; - host = "localhost"; - }; + # https://github.com/NixOS/nixpkgs/issues/132295 + # pages = { + # enabled = true; + # host = "localhost"; + # }; }; secrets = { secretFile = pkgs.writeText "secret" "Aig5zaic"; @@ -92,7 +93,8 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : with lib; { waitForServices = '' gitlab.wait_for_unit("gitaly.service") gitlab.wait_for_unit("gitlab-workhorse.service") - gitlab.wait_for_unit("gitlab-pages.service") + # https://github.com/NixOS/nixpkgs/issues/132295 + # gitlab.wait_for_unit("gitlab-pages.service") gitlab.wait_for_unit("gitlab-mailroom.service") gitlab.wait_for_unit("gitlab.service") gitlab.wait_for_unit("gitlab-sidekiq.service") |
