Project

Profile

Help

Issue #5214

closed

Travis doesn't show versions of dependencies

Added by daviddavis over 4 years ago. Updated over 3 years ago.

Status:
CLOSED - WONTFIX
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:
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'}})
Actions #1

Updated by daviddavis over 4 years ago

  • Description updated (diff)
Actions #2

Updated by amacdona@redhat.com over 4 years ago

  • Triaged changed from No to Yes
  • Sprint set to Sprint 57
Actions #3

Updated by rchan over 4 years ago

  • Sprint changed from Sprint 57 to Sprint 58
Actions #4

Updated by rchan over 4 years ago

  • Sprint deleted (Sprint 58)
Actions #5

Updated by fao89 over 4 years ago

  • Tags CI/CD added
Actions #6

Updated by bmbouter almost 4 years ago

  • Category set to Installer - Moved to GitHub issues
  • Tags deleted (Pulp 3 installer)
Actions #7

Updated by dkliban@redhat.com over 3 years 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.

Also available in: Atom PDF