-
Notifications
You must be signed in to change notification settings - Fork 47
Add a new CI pipeline to test FLUO and Rook Ceph #1000
Comments
This to put them together in one pipeline. Those are individual things to do that will be triggered by the pipeline created in this issue. So both of them are blocked on this. |
Why do they need to be in a separate pipeline then? |
Because in a normal pipeline this can disturb other tests as we have seen previously. I had a chat with @iaguis about this offline IIRC. |
Hm, we already have a concept of disruptive tests in our e2e framework, do we need another one? Disruptive tests should run serially and they can do whatever they want with the cluster, as long they revert the changes back to the original state before they finish (so next test can run too). IMO we could have one node for testing OpenEBS and 3 nodes for Ceph (if that's really needed, can't be stretch it a bit and run Ceph on just one for testing?). I'm afraid about that number of pipelines and dividing test code between them will create hard to maintain solution. I prefer to have one, slower pipeline which does all (as pipelines are already slow), rather than multiple, which only does part of the job. |
How do you propose to test FLUO? |
|
|
Can this be closed now that #1142 is merged? |
No description provided.
The text was updated successfully, but these errors were encountered: