Skip to content

Commit 30c8c84

Browse files
author
Niraj Acharya
committed
test: run autbApp pipeline over k8s
1 parent 9d0c317 commit 30c8c84

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.drone.star

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,20 +216,18 @@ config = {
216216
"apiAntivirus",
217217
],
218218
"skip": False,
219-
"k8s": True,
220219
"antivirusNeeded": True,
221220
"extraServerEnvironment": {
222221
"ANTIVIRUS_SCANNER_TYPE": "clamav",
223222
"ANTIVIRUS_CLAMAV_SOCKET": "tcp://clamav:3310",
224223
"POSTPROCESSING_STEPS": "virusscan",
225224
"OCIS_ADD_RUN_SERVICES": "antivirus",
226-
"ANTIVIRUS_DEBUG_ADDR": "0.0.0.0:9277",
225+
"ANTIVIRUS_DEBUG_ADDR": "0.0.0.0:9297",
227226
},
228227
},
229-
"ocmAndAuthApp": {
228+
"ocm": {
230229
"suites": [
231230
"apiOcm",
232-
"apiAuthApp",
233231
],
234232
"skip": False,
235233
"withRemotePhp": [False],
@@ -251,7 +249,16 @@ config = {
251249
"NOTIFICATIONS_SMTP_PORT": EMAIL_SMTP_PORT,
252250
"NOTIFICATIONS_SMTP_INSECURE": "true",
253251
"NOTIFICATIONS_SMTP_SENDER": EMAIL_SMTP_SENDER,
254-
# auth-app
252+
},
253+
},
254+
"authApp": {
255+
"suites": [
256+
"apiAuthApp",
257+
],
258+
"skip": False,
259+
"k8s": True,
260+
"withRemotePhp": [False],
261+
"extraServerEnvironment": {
255262
"PROXY_ENABLE_APP_AUTH": True,
256263
},
257264
},

0 commit comments

Comments
 (0)