-
Notifications
You must be signed in to change notification settings - Fork 196
Closed
Labels
Description
Description
In CI we currently run acceptance tests with these configurations
- Owncloud10 backend with OpenID connect Login
- OCIS backend using Owncloud storage Driver
But we can have additional configurations
- Owncloud10 backend with Oauth2 Login
- OCIS backend using OCIS storage driver
- Deploying ocis-web as owncloud10 app
(or some other configuration which are possible)
As we can get some bugs that only occur on specific configuration, as we saw in #4584.
we will need to run the tests to cover some(more important ones) or all of these additional configurations.
But running tests on all these configurations will make CI build time very high. So we need to discuss
- What configurations to include in the builds of all PRs
- What configurations to include in nightly builds
- OR run only smokeTests for some configurations and run all tests on other configurations.