Compare commits

...

4 Commits

Author SHA1 Message Date
amrita
9d330ab009 run with full-ci 2025-03-26 14:23:19 +05:45
amrita
b4fae4681e test detach 2025-03-26 13:35:56 +05:45
amrita
2eff6b7736 skip unrelated pipeline 2025-03-26 13:06:02 +05:45
amrita
1e167e0236 debug wopi 2025-03-26 12:46:21 +05:45

View File

@@ -80,10 +80,10 @@ OC_FED_DOMAIN = "%s:10200" % FED_OC_SERVER_NAME
# configuration # configuration
config = { config = {
"cs3ApiTests": { "cs3ApiTests": {
"skip": False, "skip": True,
}, },
"wopiValidatorTests": { "wopiValidatorTests": {
"skip": False, "skip": True,
}, },
"k6LoadTests": { "k6LoadTests": {
"skip": True, "skip": True,
@@ -100,13 +100,13 @@ config = {
"apiLocks", "apiLocks",
"apiActivities", "apiActivities",
], ],
"skip": False, "skip": True,
}, },
"settings": { "settings": {
"suites": [ "suites": [
"apiSettings", "apiSettings",
], ],
"skip": False, "skip": True,
"withRemotePhp": [True], "withRemotePhp": [True],
"emailNeeded": True, "emailNeeded": True,
"extraEnvironment": { "extraEnvironment": {
@@ -127,45 +127,45 @@ config = {
"apiGraph", "apiGraph",
"apiServiceAvailability", "apiServiceAvailability",
], ],
"skip": False, "skip": True,
"withRemotePhp": [True], "withRemotePhp": [True],
}, },
"graphUserGroup": { "graphUserGroup": {
"suites": [ "suites": [
"apiGraphUserGroup", "apiGraphUserGroup",
], ],
"skip": False, "skip": True,
"withRemotePhp": [True], "withRemotePhp": [True],
}, },
"spaces": { "spaces": {
"suites": [ "suites": [
"apiSpaces", "apiSpaces",
], ],
"skip": False, "skip": True,
}, },
"spacesShares": { "spacesShares": {
"suites": [ "suites": [
"apiSpacesShares", "apiSpacesShares",
], ],
"skip": False, "skip": True,
}, },
"spacesDavOperation": { "spacesDavOperation": {
"suites": [ "suites": [
"apiSpacesDavOperation", "apiSpacesDavOperation",
], ],
"skip": False, "skip": True,
}, },
"search1": { "search1": {
"suites": [ "suites": [
"apiSearch1", "apiSearch1",
], ],
"skip": False, "skip": True,
}, },
"search2": { "search2": {
"suites": [ "suites": [
"apiSearch2", "apiSearch2",
], ],
"skip": False, "skip": True,
}, },
"sharingNg": { "sharingNg": {
"suites": [ "suites": [
@@ -173,23 +173,23 @@ config = {
"apiSharingNg1", "apiSharingNg1",
"apiSharingNg2", "apiSharingNg2",
], ],
"skip": False, "skip": True,
}, },
"sharingNgShareInvitation": { "sharingNgShareInvitation": {
"suites": [ "suites": [
"apiSharingNgShareInvitation", "apiSharingNgShareInvitation",
], ],
"skip": False, "skip": True,
}, },
"sharingNgLinkShare": { "sharingNgLinkShare": {
"suites": [ "suites": [
"apiSharingNgLinkSharePermission", "apiSharingNgLinkSharePermission",
"apiSharingNgLinkShareRoot", "apiSharingNgLinkShareRoot",
], ],
"skip": False, "skip": True,
}, },
"accountsHashDifficulty": { "accountsHashDifficulty": {
"skip": False, "skip": True,
"suites": [ "suites": [
"apiAccountsHashDifficulty", "apiAccountsHashDifficulty",
], ],
@@ -199,7 +199,7 @@ config = {
"suites": [ "suites": [
"apiNotification", "apiNotification",
], ],
"skip": False, "skip": True,
"withRemotePhp": [True], "withRemotePhp": [True],
"emailNeeded": True, "emailNeeded": True,
"extraEnvironment": { "extraEnvironment": {
@@ -219,7 +219,7 @@ config = {
"suites": [ "suites": [
"apiAntivirus", "apiAntivirus",
], ],
"skip": False, "skip": True,
"antivirusNeeded": True, "antivirusNeeded": True,
"extraServerEnvironment": { "extraServerEnvironment": {
"ANTIVIRUS_SCANNER_TYPE": "clamav", "ANTIVIRUS_SCANNER_TYPE": "clamav",
@@ -234,14 +234,14 @@ config = {
"suites": [ "suites": [
"apiSearchContent", "apiSearchContent",
], ],
"skip": False, "skip": True,
"tikaNeeded": True, "tikaNeeded": True,
}, },
"ocm": { "ocm": {
"suites": [ "suites": [
"apiOcm", "apiOcm",
], ],
"skip": False, "skip": True,
"withRemotePhp": [True], "withRemotePhp": [True],
"federationServer": True, "federationServer": True,
"emailNeeded": True, "emailNeeded": True,
@@ -303,19 +303,19 @@ config = {
}, },
"e2eTests": { "e2eTests": {
"part": { "part": {
"skip": False, "skip": True,
"totalParts": 4, # divide and run all suites in parts (divide pipelines) "totalParts": 4, # divide and run all suites in parts (divide pipelines)
"xsuites": ["search", "app-provider", "app-provider-onlyOffice", "app-store", "keycloak", "oidc", "ocm"], # suites to skip "xsuites": ["search", "app-provider", "app-provider-onlyOffice", "app-store", "keycloak", "oidc", "ocm"], # suites to skip
}, },
"search": { "search": {
"skip": False, "skip": True,
"suites": ["search"], # suites to run "suites": ["search"], # suites to run
"tikaNeeded": True, "tikaNeeded": True,
}, },
}, },
"e2eMultiService": { "e2eMultiService": {
"testSuites": { "testSuites": {
"skip": False, "skip": True,
"suites": [ "suites": [
"smoke", "smoke",
"shares", "shares",
@@ -3070,6 +3070,7 @@ def onlyofficeService():
"mkdir -p /var/www/onlyoffice/Data/certs", "mkdir -p /var/www/onlyoffice/Data/certs",
"cp onlyoffice.key /var/www/onlyoffice/Data/certs/", "cp onlyoffice.key /var/www/onlyoffice/Data/certs/",
"cp onlyoffice.crt /var/www/onlyoffice/Data/certs/", "cp onlyoffice.crt /var/www/onlyoffice/Data/certs/",
"ls -al /var/www/onlyoffice/Data/certs/",
"chmod 400 /var/www/onlyoffice/Data/certs/onlyoffice.key", "chmod 400 /var/www/onlyoffice/Data/certs/onlyoffice.key",
"/app/ds/run-document-server.sh", "/app/ds/run-document-server.sh",
], ],