From dc87477a1aaa3f49627ece1b45ee596286318554 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Fri, 26 Feb 2021 00:15:56 +1000 Subject: [PATCH] doc/dev: add t8y debug section names This commit adds two section headings to the Debugging section of the Teuthology Guide: 1. Viewing Test Results 2. Identifying Failed Jobs The text as it stood before seemed to call out for this explicit sectioning of material, so I've answered that call. Signed-off-by: Zac Dover --- .../tests-integration-testing-teuthology-debugging-tips.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-debugging-tips.rst b/doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-debugging-tips.rst index 899aad675e6ce..37d05c217ff03 100644 --- a/doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-debugging-tips.rst +++ b/doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-debugging-tips.rst @@ -6,6 +6,9 @@ Analyzing and Debugging A Teuthology Job To learn more about how to schedule an integration test, refer to `Scheduling Test Run`_. +Viewing Test Results +-------------------- + When a teuthology run has been completed successfully, use `pulpito`_ dasboard to view the results:: @@ -27,6 +30,9 @@ and access `teuthology archives`_, like this for example: request access to the Speia lab, see: https://ceph.github.io/sepia/adding_users/ +Identifying Failed Jobs +----------------------- + On pulpito, jobs in red specify either a failed job or a dead job. A job is combination of daemons and configurations that are formed using `qa/suites`_ yaml fragments. -- 2.39.5