test-e2e: Retrigger the RBD image post merge job

The post merge job was failed https://github.com/kubernetes/kubernetes/pull/117103
and this causes the e2e tests to fail. This PR retrigger the same.

Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
This commit is contained in:
Humble Chirammal 2023-07-03 18:37:46 +05:30
parent 8c33d3ef7b
commit ede17eace4

View File

@ -1,6 +1,6 @@
# rbd and ceph target container for testing.
* The container needs to run with docker --privileged
* The container needs to run with `docker --privileged` mode
block.tar.gz is a small ext2 filesystem created by `create_block.sh` (run as root!)