Actions
action #98243
closedsalt-states-openqa pipeline/job "test-worker" fails because zypper reports an error size:M
Start date:
2021-09-07
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
It seems that recently our pipeline started to fail. Example: https://gitlab.suse.de/openqa/salt-states-openqa/-/jobs/557702#L8526
Steps to reproduce¶
I was not able to reproduce this manually in a podman-container running on my workstation so I assume this has something to do with a change with our gitlab runners.
Problem¶
The failed testcases all include one of the following 2 comments:
One or more requisite failed: openqa.worker.worker-openqa.packages
User openvswitch is not available Group openvswitch is not available
/etc/logrotate.d/openvswitch: file not found
An error was encountered while installing package(s): Zypper command failure: Check Zypper's logs.
Judging by the last one, it may be the cause of the previous ones. It is the first error that is encountered.
Suggestion¶
- Check if the only problem is the zypper failure in the begining
- Can we retry the package installation in salt? (check salt docs)
- Can we retry the pipeline conditionally? (last resort)
Actions