-
Notifications
You must be signed in to change notification settings - Fork 559
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
e2e: add e2e testcase of new image features #2696
Conversation
ExtraVersion: 0, | ||
Distribution: "", | ||
Backport: false, | ||
}, // standard 5.3+ versions |
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.
Do we know backport Centos kernel version?
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.
no idea about this one.
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.
This runs inside minikube for the CI in this repo, the CentOS kernel is not very relevant (unless someone runs it on an other environment).
24b1565
to
0a92d14
Compare
/retest ci/centos/k8s-e2e-external-storage/1.21 |
/retest ci/centos/k8s-e2e-external-storage/1.22 |
E2E failure |
ExtraVersion: 0, | ||
Distribution: "", | ||
Backport: false, | ||
}, // standard 5.3+ versions |
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.
This runs inside minikube for the CI in this repo, the CentOS kernel is not very relevant (unless someone runs it on an other environment).
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 @Madhu-1
adding e2e testcase to validate the workflow of pvc creation and attaching to pod works for new image features like fast-diff,obj-map,exclusive-lock and layering. fixes: ceph#2695 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
/test ci/centos/k8s-e2e-external-storage/1.23 |
/test ci/centos/mini-e2e/k8s-1.23 |
/test ci/centos/mini-e2e-helm/k8s-1.23 |
/retest ci/centos/k8s-e2e-external-storage/1.23 |
adding e2e test case to validate the workflow of pvc creation and attaching to pod works for new image features like fast-diff,obj-map,exclusive-lock, and layering.
fixes: #2695
Signed-off-by: Madhu Rajanna madhupr007@gmail.com