+- The result_root field specifies the path for storing the result +- if this field is not specified,
If specified, I'd suppose it take no effect and be overwrite by the scheduler.
Yes, it's true, thanks for the reminder.
Thanks, Zhangyu
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'''
That looks risky.
Thanks, Fengguang