[PATCH v3 compass-ci] doc/job: add result_root.md

Add a document for introducing the result_root Signed-off-by: Zhang Yu <2134782174@qq.com> --- doc/job/result_root.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/job/result_root.md diff --git a/doc/job/result_root.md b/doc/job/result_root.md new file mode 100644 index 0000000..c3e0a01 --- /dev/null +++ b/doc/job/result_root.md @@ -0,0 +1,8 @@ +# result_root + +Meaning: +- When a test job is executed, some result file will generated and stored in the "result_root" + directory, you can check the result file in the web page or manually go to the "result_root" + directory for a check +- The default value of this field is: + result_root: "/result/#{suite}/#{submit_date}/#{tbox_group}/#{rootfs}"/#{pp_params}/#{id}" -- 2.23.0

On Wed, Dec 09, 2020 at 04:41:30PM +0800, Zhang Yu wrote:
Add a document for introducing the result_root
Signed-off-by: Zhang Yu <2134782174@qq.com> --- doc/job/result_root.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/job/result_root.md
diff --git a/doc/job/result_root.md b/doc/job/result_root.md new file mode 100644 index 0000000..c3e0a01 --- /dev/null +++ b/doc/job/result_root.md @@ -0,0 +1,8 @@ +# result_root + +Meaning: +- When a test job is executed, some result file will generated and stored in the "result_root"
^---will => will be ^----- file => files
+ directory, you can check the result file in the web page or manually go to the "result_root" + directory for a check +- The default value of this field is: + result_root: "/result/#{suite}/#{submit_date}/#{tbox_group}/#{rootfs}"/#{pp_params}/#{id}"
whether can show an example ? Thanks, Liushaofei
-- 2.23.0

+- When a test job is executed, some result file will generated and stored in the "result_root"
^---will => will be
^----- file => files
ok
+ directory, you can check the result file in the web page or manually go to the "result_root" + directory for a check +- The default value of this field is: + result_root: "/result/#{suite}/#{submit_date}/#{tbox_group}/#{rootfs}"/#{pp_params}/#{id}"
whether can show an example ?
ok
Thanks, Liushaofei
-- 2.23.0
participants (2)
-
Liu Shaofei
-
Zhang Yu