The following is my job yaml, Each time to add a -boot, we can get a reboot, it is working if I want to run reboot 1000 times, I can't think of any way except adding 1000 (-boot), it is supid. I don't know how to add a loop to the job and No examples found,
device_type: ppp job_name: ppp test health check visibility: public
timeouts: job: minutes: 20 action: minutes: 15
actions: - deploy: timeout: minutes: 2 to: download images: kernel: url: http://10.19.207.190/static/docs/v2/contents.html#contents-first-steps-using
- boot: method: minimal timeout: minutes: 10 auto_login: login_prompt: 'tegra-ubuntu login:' username: root password_prompt: "Password:" password: "root" login_commands: - ifconfig prompts: - 'root@tegra-ubuntu:' parameters: kernel-start-message: ''
- boot: method: minimal timeout: minutes: 10 auto_login: login_prompt: 'tegra-ubuntu login:' username: root password_prompt: "Password:" password: "root" login_commands: - ifconfig prompts: - 'root@tegra-ubuntu:' parameters: kernel-start-message: ''