github.com/argoproj/argo-cd@v1.8.7/resource_customizations/flagger.app/Canary/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: "Progressing --- Canary Weight: 10 % --- New revision detected, progressing canary analysis."
     5    inputPath: testdata/progressing.yaml
     6  - healthStatus:
     7      status: Progressing
     8      message: "Finalising --- Canary analysis completed, routing all traffic to primary."
     9    inputPath: testdata/finalising.yaml
    10  - healthStatus:
    11      status: Progressing
    12      message: "Promoting --- Canary analysis completed, starting primary rolling update."
    13    inputPath: testdata/promoting.yaml
    14  - healthStatus:
    15      status: Degraded
    16      message: "Failed --- Canary analysis failed, Deployment scaled to zero."
    17    inputPath: testdata/degraded.yaml
    18  - healthStatus:
    19      status: Healthy
    20      message: "Succeeded --- Canary analysis completed successfully, promotion finished."
    21    inputPath: testdata/succeeded.yaml  
    22  - healthStatus:
    23      status: Healthy
    24      message: "Initialized --- Installation successful."
    25    inputPath: testdata/initialized.yaml