github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/promoter.argoproj.io/ArgoCDCommitStatus/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: Initializing Argo CD commit status
     5    inputPath: testdata/no-status.yaml
     6  - healthStatus:
     7      status: Progressing
     8      message: Argo CD commit status is being deleted
     9    inputPath: testdata/deleting.yaml
    10  - healthStatus:
    11      status: Progressing
    12      message: Waiting for Argo CD commit status spec update to be observed
    13    inputPath: testdata/observed-generation-outdated.yaml
    14  - healthStatus:
    15      status: Degraded
    16      message: "Argo CD commit status reconciliation failed: Something went wrong"
    17    inputPath: testdata/reconcile-error.yaml
    18  - healthStatus:
    19      status: Degraded
    20      message: "Argo CD commit status reconciliation failed: Failed to query Argo CD applications: connection timeout"
    21    inputPath: testdata/non-reconciliation-error.yaml
    22  - healthStatus:
    23      status: Progressing
    24      message: Argo CD commit status is not ready yet
    25    inputPath: testdata/no-ready-condition.yaml
    26  - healthStatus:
    27      status: Degraded
    28      message: Argo CD commit status has no applications configured
    29    inputPath: testdata/no-applications.yaml
    30  - healthStatus:
    31      status: Healthy
    32      message: Argo CD commit status is healthy and is tracking 2 applications
    33    inputPath: testdata/all-healthy.yaml