Tidy-up of documentation
diff --git a/README.md b/README.md index d68e38a..318f753 100644 --- a/README.md +++ b/README.md
@@ -67,7 +67,7 @@ ## CI/CD -Jenkins pipeline runs weekly, with extended tier (10MB content) enabled during the first week of each month. Four JUnit XML result files per run: +QIT produces four JUnit XML result files per run, suitable for any CI system: - `qit-results.xml` - AMQP types (550 tests) - `qit-jms-results.xml` - JMS interop (363 tests)
diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index be063b0..9d7dea9 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md
@@ -202,7 +202,7 @@ - Transaction support **Phase 4: CI/CD Integration** -- Jenkins pipeline +- CI pipeline - JUnit XML reporting - HTML reports with diffs - Performance benchmarking
diff --git a/docs/BROKER_SETUP.md b/docs/BROKER_SETUP.md index 72dd25d..fb0eeaa 100644 --- a/docs/BROKER_SETUP.md +++ b/docs/BROKER_SETUP.md
@@ -4,7 +4,7 @@ ## Option 1: Local Artemis Instance (Recommended - Tested ✓) -This matches the original Jenkins setup and has been verified to work with QIT 2.0. +This has been verified to work with QIT 2.0. ### Prerequisites
diff --git a/docs/QIT2_SUMMARY.md b/docs/QIT2_SUMMARY.md index f4d0104..51c81f5 100644 --- a/docs/QIT2_SUMMARY.md +++ b/docs/QIT2_SUMMARY.md
@@ -74,7 +74,7 @@ | Installation | System-wide CMake install to /usr/local | `uv sync` in a virtualenv | | Shim protocol | Mixed CMake/script invocation | Uniform CLI with JSON I/O | | Test framework | Custom test runner | pytest with parametrize, markers, xfail | -| CI output | Custom reporting | JUnit XML, integrates with Jenkins natively | +| CI output | Custom reporting | JUnit XML, integrates with any CI system | | Parallel execution | Sequential | pytest-xdist (`-j 4`) for AMQP type tests | ### Client Coverage @@ -132,8 +132,6 @@ ## CI/CD -Jenkins pipeline runs weekly (Monday 2-5 AM), with extended tier automatically enabled during the first week of each month. The `EXTENDED_MODE` checkbox can be toggled manually in either direction. - Four JUnit XML result files are produced per run: - `qit-results.xml` — AMQP type tests (550) - `qit-jms-results.xml` — JMS interop tests (363)