mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-08 13:19:58 -06:00
ci: enable e2e pipelines
This commit is contained in:
@@ -198,7 +198,7 @@ config = {
|
||||
},
|
||||
"e2eTests": {
|
||||
"part": {
|
||||
"skip": True, # TODO: reenable them as soon as the test is fixed in web
|
||||
"skip": False,
|
||||
"totalParts": 4, # divide and run all suites in parts (divide pipelines)
|
||||
"xsuites": ["search", "app-provider", "oidc"], # suites to skip
|
||||
},
|
||||
@@ -1212,7 +1212,7 @@ def e2eTestPipeline(ctx):
|
||||
|
||||
for name, suite in config["e2eTests"].items():
|
||||
if "skip" in suite and suite["skip"]:
|
||||
return pipelines
|
||||
continue
|
||||
|
||||
params = {}
|
||||
for item in defaults:
|
||||
|
||||
Reference in New Issue
Block a user