You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
I ended up having one delivery that worked, and one that did not work (which is according to the plan).
However, the second delivery failed with the following result (tried using Keptn 0.10.0-next.2):
Based on the source code and the information I was provided, I would expect that this example fails because of the "HTTP Response Time" being over 200 ms, and not the go-routines.
FYI, this is the evaluation of the first run:
Tasks
Evaluation in multi-stage delivery should fail because of response time
Investigate why go-routines fail - this number should be rather static, right?
I just followed the quickstart as described here:
https://keptn.sh/docs/quickstart/
Primarily the step 5, which is
I ended up having one delivery that worked, and one that did not work (which is according to the plan).
However, the second delivery failed with the following result (tried using Keptn 0.10.0-next.2):
Based on the source code and the information I was provided, I would expect that this example fails because of the "HTTP Response Time" being over 200 ms, and not the go-routines.
FYI, this is the evaluation of the first run:

Tasks