scylladb / scylla-manager

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

Include Scylla Enterprise nightly latest image to CI tests #3833

Closed karol-kokoszka closed 1 month ago

karol-kokoszka commented 1 month ago

Scylla Nightly may not be fully stable. Example of failing repair against Scylla Nightly https://github.com/scylladb/scylla-manager/actions/runs/8925245333/job/24517270900?pr=3832

We must test against fully releases or release candidates only.

Michal-Leszczynski commented 1 month ago

Mentioned test fails because of #3834, not Scylla Nightly on its own - but I agree that it would be good to have some more stable Scylla version in gh test matrix.

mykaul commented 1 month ago

I disagree, we need to test against master. We can pick master that passed CI of course. @yaronkaikov can help with that.