From 71ed199a23c189418612cde9d6889058a9cfec0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Thu, 18 Dec 2025 16:10:06 +0100 Subject: [PATCH 1/2] fix(tests): Use absolute paths for files_external tests configuration files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet From f2edea431e9b40efc768796179df50a60d170925 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 13 Jan 2026 16:11:21 +0100 Subject: [PATCH 2/2] test: use a different smb image for smb testing Signed-off-by: Robin Appelman [skip ci] --- .github/workflows/files-external-smb.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/files-external-smb.yml b/.github/workflows/files-external-smb.yml index e5cb2a3efdc0d..e8876954e18d5 100644 --- a/.github/workflows/files-external-smb.yml +++ b/.github/workflows/files-external-smb.yml @@ -54,7 +54,13 @@ jobs: services: samba: - image: ghcr.io/nextcloud/continuous-integration-samba:latest # zizmor: ignore[unpinned-images] + image: ghcr.io/servercontainers/samba:smbd-only-a3.18.0-s4.18.2-r0 + env: + ACCOUNT_test: test + UID_test: 1000 + SAMBA_VOLUME_CONFIG_test: "[public]; path=/tmp; valid users = test; guest ok = no; read only = no; browseable = yes" + options: >- + --health-cmd=true ports: - 445:445