From 48748377a41a697a2b280ddbecb1c39487d1b7b8 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Fri, 27 Nov 2020 15:19:09 +0000 Subject: documentation: Simplify yocto_git links The yocto_git external link directive is modified to include the `/cgit/cgit.cgi` element of the URL so that we can simplify the links in the text. Manual links to git.yoctoproject.org are converted to use the yocto_git directive where possible. Note that this directive can't be used in some places such as example code. (From yocto-docs rev: 3a8ba5dcc783411c73fe49fb217cbc4d6528d9a7) Signed-off-by: Paul Barker Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/test-manual/test-manual-intro.rst | 4 ++-- documentation/test-manual/test-manual-test-process.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'documentation/test-manual') diff --git a/documentation/test-manual/test-manual-intro.rst b/documentation/test-manual/test-manual-intro.rst index cf511e9256..b41972084b 100644 --- a/documentation/test-manual/test-manual-intro.rst +++ b/documentation/test-manual/test-manual-intro.rst @@ -25,14 +25,14 @@ loaded with information from the README files and notes from key engineers: - *yocto-autobuilder2:* This - :yocto_git:`README.md ` + :yocto_git:`README.md ` is the main README which detials how to set up the Yocto Project Autobuilder. The ``yocto-autobuilder2`` repository represents the Yocto Project's console UI plugin to Buildbot and the configuration necessary to configure Buildbot to perform the testing the project requires. -- *yocto-autobuilder-helper:* This :yocto_git:`README ` +- *yocto-autobuilder-helper:* This :yocto_git:`README ` and repository contains Yocto Project Autobuilder Helper scripts and configuration. The ``yocto-autobuilder-helper`` repository contains the "glue" logic that defines which tests to run and how to run them. diff --git a/documentation/test-manual/test-manual-test-process.rst b/documentation/test-manual/test-manual-test-process.rst index bbf0103803..8a5e29d922 100644 --- a/documentation/test-manual/test-manual-test-process.rst +++ b/documentation/test-manual/test-manual-test-process.rst @@ -35,9 +35,9 @@ which the result was required. The Autobuilder does build the ``master`` branch once daily for several reasons, in particular, to ensure the current ``master`` branch does build, but also to keep ``yocto-testresults`` -(:yocto_git:`/cgit.cgi/yocto-testresults/`), +(:yocto_git:`/yocto-testresults/`), buildhistory -(:yocto_git:`/cgit.cgi/poky-buildhistory/`), and +(:yocto_git:`/poky-buildhistory/`), and our sstate up to date. On the weekend, there is a master-next build instead to ensure the test results are updated for the less frequently run targets. @@ -45,7 +45,7 @@ run targets. Performance builds (buildperf-\* targets in the console) are triggered separately every six hours and automatically push their results to the buildstats repository at: -:yocto_git:`/cgit.cgi/yocto-buildstats/`. +:yocto_git:`/yocto-buildstats/`. The 'quick' targets have been selected to be the ones which catch the most failures or give the most valuable data. We run 'fast' ptests in -- cgit v1.2.3-54-g00ecf