-
Notifications
You must be signed in to change notification settings - Fork 596
ci: create the configmap if missing when running k8s-storage #5968
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
Conversation
It seems that in some scenarios the `kubectl replace` command fails because the ConfigMap does not exist (yet?). By checking for the existance of the ConfigMap, and running either `create` or `replace`, this spurious issue should not happen anymore. Signed-off-by: Niels de Vos <ndevos@ibm.com>
|
/test ci/centos/k8s-e2e-external-storage/1.33 |
|
The CI job that failed constantly now passed a manual run: https://jenkins-ceph-csi.apps.ocp.cloud.ci.centos.org/job/k8s-e2e-external-storage-1.33/547/display/redirect This should be good to get merged and make it possible for other PRs to pass CI again. |
Merge Queue Status✅ The pull request has been merged at c258387 This pull request spent 34 minutes 7 seconds in the queue, including 33 minutes 50 seconds running CI. Required conditions to merge
|
It seems that in some scenarios the
kubectl replacecommand failsbecause the ConfigMap does not exist (yet?). By checking for the
existance of the ConfigMap, and running either
createorreplace,this spurious issue should not happen anymore.
See-also: #5962