Actions
Issue #6508
closedpulp_installer molecule failures in are reported as success in CI
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
CI/CD
Sprint:
Sprint 70
Quarter:
Description
This appears to because this Github Actions step:
- name: Run tox
run: for i in 1 2; do tox && break || sleep 45; done
shell: bash
Suppresses the return code of the final tox run; sleep 45
returns success
Related issues
Updated by mdepaulo@redhat.com over 4 years ago
- Related to Issue #6509: pulp_installer devel role CI is failing on CentOS 8 Stream with a module metadata error added
Added by Mike DePaulo over 4 years ago
Added by Mike DePaulo over 4 years ago
Revision 3725e0dd | View on GitHub
Fix molecule failures in CI reported as success
fixes: #6508
Updated by Anonymous over 4 years ago
- Status changed from NEW to MODIFIED
Applied in changeset ansible-pulp|3725e0dd3147171dbc214b5be94922c65667d2c8.
Added by Mike DePaulo over 4 years ago
Updated by mdepaulo@redhat.com over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
Actions
Fix molecule failures in CI reported as success
fixes: #6508