On 22 May 2017 at 10:55, Li, Xuelian xuelian.li@hxt-semitech.com wrote:
1.Can you give me a deploy flow for a x86 device .
There is an x86 device-type supported in V2, it requires that the machine uses iPXE.
https://staging.validation.linaro.org/scheduler/device_type/x86
If that's not how your x86 machine boots, you will need to work out how to add a new device type.
https://staging.validation.linaro.org/static/docs/v2/first-devices.html#inde...
2.I want to use web UI submit job for one time N jobs. (N>10)
Only one test job can be submitted at a time.
To submit more than one test job, you should use the XML-RPC and loop over each test job definition.
https://staging.validation.linaro.org/api/help/ https://staging.validation.linaro.org/api/help/#scheduler.submit_job
If you are thinking of running a group of test jobs which need to synchronise with each other, you need to read up on MultiNode.
https://staging.validation.linaro.org/static/docs/v2/multinode.html#index-0