owncloud / smashbox-testing

Smashbox testing running on DroneCI
MIT License
1 stars 3 forks source link

Add client 2.5 and server 10.2.0 to the matrix (most recent releases) #10

Closed mrow4a closed 5 years ago

mrow4a commented 5 years ago

@tboerger @patrickjahns would be good to have it, for reference to other failing tests (compare logs even)

tboerger commented 5 years ago

This haven't been done intentional, a released server version can't get any fixes, that's why we are only testing stable10 and master branches because these are moving targets which can receive updates/fixes.

Feel free to test that manually, but it doesn't make sense to test that nightly.

mrow4a commented 5 years ago

@tboerger is there somehow a way to trigger theses matrices somehow on demand?

tboerger commented 5 years ago

You can use drone exec locally. On the server only the whole matrix permutations can be started.

patrickjahns commented 5 years ago

@mrow4a What I've done as I didn't want to run this locally, was to create a PR without the intention of merging it https://github.com/owncloud/smashbox-testing/pull/8

patrickjahns commented 5 years ago

This haven't been done intentional, a released server version can't get any fixes, that's why we are only testing stable10 and master branches because these are moving targets which can receive updates/fixes.

It would however showcase that a client is breaking for the recent released version and thus the minimal acceptable ownCloud server version would be the next release .....

tboerger commented 5 years ago

It will already be showcased and can also be fixed for the release branches. Fixed releases will always stay red every night as it's a fixed release without any moving part that can get fixed by a pull request. So it doesn't make sense to add this here as it would fail every night.

mrow4a commented 5 years ago

@patrickjahns @tboerger good idea - we should actually test - CLIENT_VERSION: master and SERVER_VERSION: 10.2.0, I will adjust the PR

mrow4a commented 5 years ago

closed with https://github.com/owncloud/smashbox-testing/pull/12