github.com/argoproj/argo-cd@v1.8.7/resource_customizations/argoproj.io/Experiment/health_test.yaml (about) 1 tests: 2 - healthStatus: 3 status: Progressing 4 message: "Experiment is pending" 5 inputPath: testdata/pendingExperiment.yaml 6 - healthStatus: 7 status: Progressing 8 message: "Waiting for experiment to finish: status has not been reconciled." 9 inputPath: testdata/noStatusExperiment.yaml 10 - healthStatus: 11 status: Progressing 12 message: "Experiment is running" 13 inputPath: testdata/runningExperiment.yaml 14 - healthStatus: 15 status: Healthy 16 message: "Experiment is successful" 17 inputPath: testdata/successfulExperiment.yaml 18 - healthStatus: 19 status: Degraded 20 message: "Experiment has failed" 21 inputPath: testdata/failedExperiment.yaml 22 - healthStatus: 23 status: Degraded 24 message: "Experiment had an error" 25 inputPath: testdata/errorExperiment.yaml