[infrared] Ignore errors if tobiko-download-images does not exist

In downstream jobs, the infrared_plugin can use a later version than the
rest of the tobiko subdirs, including tobiko roles
Due to this, when the infrared plugin tries to include the tobiko role
tobiko-download-images, it may be unavailable

Change-Id: I0f3533dfd1860167fd4b4b697087cf6230d4c4a7
This commit is contained in:
Eduardo Olivares 2023-02-06 17:40:06 +01:00
parent 8b3fe3074b
commit 89eb501c51
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@
- name: "download images"
include_role: name=tobiko-download-images
ignore_errors: yes
- name: "initialize test execution"
include_role: name=tobiko-configure