Project

General

Profile

action #115484

Updated by livdywan over 1 year ago

## Observation 

 Jobs in the pipeline failed. Apparently it cannot find the `salt` command: 

 ``` 
 ++ echo '$ ssh $TARGET \ # collapsed multi-line command' 
 ++ ssh openqa.suse.de 'set -xo pipefail;        sudo salt -C '\''G@roles:worker'\'' cmd.run '\''for i in {1..7}; do zypper -n dup --download-only --details && break || (echo Retry' after sleep '... && sleep 30); done'\''' 
 + sudo salt -C G@roles:worker cmd.run 'for i in {1..7}; do zypper -n dup --download-only --details && break || (echo Retry after sleep ... && sleep 30); done' 
 sudo: salt: command not found 
 +++ kill %1 
 Cleaning up project directory and file based variables 00:03 
 Using docker image sha256:81cd3442a3502ceb7f516b7ce7a0f02634449600ddbb28a2d5c0e192564d0dcf for registry.opensuse.org/home/darix/apps/containers/gitlab-runner-helper:x86_64-latest with digest registry.opensuse.org/home/darix/apps/containers/gitlab-runner-helper@sha256:6dc8b8a636f4dde3ae54e781e487219ce27c5ee46b8376b495c2bc66050222ba ... 
 ``` 

 ## Acceptance criteria 
 * **AC1:** salt can be found again 
 * **AC2:** The cause of the issue is known 

 ## Suggestions 
 * See messages on 18.08.22 on the osd-admins list. 
 * See https://gitlab.suse.de/openqa/osd-deployment/-/pipelines/461261 
 * Retrying didn't help. 
 * Check if we might have some force resolution behavior or similar that removed packages

Back