diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2024-09-10 18:38:54 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2024-09-10 23:33:03 +0100 |
commit | 613edf0c0dfe8d0e704eb1722fd6f1bbbd0856bb (patch) | |
tree | ad03d3456f024b2ab2b4a85b15a16addc283685f /docs/devel/testing | |
parent | 320d2a9d1346e53e5708a58265a7d0376b763e55 (diff) |
docs/devel: fix duplicate line
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)
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240910173900.4154726-5-alex.bennee@linaro.org>
Diffstat (limited to 'docs/devel/testing')
-rw-r--r-- | docs/devel/testing/main.rst | 6 |
1 files changed, 0 insertions, 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``. |