summaryrefslogtreecommitdiffstats
path: root/documentation/test-manual/test-manual-test-process.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/test-manual/test-manual-test-process.rst')
-rw-r--r--documentation/test-manual/test-manual-test-process.rst14
1 files changed, 6 insertions, 8 deletions
diff --git a/documentation/test-manual/test-manual-test-process.rst b/documentation/test-manual/test-manual-test-process.rst
index df825f8efa..96e71bf314 100644
--- a/documentation/test-manual/test-manual-test-process.rst
+++ b/documentation/test-manual/test-manual-test-process.rst
@@ -23,11 +23,11 @@ We have two broad categories of test builds, including "full" and
23"quick". On the Autobuilder, these can be seen as "a-quick" and 23"quick". On the Autobuilder, these can be seen as "a-quick" and
24"a-full", simply for ease of sorting in the UI. Use our Autobuilder 24"a-full", simply for ease of sorting in the UI. Use our Autobuilder
25console view to see where me manage most test-related items, available 25console view to see where me manage most test-related items, available
26at: `https://autobuilder.yoctoproject.org/typhoon/#/console <#>`__. 26at: :yocto_ab:`/typhoon/#/console`.
27 27
28Builds are triggered manually when the test branches are ready. The 28Builds are triggered manually when the test branches are ready. The
29builds are monitored by the SWAT team. For additional information, see 29builds are monitored by the SWAT team. For additional information, see
30`https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team <#>`__. 30:yocto_wiki:`/wiki/Yocto_Build_Failure_Swat_Team`.
31If successful, the changes would usually be merged to the ``master`` 31If successful, the changes would usually be merged to the ``master``
32branch. If not successful, someone would respond to the changes on the 32branch. If not successful, someone would respond to the changes on the
33mailing list explaining that there was a failure in testing. The choice 33mailing list explaining that there was a failure in testing. The choice
@@ -37,9 +37,9 @@ which the result was required.
37The Autobuilder does build the ``master`` branch once daily for several 37The Autobuilder does build the ``master`` branch once daily for several
38reasons, in particular, to ensure the current ``master`` branch does 38reasons, in particular, to ensure the current ``master`` branch does
39build, but also to keep ``yocto-testresults`` 39build, but also to keep ``yocto-testresults``
40(`http://git.yoctoproject.org/cgit.cgi/yocto-testresults/ <#>`__), 40(:yocto_git:`/cgit.cgi/yocto-testresults/`),
41buildhistory 41buildhistory
42(`http://git.yoctoproject.org/cgit.cgi/poky-buildhistory/ <#>`__), and 42(:yocto_git:`/cgit.cgi/poky-buildhistory/`), and
43our sstate up to date. On the weekend, there is a master-next build 43our sstate up to date. On the weekend, there is a master-next build
44instead to ensure the test results are updated for the less frequently 44instead to ensure the test results are updated for the less frequently
45run targets. 45run targets.
@@ -47,7 +47,7 @@ run targets.
47Performance builds (buildperf-\* targets in the console) are triggered 47Performance builds (buildperf-\* targets in the console) are triggered
48separately every six hours and automatically push their results to the 48separately every six hours and automatically push their results to the
49buildstats repository at: 49buildstats repository at:
50`http://git.yoctoproject.org/cgit.cgi/yocto-buildstats/ <#>`__. 50:yocto_git:`/cgit.cgi/yocto-buildstats/`.
51 51
52The 'quick' targets have been selected to be the ones which catch the 52The 'quick' targets have been selected to be the ones which catch the
53most failures or give the most valuable data. We run 'fast' ptests in 53most failures or give the most valuable data. We run 'fast' ptests in
@@ -56,8 +56,6 @@ target doesn't include \*-lsb builds for all architectures, some world
56builds and doesn't trigger performance tests or ltp testing. The full 56builds and doesn't trigger performance tests or ltp testing. The full
57build includes all these things and is slower but more comprehensive. 57build includes all these things and is slower but more comprehensive.
58 58
59.. _test-yocto-project-autobuilder-overview:
60
61Release Builds 59Release Builds
62============== 60==============
63 61
@@ -76,7 +74,7 @@ box to "generate an email to QA"is also checked.
76When the build completes, an email is sent out using the send-qa-email 74When the build completes, an email is sent out using the send-qa-email
77script in the ``yocto-autobuilder-helper`` repository to the list of 75script in the ``yocto-autobuilder-helper`` repository to the list of
78people configured for that release. Release builds are placed into a 76people configured for that release. Release builds are placed into a
79directory in `https://autobuilder.yocto.io/pub/releases <#>`__ on the 77directory in https://autobuilder.yocto.io/pub/releases on the
80Autobuilder which is included in the email. The process from here is 78Autobuilder which is included in the email. The process from here is
81more manual and control is effectively passed to release engineering. 79more manual and control is effectively passed to release engineering.
82The next steps include: 80The next steps include: