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..26fa590 --- /dev/null +++ b/doc/job/result_root.md @@ -0,0 +1,8 @@ +# result_root + +Meaning: +- The result_root field specifies the path for storing the result +- if this field is not specified, the default value is: '''/result/#{suite}/#{submit_date}/ + #{tbox_group}/#{rootfs}", "#{pp_params}", "#{id}"''' +- we can specify the value of result_root in the job.yaml file, here is an example: + '''result_root: /srv/result/iperf'''
On Tue, Dec 08, 2020 at 06:29:30PM +0800, Zhang Yu wrote:
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..26fa590 --- /dev/null +++ b/doc/job/result_root.md @@ -0,0 +1,8 @@ +# result_root
+Meaning: +- The result_root field specifies the path for storing the result +- if this field is not specified, the default value is: '''/result/#{suite}/#{submit_date}/
Maybe move the ```/result/../``` to a single line.
Thanks, Baijing
- #{tbox_group}/#{rootfs}", "#{pp_params}", "#{id}"'''
+- we can specify the value of result_root in the job.yaml file, here is an example:
- '''result_root: /srv/result/iperf'''
-- 2.23.0
+Meaning: +- The result_root field specifies the path for storing the result +- if this field is not specified, the default value is: '''/result/#{suite}/#{submit_date}/
Maybe move the ```/result/../``` to a single line.
ok
Thanks, Zhangyu
- #{tbox_group}/#{rootfs}", "#{pp_params}", "#{id}"'''
+- we can specify the value of result_root in the job.yaml file, here is an example:
- '''result_root: /srv/result/iperf'''
-- 2.23.0