action #156748
Updated by okurz 9 months ago
## Observation
https://openqa.opensuse.org/tests/3987388#settings
```
Reason: isotovideo died: No scripts in CASEDIR 'UNKNOWN (origin remote not found)#387a02410f875794b0ef809e01a6583cae311dd2'
```
This happens because the original job has `TEST_GIT_URL=UNKNOWN (origin remote not found)`
## Acceptance criteria
* **AC1:** Investigate jobs do not cause broken jobs
* **AC2:** Already broken jobs are not tried to be cloned further automatically
## Suggestions
* Review how TEST_GIT_URL is read in https://github.com/os-autoinst/scripts/blob/master/openqa-investigate and ensure that both we don't cause broken jobs and don't clone from broken jobs
Back