mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
* fix: Update account.proto annotaion for gen grpc gateway Signed-off-by: wei840222 <wei840222@gmail.com> * fix: Changes from codegen Signed-off-by: wei840222 <wei840222@gmail.com> * Retrigger CI pipeline Signed-off-by: wei.wan <wei.wan@linecorp.com> * Retrigger CI pipeline Signed-off-by: wei.wan <wei.wan@linecorp.com> * fix: Changes from codegen Signed-off-by: wei <wei840222@gmail.com> * Retrigger CI pipeline Signed-off-by: wei.wan <wei.wan@linecorp.com> * Retrigger CI pipeline Signed-off-by: wei <wei840222@gmail.com> * feat: support Knative Serving 1.5 Custom Health Checks Signed-off-by: wei.wan <wei.wan@linecorp.com> * fix: fix test fail Signed-off-by: wei.wan <wei.wan@linecorp.com> * feat: support Knative Serving 1.5 Custom Health Checks Signed-off-by: wei840222 <wei840222@gmail.com> Signed-off-by: wei840222 <wei840222@gmail.com> Signed-off-by: wei.wan <wei.wan@linecorp.com> Signed-off-by: wei <wei840222@gmail.com> Co-authored-by: wei.wan <wei.wan@linecorp.com>
14 lines
821 B
YAML
14 lines
821 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Ready is Unknown, since RolloutInProgress. A gradual rollout of the latest revision(s) is in progress.\nRoutesReady is Unknown, since RolloutInProgress. A gradual rollout of the latest revision(s) is in progress.\n"
|
|
inputPath: testdata/progressing.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "ConfigurationsReady is False, since RevisionFailed. Revision \"helloworld-00002\" failed with message: Container failed with: container exited with no error.\nReady is False, since RevisionFailed. Revision \"helloworld-00002\" failed with message: Container failed with: container exited with no error.\n"
|
|
inputPath: testdata/degraded.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: Knative Service is healthy.
|
|
inputPath: testdata/healthy.yaml
|