From e4f96333f6e2ed76d3f99b127108b107dea6a039 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Fri, 30 Jun 2023 15:36:12 +0200 Subject: [PATCH] run ocis before wopiserver because wopiserver now depends on running cs3api --- .drone.star | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.star b/.drone.star index e653edeec..7df188849 100644 --- a/.drone.star +++ b/.drone.star @@ -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,