File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
BANST_AWS_CLI = "banst/awscli"
2
2
DRONE_CLI = "drone/cli:alpine"
3
- MAILHOG_MAILHOG = "mailhog/mailhog "
3
+ INBUCKET_INBUCKET = "inbucket/inbucket "
4
4
MINIO_MC = "minio/mc:RELEASE.2020-12-18T10-53-53Z"
5
5
OC_CI_ALPINE = "owncloudci/alpine:latest"
6
6
OC_CI_BAZEL_BUILDIFIER = "owncloudci/bazel-buildifier"
@@ -1133,7 +1133,7 @@ def acceptance(ctx):
1133
1133
makeParameter = "test-acceptance-cli"
1134
1134
1135
1135
if testConfig ["emailNeeded" ]:
1136
- environment ["MAILHOG_HOST " ] = "email"
1136
+ environment ["EMAIL_HOST " ] = "email"
1137
1137
1138
1138
if testConfig ["ldapNeeded" ]:
1139
1139
environment ["TEST_WITH_LDAP" ] = True
@@ -1452,7 +1452,7 @@ def emailService(emailNeeded):
1452
1452
if emailNeeded :
1453
1453
return [{
1454
1454
"name" : "email" ,
1455
- "image" : MAILHOG_MAILHOG ,
1455
+ "image" : INBUCKET_INBUCKET ,
1456
1456
}]
1457
1457
1458
1458
return []
@@ -1463,7 +1463,7 @@ def waitForEmailService(emailNeeded):
1463
1463
"name" : "wait-for-email" ,
1464
1464
"image" : OC_CI_WAIT_FOR ,
1465
1465
"commands" : [
1466
- "wait-for -it email:8025 -t 600" ,
1466
+ "wait-for -it email:9000 -t 600" ,
1467
1467
],
1468
1468
}]
1469
1469
You can’t perform that action at this time.
0 commit comments