diff --git a/.woodpecker.star b/.woodpecker.star index 5dc647caf..5f08b8f89 100644 --- a/.woodpecker.star +++ b/.woodpecker.star @@ -91,10 +91,10 @@ event = { # configuration config = { "cs3ApiTests": { - "skip": False, + "skip": True, }, "wopiValidatorTests": { - "skip": False, + "skip": True, }, "k6LoadTests": { "skip": True, @@ -111,13 +111,13 @@ config = { "apiLocks", "apiActivities", ], - "skip": False, + "skip": True, }, "settings": { "suites": [ "apiSettings", ], - "skip": False, + "skip": True, "withRemotePhp": [True], "emailNeeded": True, "extraTestEnvironment": { @@ -140,45 +140,45 @@ config = { # skip tests for collaborativePosix. see https://github.com/opencloud-eu/opencloud/issues/2036 #"collaborativePosix", ], - "skip": False, + "skip": True, "withRemotePhp": [True], }, "graphUserGroup": { "suites": [ "apiGraphUserGroup", ], - "skip": False, + "skip": True, "withRemotePhp": [True], }, "spaces": { "suites": [ "apiSpaces", ], - "skip": False, + "skip": True, }, "spacesShares": { "suites": [ "apiSpacesShares", ], - "skip": False, + "skip": True, }, "spacesDavOperation": { "suites": [ "apiSpacesDavOperation", ], - "skip": False, + "skip": True, }, "search1": { "suites": [ "apiSearch1", ], - "skip": False, + "skip": True, }, "search2": { "suites": [ "apiSearch2", ], - "skip": False, + "skip": True, }, "sharingNg": { "suites": [ @@ -186,26 +186,26 @@ config = { "apiSharingNg1", "apiSharingNg2", ], - "skip": False, + "skip": True, }, "sharingNgShareInvitation": { "suites": [ "apiSharingNgShareInvitation", ], - "skip": False, + "skip": True, }, "sharingNgLinkShare": { "suites": [ "apiSharingNgLinkSharePermission", "apiSharingNgLinkShareRoot", ], - "skip": False, + "skip": True, }, "notification": { "suites": [ "apiNotification", ], - "skip": False, + "skip": True, "withRemotePhp": [True], "emailNeeded": True, "extraTestEnvironment": { @@ -225,7 +225,7 @@ config = { "suites": [ "apiAntivirus", ], - "skip": False, + "skip": True, "antivirusNeeded": True, "extraServerEnvironment": { "ANTIVIRUS_SCANNER_TYPE": "clamav", @@ -240,14 +240,14 @@ config = { "suites": [ "apiSearchContent", ], - "skip": False, + "skip": True, "tikaNeeded": True, }, "ocm": { "suites": [ "apiOcm", ], - "skip": False, + "skip": True, "withRemotePhp": [True], "federationServer": True, "emailNeeded": True, @@ -279,18 +279,28 @@ config = { "GATEWAY_GRPC_ADDR": "0.0.0.0:9142", }, }, + "wopi-2": { + "suites": [ + "apiCollaboration", + ], + "skip": False, + "collaborationServiceNeeded": True, + "extraServerEnvironment": { + "GATEWAY_GRPC_ADDR": "0.0.0.0:9142", + }, + }, "authApp": { "suites": [ "apiAuthApp", ], - "skip": False, + "skip": True, "withRemotePhp": [True], }, "cliCommands": { "suites": [ "cliCommands", ], - "skip": False, + "skip": True, "withRemotePhp": [True], "antivirusNeeded": True, "extraServerEnvironment": { @@ -305,7 +315,7 @@ config = { "suites": [ "apiTenancy", ], - "skip": False, + "skip": True, "withRemotePhp": [True], "ldapNeeded": True, "extraTestEnvironment": { @@ -338,13 +348,13 @@ config = { }, "coreApiTests": { "numberOfParts": 7, - "skip": False, + "skip": True, "skipExceptParts": [], "storages": ["posix"], }, "e2eTests": { "part": { - "skip": False, + "skip": True, "totalParts": 4, # divide and run all suites in parts (divide pipelines) # suites to skip "xsuites": [ @@ -361,14 +371,14 @@ config = { ], }, "search": { - "skip": False, + "skip": True, "suites": ["search"], # suites to run "tikaNeeded": True, }, }, "e2eMultiService": { "testSuites": { - "skip": False, + "skip": True, "suites": [ "smoke", "shares", @@ -510,16 +520,7 @@ def main(ctx): ) test_pipelines = \ - codestyle(ctx) + \ - checkGherkinLint(ctx) + \ - checkTestSuitesInExpectedFailures(ctx) + \ - pipelinesDependsOn(buildWebCache(ctx), savePipelineNumber(ctx)) + \ - pipelinesDependsOn(cacheBrowsers(ctx), savePipelineNumber(ctx)) + \ - getGoBinForTesting(ctx) + \ pipelinesDependsOn(buildOpencloudBinaryForTesting(ctx), savePipelineNumber(ctx)) + \ - checkStarlark(ctx) + \ - build_release_helpers + \ - testOpencloudAndUploadResults(ctx) + \ testPipelines(ctx) build_release_pipelines = \