We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, switching to main branch results in failed OpenQA test. Deployed scenario was PAYG image suse:sles-sap-15-sp5:gen2:latest with HanaSR setup.
main
suse:sles-sap-15-sp5:gen2:latest
Failure indicates there is no SUSE repository registered on SUT. Running identical test with version v3.13.0.1 PASSES.
v3.13.0.1
TASK [roles-os/1.3-repository : 1.3 Repository - Check that zypper repos are registered] *** fatal: [qesdhdb01l0a8]: FAILED! => {"changed": false, "cmd": ["zypper", "lr"], "delta": "0:00:00.030002", "end": "2025-03-05 10:00:12.323548", "msg": "non-zero return code", "rc": 6, "start": "2025-03-05 10:00:12.293546", "stderr": "", "stderr_lines": [], "stdout": "Warning: No repositories defined.\nUse the 'zypper addrepo' command to add one or more repositories.", "stdout_lines": ["Warning: No repositories defined.", "Use the 'zypper addrepo' command to add one or more repositories."]} fatal: [qesdhdb01l1a8]: FAILED! => {"changed": false, "cmd": ["zypper", "lr"], "delta": "0:00:00.052504", "end": "2025-03-05 10:00:12.369494", "msg": "non-zero return code", "rc": 6, "start": "2025-03-05 10:00:12.316990", "stderr": "", "stderr_lines": [], "stdout": "Warning: No repositories defined.\nUse the 'zypper addrepo' command to add one or more repositories.", "stdout_lines": ["Warning: No repositories defined.", "Use the 'zypper addrepo' command to add one or more repositories."]} TASK [roles-os/1.3-repository : 1.3 Repository - Attempt to re-register SLE instance with Public Cloud Update Infrastructure cleanup] *** changed: [qesdhdb01l0a8] changed: [qesdhdb01l1a8] TASK [roles-os/1.3-repository : 1.3 Repository - Attempt to re-register SLE instance with Public Cloud Update Infrastructure] *** changed: [qesdhdb01l0a8] changed: [qesdhdb01l1a8] TASK [roles-os/1.3-repository : 1.3 Packages - Wait 30 secs before retrying] *** ok: [qesdhdb01l0a8] ok: [qesdhdb01l1a8] TASK [roles-os/1.3-repository : 1.3 Repository - Verify that zypper repos are configured after re-registering SLE instance] *** FAILED - RETRYING: 1.3 Repository - Verify that zypper repos are configured after re-registering SLE instance (10 retries left). FAILED - RETRYING: 1.3 Repository - Verify that zypper repos are configured after re-registering SLE instance (10 retries left). *** FAILED - RETRYING: 1.3 Repository - Verify that zypper repos are configured after re-registering SLE instance (1 retries left). FAILED - RETRYING: 1.3 Repository - Verify that zypper repos are configured after re-registering SLE instance (1 retries left). fatal: [qesdhdb01l0a8]: FAILED! => {"attempts": 10, "changed": true, "cmd": ["zypper", "lr"], "delta": "0:00:00.020385", "end": "2025-03-05 10:08:35.737353", "msg": "non-zero return code", "rc": 6, "start": "2025-03-05 10:08:35.716968", "stderr": "", "stderr_lines": [], "stdout": "Warning: No repositories defined.\nUse the 'zypper addrepo' command to add one or more repositories.", "stdout_lines": ["Warning: No repositories defined.", "Use the 'zypper addrepo' command to add one or more repositories."]} fatal: [qesdhdb01l1a8]: FAILED! => {"attempts": 10, "changed": true, "cmd": ["zypper", "lr"], "delta": "0:00:00.020393", "end": "2025-03-05 10:08:35.854394", "msg": "non-zero return code", "rc": 6, "start": "2025-03-05 10:08:35.834001", "stderr": "", "stderr_lines": [], "stdout": "Warning: No repositories defined.\nUse the 'zypper addrepo' command to add one or more repositories.", "stdout_lines": ["Warning: No repositories defined.", "Use the 'zypper addrepo' command to add one or more repositories."]}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, switching to
main
branch results in failed OpenQA test.Deployed scenario was PAYG image
suse:sles-sap-15-sp5:gen2:latest
with HanaSR setup.Failure indicates there is no SUSE repository registered on SUT.
Running identical test with version
v3.13.0.1
PASSES.The text was updated successfully, but these errors were encountered: