This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
Continuous operation bucket / Incident events #49
m-linner-ericsson
started this conversation in
General
Replies: 1 comment 1 reply
-
I am absolutely in favor of adding incident events. In a continuous delivery process we are likely to discover errors not only during regular test automation, so it is not enough to just be reporting failed tests (and, even if we report failed tests, reporting a new issue, or connecting to an existing issue, is a typically a separate step). When it comes to operation events, I would like be interested to hear more about it. For instance, how do they differ from the service-related events in continuous deployment? And are there any Eiffel events you would consider to be connected to operation? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our current suggestion for the protocol, we have not defined any events or buckets with regards to operations and issue handling.
This limits the use of the protocol and hinders players such as 4Keys to use it. 4Keys uses these issue events to track how long time it takes to fix an issue and how many issues you get per release/deployment.
As an example of this type of event: In Eiffel, we can link/reference our Source Code Version Control Events to an Issue Defined Event. This enables us to track what bugs and where we fixed them.
I propose adding such types of events to our protocol for tracking issues and connecting them to the rest of the process.
What is your opinion?
Beta Was this translation helpful? Give feedback.
All reactions