[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] docs: add definitions of terms for CI/testing
From: |
Willian Rampazzo |
Subject: |
[PATCH 0/2] docs: add definitions of terms for CI/testing |
Date: |
Fri, 20 Aug 2021 18:09:44 -0300 |
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
20210812180403.4129067-1-berrange@redhat.com.
Signed-off-by: Willian Rampazzo <willianr@redhat.com>
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
- [PATCH 0/2] docs: add definitions of terms for CI/testing,
Willian Rampazzo <=