mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Support a flexible number of executors. For example with a mounted ConfigMap inside the Spark-Operator. Signed-off-by: Philipp Dallig <philipp.dallig@gmail.com>
29 lines
901 B
YAML
29 lines
901 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "SparkApplication is Pending Rerun"
|
|
inputPath: testdata/progressing.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Job Failed"
|
|
inputPath: testdata/degraded.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "SparkApplication is Running"
|
|
inputPath: testdata/healthy.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "SparkApplication is Running"
|
|
inputPath: testdata/healthy_dynamic_alloc.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "SparkApplication is Running"
|
|
inputPath: testdata/healthy_dynamic_alloc_dstream.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "SparkApplication is Running"
|
|
inputPath: testdata/healthy_dynamic_alloc_operator_api.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "SparkApplication is Running"
|
|
inputPath: testdata/healthy_dynamic_alloc_without_spec_config.yaml
|