Actions
action #156049
closed[alert] Scripts CI pipeline failing with No reason for devel:openQA:Leap:15.6/local-npm-registry
Status:
Resolved
Priority:
High
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
https://gitlab.suse.de/openqa/scripts-ci/-/jobs/2314599
+++ curl -s https://raw.githubusercontent.com/os-autoinst/scripts/master/obs-check-devel-openqa-leap-extra-dependencies
No reason for devel:openQA:Leap:15.4/local-npm-registry
No reason for devel:openQA:Leap:15.5/local-npm-registry
No reason for devel:openQA:Leap:15.6/local-npm-registry
As for what this could mean:
$osc api "/comments/package/$project/$package" \
| yq -pxml -oy '.comments.comment |= ([] + .) | .comments.comment[].+content' \
| grep -q "Reason for linking:" \
|| {
echo "No reason for $project/$package" >&2
Suggestions¶
- Confirm what "reasons" are expected and if that is a manual action, look into adding missing reasons
- Verify a possible connection to #153427
Updated by jbaier_cz 9 months ago
- Related to action #128087: Regular cleanup of OBS project devel:openQA:* size:M added
Updated by jbaier_cz 9 months ago
- Status changed from In Progress to Resolved
I agree, improvement in https://github.com/os-autoinst/scripts/pull/296; the reason for local-npm-registry
added.
Actions