-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go-ceph: add Ceph Reef CI jobs #907
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about Mergify configuration? Are you planning to update in a separate PR?
Yes. In this case we'd only be adding |
Reef is a valid target for testing fsadmin. Signed-off-by: John Mulligan <[email protected]>
Add CEPH_VERSION values for reef and pre-reef. This will allow building and testing with ceph reef images. Signed-off-by: John Mulligan <[email protected]>
Signed-off-by: John Mulligan <[email protected]>
As reef is being added and there's very little activity going into pacific now, it should be safe to stop testing pre-pacific. Signed-off-by: John Mulligan <[email protected]>
3eacf14
to
8ec76f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks.
With the Ceph Reef release imminent, we're a bit overdue to add it to our CI. However, the risk of being a little late is lowered by the fact that we have our tests regularly running against ceph main branch.
However, once the release is done the divergence between the two will increase over time and so I think it's good to get this done soon.