Issue #5214
Travis doesn't show versions of dependencies
Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Category:
Installer
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
CI/CD
Sprint:
Quarter:
Description
When you look at the travis logs, you can't see which versions of dependencies it's running. This makes debugging incredibly difficult when there is a problem with a dependency.
Example output:
TASK [pulp : Install packages needed for source install] ***********************
ok: [127.0.0.1]
TASK [pulp : Allow use system-wide packages] ***********************************
skipping: [127.0.0.1]
TASK [pulp : Install the psycopg python package] *******************************
changed: [127.0.0.1]
TASK [pulp : Install the mysqlclient python package] ***************************
skipping: [127.0.0.1]
TASK [pulp : Install pulpcore package from source] *****************************
ok: [127.0.0.1]
TASK [pulp : Install pulpcore-plugin package from source] **********************
ok: [127.0.0.1]
TASK [pulp : Install Pulp plugins via PyPI] ************************************
skipping: [127.0.0.1] => (item={'key': 'pulp-file', 'value': {'app_label': 'file', 'source_dir': '/home/travis/build/pulp/pulp_file'}})
skipping: [127.0.0.1] => (item={'key': 'pulp-certguard', 'value': {'app_label': 'certguard', 'source_dir': '/home/travis/build/pulp/pulp-certguard'}})
TASK [pulp : Install Pulp plugins from source] *********************************
ok: [127.0.0.1] => (item={'key': 'pulp-file', 'value': {'app_label': 'file', 'source_dir': '/home/travis/build/pulp/pulp_file'}})
ok: [127.0.0.1] => (item={'key': 'pulp-certguard', 'value': {'app_label': 'certguard', 'source_dir': '/home/travis/build/pulp/pulp-certguard'}})
History
#1
Updated by daviddavis over 1 year ago
- Description updated (diff)
#2
Updated by amacdona@redhat.com over 1 year ago
- Triaged changed from No to Yes
- Sprint set to Sprint 57
#3
Updated by rchan over 1 year ago
- Sprint changed from Sprint 57 to Sprint 58
#4
Updated by rchan over 1 year ago
- Sprint deleted (
Sprint 58)
#5
Updated by fao89 about 1 year ago
- Tags CI/CD added
#7
Updated by dkliban@redhat.com 4 months ago
- Status changed from NEW to CLOSED - WONTFIX
We no longer run pulp_installer in the CI for pulpcore or plugins. If this is still valid, please open a new issue about the container deployment on Travis.
Please register to edit this issue