start fakeoffice before ocis, so that ocis can start

This commit is contained in:
Willy Kloucek
2023-06-30 15:47:15 +02:00
parent e4f96333f6
commit 26fe028ef4
+3 -1
View File
@@ -922,7 +922,6 @@ def wopiValidatorTests(ctx, storage, accounts_hash_difficulty = 4):
},
"steps": skipIfUnchanged(ctx, "acceptance-tests") +
restoreBuildArtifactCache(ctx, "ocis-binary-amd64", "ocis/bin") +
ocisServer(storage, accounts_hash_difficulty, [], [], "wopi_validator") +
[
{
"name": "fakeoffice",
@@ -933,6 +932,9 @@ def wopiValidatorTests(ctx, storage, accounts_hash_difficulty = 4):
"sh %s/tests/config/drone/serve-hosting-discovery.sh" % (dirs["base"]),
],
},
] +
ocisServer(storage, accounts_hash_difficulty, [], [], "wopi_validator") +
[
{
"name": "wopiserver",
"image": "cs3org/wopiserver:v10.0.0",