scylladb / scylla-manager

The Scylla Manager
https://manager.docs.scylladb.com/stable/
Other
48 stars 33 forks source link

[GitHub nightly] run against Scylla-enterprise-nightly:latest #3837

Closed yaronkaikov closed 1 month ago

yaronkaikov commented 1 month ago

Setting the nightly tests to run against the latest Scylla-enterprise nightly container rather than a specific version from OSS

yaronkaikov commented 1 month ago

@karol-kokoszka @Michal-Leszczynski I see that the GitHub action checks a specific release, any reason not to check the latest point release for each branch? also, I don't see it running on 2024.1. is there a reason for that?

Maybe we should adjust the tests to run latest Scylla and latest Enterprise release, does it make sense?

Michal-Leszczynski commented 1 month ago

@yaronkaikov how often are changes from OSS master moved to ENT? Is it often enough that we don't need to test SM against scylla-nightly, or is it done just before releasing ENT version?

yaronkaikov commented 1 month ago

@yaronkaikov how often are changes from OSS master moved to ENT? Is it often enough that we don't need to test SM against scylla-nightly, or is it done just before releasing ENT version?

OSS master is merged to Enterprise once a week.

Michal-Leszczynski commented 1 month ago

So it looks like testing nightly on ENT only is good enough. I will work on test failures introduced by this change and will probably create a separate PR for them.

yaronkaikov commented 1 month ago

@Michal-Leszczynski What do you want to do with this PR?

Michal-Leszczynski commented 1 month ago

@yaronkaikov I will close it and assign myself to the fixed issue. Anyway, thanks for help!