run ocis before wopiserver because wopiserver now depends on running cs3api

This commit is contained in:
Willy Kloucek
2023-06-30 15:36:12 +02:00
parent 7455d4ed83
commit e4f96333f6
+1 -3
View File
@@ -922,6 +922,7 @@ 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",
@@ -949,9 +950,6 @@ def wopiValidatorTests(ctx, storage, accounts_hash_difficulty = 4):
"curl -k --fail --retry-connrefused --retry 9 --retry-all-errors 'http://wopiserver:8880/wopi'",
],
},
] +
ocisServer(storage, accounts_hash_difficulty, [], [], "wopi_validator") +
[
{
"name": "prepare-test-file-%s" % (storage),
"image": OC_CI_ALPINE,