Actions
action #120372
closedOSD deployment fails presumably when handling the changelog
Status:
Resolved
Priority:
Urgent
Assignee:
Category:
-
Target version:
Start date:
2022-11-14
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
The deployment fails with:
++ ssh openqa.suse.de 'set -xo pipefail; sudo salt -C '\''worker2*'\'' cmd.run '\''rpm -q --changelog os-autoinst'\'' | sed '\''s/^ //'\'' > /tmp/os-autoinst-before_changelog && sudo salt -C '\''G@roles:worker'\'' cmd.run '\''rpm -qa | grep "\(os-autoinst\|openQA\)" > /tmp/osd-deployment_rpm_q'\'''
+ sudo salt -C 'worker2*' cmd.run 'rpm -q --changelog os-autoinst'
+ sed 's/^ //'
.ERROR: No return received
(https://gitlab.suse.de/openqa/osd-deployment/-/jobs/1238261)
Further notes¶
- https://gitlab.suse.de/openqa/osd-deployment/-/merge_requests/50 should've fixed it but it apparently didn't help.
Actions