Coin glossary for Grafana users: Difference between revisions
No edit summary |
m add description of coin tasks |
||
| Line 1: | Line 1: | ||
COIN is Qt company CI ( | COIN is Qt company CI (Continuous Integration) system. | ||
From Grafana user point of view some basic vocabulary understanding COIN is needed to get better insight into data. This page shows simplified views of Coin and skips all additional details that are covered elsewhere (see further reading). | |||
From data point of view COIN jobs are called TASKS. Task consists of subtasks called WORKITEMS. | |||
Task - single CI job scheduled by user or agents. A task has a type: | |||
- Integration (is a task scheduled by ) | |||
- Early Warning | |||
- StatusCheck. | |||
In Coin | |||
[[File:Coin task types jpg.jpg|thumb]] | |||
[[File:Coin task types.png|thumb]] | |||
A task can contain one to many major parts called Workitems | A task can contain one to many major parts called Workitems | ||
Revision as of 14:51, 2 January 2026
COIN is Qt company CI (Continuous Integration) system.
From Grafana user point of view some basic vocabulary understanding COIN is needed to get better insight into data. This page shows simplified views of Coin and skips all additional details that are covered elsewhere (see further reading).
From data point of view COIN jobs are called TASKS. Task consists of subtasks called WORKITEMS.
Task - single CI job scheduled by user or agents. A task has a type:
- Integration (is a task scheduled by )
- Early Warning
- StatusCheck.
In Coin


A task can contain one to many major parts called Workitems
Workitem are set of jobs roughly categorized to 3 types:
- Provision
- Build
- Test
