Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Closed Loop Remediation fails due to missing start and end time in evaluation.triggered event #4075

@warber

Description

@warber

During keptn/examples#165 we've encountered a problem with the execution of a remediation, more spcifically the evaluation task ,which has no Evaluation field set.

The Lighthouse service fails with the error: evaluation.triggered event does not contain evaluation timeframe

image

Remediation sequence in shipyard.yaml:

        - name: "remediation"
          triggeredOn:
            - event: "production.remediation.finished"
              selector:
                match:
                  evaluation.result: "fail"
          tasks:
            - name: "get-action"
            - name: "action"
            - name: "evaluation"
              triggeredAfter: "2m"

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions