[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 04/10] docs/devel: fix duplicate line
From: |
Alex Bennée |
Subject: |
[PATCH v2 04/10] docs/devel: fix duplicate line |
Date: |
Tue, 10 Sep 2024 18:38:54 +0100 |
I guess the same change came in via two patch series. Remove the
repetition.
Fixes: 2a851fca9f (docs/devel: remind developers to run CI container pipeline
when updating images)
Message-Id: <20240910140733.4007719-4-alex.bennee@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
docs/devel/testing/main.rst | 6 ------
1 file changed, 6 deletions(-)
diff --git a/docs/devel/testing/main.rst b/docs/devel/testing/main.rst
index e9921a4b10..09725e8ea9 100644
--- a/docs/devel/testing/main.rst
+++ b/docs/devel/testing/main.rst
@@ -500,12 +500,6 @@ first to contribute the mapping to the ``libvirt-ci``
project:
`CI <https://www.qemu.org/docs/master/devel/ci.html>`__ documentation
page on how to trigger gitlab CI pipelines on your change.
- * Please also trigger gitlab container generation pipelines on your change
- for as many OS distros as practical to make sure that there are no
- obvious breakages when adding the new pre-requisite. Please see
- `CI <https://www.qemu.org/docs/master/devel/ci.html>`__ documentation
- page on how to trigger gitlab CI pipelines on your change.
-
For enterprise distros that default to old, end-of-life versions of the
Python runtime, QEMU uses a separate set of mappings that work with more
recent versions. These can be found in ``tests/lcitool/mappings.yml``.
--
2.39.2
- [PATCH v2 00/10] Maintainer updates (testing, gdbstub) pre-PR, Alex Bennée, 2024/09/10
- [PATCH v2 03/10] tests/docker: use debian-all-test-cross for mips64el tests, Alex Bennée, 2024/09/10
- [PATCH v2 04/10] docs/devel: fix duplicate line,
Alex Bennée <=
- [PATCH v2 06/10] gdbstub: Use specific MMU index when probing MTE addresses, Alex Bennée, 2024/09/10
- [PATCH v2 08/10] tests/guest-debug: Support passing arguments to the GDB test script, Alex Bennée, 2024/09/10
- [PATCH v2 01/10] tests/docker: remove debian-armel-cross, Alex Bennée, 2024/09/10
- [PATCH v2 02/10] tests/docker: update debian i686 and mipsel images to bookworm, Alex Bennée, 2024/09/10
- [PATCH v2 07/10] gdbstub: Add support for MTE in system mode, Alex Bennée, 2024/09/10
- [PATCH v2 10/10] tests/tcg/aarch64: Extend MTE gdbstub tests to system mode, Alex Bennée, 2024/09/10
- [PATCH v2 05/10] scripts/ci: update the gitlab-runner playbook, Alex Bennée, 2024/09/10