[PATCH 0/2] docs: add definitions of terms for CI/testing

Willian Rampazzo posted 2 patches 4 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210820210946.291335-1-willianr@redhat.com
There is a newer version of this series
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
[PATCH 0/2] docs: add definitions of terms for CI/testing
Posted by Willian Rampazzo 4 years, 5 months ago
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