Hello,
we have migrated the Linux Kernel Install task to the "git fetch" flow. When testing, we have run into this problem:
- When "git fetch" URL is inaccessible, for example, due to the service outage, the kernel_install task is marked as Aborted.
- However, the Beaker job has continued, executing the follow-up tasks with the wrong kernel
In such a situation, we need the Beaker job to be aborted immediately. We are looking for a way to specify for the git fetch task an action when it fails to download the test.
Thanks a lot
Jirka