Actions
coordination #124394
open[epic] openqa-clone-job should check for missing assets when explicitly selected by option or by default on "--within-instance"
Start date:
2023-02-08
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
See #124146#note-8. openqa-investigate uses openqa-clone-job. openqa-clone-job checks if assets are there when trying to download. But when we call openqa-clone-job … --within-instance
there is no download attempt hence the invocation never fails. openqa-clone-job already knows the option --ignore-missing-assets
. We should add an additional mode --check-assets
or similar to call a HEAD request to check for the presence of assets regardless of --skip-download
or not.
Acceptance criteria¶
- AC1: openqa-clone-job fails on missing assets when explicitly requested, e.g. with
--check-assets
- AC2: openqa-clone-job still does not fail on missing assets when explicitly requested, i.e. with
--ignore-missing-assets
- AC3: To be discussed: openqa-clone-job fails on missing assets by default regardless of use of
--within-instance
or not
Updated by okurz almost 2 years ago
- Copied from action #124146: [alert] Incomplete jobs (not restarted) of last 24h added
Actions