Skip to content

Commit 611de0e

Browse files
chore: remove Windows SMB server test pipeline (#41413)
Co-authored-by: Phillip Davis <phil@jankaritech.com>
1 parent b294e36 commit 611de0e

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

.drone.star

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -130,41 +130,6 @@ config = {
130130
"ls -l /var/cache/samba",
131131
],
132132
},
133-
"external-windows": {
134-
"phpVersions": [
135-
DEFAULT_PHP_VERSION,
136-
],
137-
"databases": [
138-
"sqlite",
139-
],
140-
"externalTypes": [
141-
"windows",
142-
],
143-
"coverage": True,
144-
"extraEnvironment": {
145-
"SMB_WINDOWS_HOST": {
146-
"from_secret": "SMB_WINDOWS_HOST",
147-
},
148-
"SMB_WINDOWS_USERNAME": {
149-
"from_secret": "SMB_WINDOWS_USERNAME",
150-
},
151-
"SMB_WINDOWS_PWD": {
152-
"from_secret": "SMB_WINDOWS_PWD",
153-
},
154-
"SMB_WINDOWS_DOMAIN": {
155-
"from_secret": "SMB_WINDOWS_DOMAIN",
156-
},
157-
"SMB_WINDOWS_SHARE_NAME": {
158-
"from_secret": "SMB_WINDOWS_SHARE_NAME",
159-
},
160-
},
161-
"extraCommandsBeforeTestRun": [
162-
"ls -l /var/cache",
163-
"mkdir /var/cache/samba",
164-
"ls -l /var/cache",
165-
"ls -l /var/cache/samba",
166-
],
167-
},
168133
"external-other": {
169134
"phpVersions": [
170135
DEFAULT_PHP_VERSION,

0 commit comments

Comments
 (0)