-
Notifications
You must be signed in to change notification settings - Fork 554
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
ci: install ruby-devel in test container (backport #4622) #4624
Conversation
The tests are failing due to missing ruby-devel package in the base image Signed-off-by: Madhu Rajanna <madhupr007@gmail.com> (cherry picked from commit 90c6be0)
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/k8s-e2e-external-storage/1.29 |
/test ci/centos/mini-e2e-helm/k8s-1.29 |
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/mini-e2e/k8s-1.29 |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/mini-e2e/k8s-1.27 |
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/mini-e2e/k8s-1.28 |
k8s 1.30 tests are excluded for release-v3.11 here ceph-csi/.github/workflows/pull-request-commentor.yaml Lines 23 to 32 in 4c7d419
but mergify has status check condition for k8s 1.30 tests Lines 29 to 49 in 4c7d419
need to be fixed in separate PR. for now will trigger manually k8s 1.30 tests, hopefully it should go through🤞 |
/test ci/centos/k8s-e2e-external-storage/1.30 |
/test ci/centos/mini-e2e-helm/k8s-1.30 |
/test ci/centos/mini-e2e/k8s-1.30 |
The tests are failing due to the missing ruby-devel package in the base image
This is an automatic backport of pull request #4622 done by [Mergify](https://mergify.com).