Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .drone.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=6ce7980da68037722aff9e412dc7b70af1f7d10d
WEB_BRANCH=stable-12
WEB_COMMITID=9df7721e532f33c77e579b57c901f32b1e1b9f52
WEB_BRANCH=debug-logout-step
58 changes: 29 additions & 29 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -80,29 +80,29 @@ S3_PUBLIC_CACHE_BUCKET = "public"
# configuration
config = {
"cs3ApiTests": {
"skip": False,
"skip": True,
},
"wopiValidatorTests": {
"skip": False,
"skip": True,
},
"k6LoadTests": {
"skip": False,
"skip": True,
},
"localApiTests": {
"contractAndLock": {
"suites": [
"apiContract",
"apiLocks",
],
"skip": False,
"skip": True,
},
"settingsAndNotification": {
"suites": [
"apiSettings",
"apiNotification",
"apiCors",
],
"skip": False,
"skip": True,
"withRemotePhp": [True],
"emailNeeded": True,
"extraEnvironment": {
Expand All @@ -122,20 +122,20 @@ config = {
"suites": [
"apiGraphUser",
],
"skip": False,
"skip": True,
"withRemotePhp": [True],
},
"spaces": {
"suites": [
"apiSpaces",
],
"skip": False,
"skip": True,
},
"spacesShares": {
"suites": [
"apiSpacesShares",
],
"skip": False,
"skip": True,
},
"davOperations": {
"suites": [
Expand All @@ -146,7 +146,7 @@ config = {
"apiAsyncUpload",
"apiDepthInfinity",
],
"skip": False,
"skip": True,
},
"groupAndSearch1": {
"suites": [
Expand All @@ -155,38 +155,38 @@ config = {
"apiGraphGroup",
"apiServiceAvailability",
],
"skip": False,
"skip": True,
},
"search2": {
"suites": [
"apiSearch2",
"apiSearchContent",
],
"tikaNeeded": True,
"skip": False,
"skip": True,
},
"sharingNg1": {
"suites": [
"apiSharingNgShares",
"apiReshare",
"apiSharingNgPermissions",
],
"skip": False,
"skip": True,
"withRemotePhp": [True],
},
"sharingNgAdditionalShareRole": {
"suites": [
"apiSharingNgAdditionalShareRole",
],
"skip": False,
"skip": True,
"withRemotePhp": [True],
},
"sharingNgShareInvitation": {
"suites": [
"apiSharingNgDriveInvitation",
"apiSharingNgItemInvitation",
],
"skip": False,
"skip": True,
"withRemotePhp": [True],
},
"sharingNgLinkShare": {
Expand All @@ -195,14 +195,14 @@ config = {
"apiSharingNgItemLinkShare",
"apiSharingNgLinkShareManagement",
],
"skip": False,
"skip": True,
"withRemotePhp": [True],
},
"antivirus": {
"suites": [
"apiAntivirus",
],
"skip": False,
"skip": True,
"antivirusNeeded": True,
"extraServerEnvironment": {
"ANTIVIRUS_SCANNER_TYPE": "clamav",
Expand All @@ -217,7 +217,7 @@ config = {
"apiOcm",
"apiAuthApp",
],
"skip": False,
"skip": True,
"withRemotePhp": [True],
"federationServer": True,
"emailNeeded": True,
Expand Down Expand Up @@ -245,7 +245,7 @@ config = {
"suites": [
"apiCollaboration",
],
"skip": False,
"skip": True,
"withRemotePhp": [True],
"collaborationServiceNeeded": True,
"extraServerEnvironment": {
Expand All @@ -256,7 +256,7 @@ config = {
"suites": [
"cliCommands",
],
"skip": False,
"skip": True,
"withRemotePhp": [True],
"antivirusNeeded": True,
"emailNeeded": True,
Expand Down Expand Up @@ -285,23 +285,23 @@ config = {
"coreApiMain",
"coreApiVersions",
],
"skip": False,
"skip": True,
"withRemotePhp": [True],
},
"2": {
"suites": [
"coreApiShareManagementBasicToShares",
"coreApiShareManagementToShares",
],
"skip": False,
"skip": True,
"withRemotePhp": [True],
},
"3": {
"suites": [
"coreApiSharees",
"coreApiSharePublicLink2",
],
"skip": False,
"skip": True,
"withRemotePhp": [True],
},
"4": {
Expand All @@ -313,7 +313,7 @@ config = {
"coreApiShareCreateSpecialToShares2",
"coreApiShareUpdateToShares",
],
"skip": False,
"skip": True,
"withRemotePhp": [True],
},
"5": {
Expand All @@ -323,21 +323,21 @@ config = {
"coreApiWebdavEtagPropagation1",
"coreApiWebdavEtagPropagation2",
],
"skip": False,
"skip": True,
},
"6": {
"suites": [
"coreApiWebdavDelete",
"coreApiWebdavOperations",
"coreApiWebdavMove2",
],
"skip": False,
"skip": True,
},
"7": {
"suites": [
"coreApiWebdavProperties",
],
"skip": False,
"skip": True,
},
"8": {
"suites": [
Expand All @@ -346,7 +346,7 @@ config = {
"coreApiWebdavUpload",
"coreApiWebdavUploadTUS",
],
"skip": False,
"skip": True,
},
},
"e2eTests": {
Expand Down Expand Up @@ -386,8 +386,8 @@ config = {
"dockerReleases": {
"architectures": ["arm64", "amd64"],
},
"litmus": True,
"codestyle": True,
"litmus": False,
"codestyle": False,
}

# volume for steps to cache Go dependencies between steps of a pipeline
Expand Down