test: Add readiness probe to demo deployments#7903
Conversation
|
test-me-please |
|
|
93e8b86 to
b1bb951
Compare
|
test-me-please |
|
I've noticed that |
|
test-me-please |
|
Did not hit |
|
test-me-please |
|
2/ succeeded |
The CI code was waiting for the pods to be marked as ready but there was no readiness probe so it was possible for the connectivity to be checked before the server pod was up and running properly. Signed-off-by: Thomas Graf <thomas@cilium.io>
6af1dbc to
556e936
Compare
|
test-me-please |
|
Did not hit #7902 again, Re-adding fixes tag |
|
test-me-please |
|
Hit |
|
test-me-please |
|
Hit Istio tests failure again |
|
test-me-please |
|
VM image download timeout |
|
test-me-please |
|
Testing without 556e936 again |
556e936 to
a6ae243
Compare
|
test-me-please |
1 similar comment
|
test-me-please |
The CI code was waiting for the pods to be marked as ready but there was no
readiness probe so it was possible for the connectivity to be checked before
the server pod was up and running properly.
Fixes: #7902
This change is