To understand the current state of QEMU CI/testing and have a base to discuss the plans for the future, it is important to define some usual terms. This patch defines the terms for "Automated tests", "Unit testing", "Functional testing", "System testing", "Flaky tests", "Gating", and "Continuous Integration".
The first patch was borrowed from [email protected]. Signed-off-by: Willian Rampazzo <[email protected]> Daniel P. Berrangé (1): docs: split the CI docs into two files Willian Rampazzo (1): docs: add definitions of terms for CI/testing docs/devel/ci-definitions.rst | 121 +++++++++++++++++++++++++ docs/devel/ci-jobs.rst | 40 +++++++++ docs/devel/ci-runners.rst | 117 +++++++++++++++++++++++++ docs/devel/ci.rst | 160 +--------------------------------- 4 files changed, 281 insertions(+), 157 deletions(-) create mode 100644 docs/devel/ci-definitions.rst create mode 100644 docs/devel/ci-jobs.rst create mode 100644 docs/devel/ci-runners.rst -- 2.31.1
