Skip to content
New issue

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

Add a pip list step after the overrides are injected #711

Merged

Conversation

WilliamJamieson
Copy link
Collaborator

Currently the pip freeze happens after the initial dependency install, but before the OVERRIDE_REQUIREMENTS option is handled by Jenkins. This makes it difficult to see if Jenkins has successfully installed an overriden requirement for the test run. This PR adds an additional pip list (same as pip freeze just more nicely formatted as a table) after the OVERRIDE_REQUIREMENTS are applied so that one can check in the Jenkins job log to make sure overriden requirements have successfully installed.

Checklist

  • added entry in CHANGES.rst under the corresponding subsection
  • updated relevant tests
  • updated relevant documentation
  • updated relevant milestone(s)
  • added relevant label(s)

@codecov
Copy link

codecov bot commented Jun 5, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (678fa43) 75.51% compared to head (753d4d6) 75.51%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #711   +/-   ##
=======================================
  Coverage   75.51%   75.51%           
=======================================
  Files          90       90           
  Lines        5452     5452           
=======================================
  Hits         4117     4117           
  Misses       1335     1335           
Flag Coverage Δ *Carryforward flag
nightly 64.57% <ø> (ø) Carriedforward from 678fa43

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Collaborator

@zacharyburnett zacharyburnett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can also remove the previous pip freeze

JenkinsfileRT Outdated Show resolved Hide resolved
JenkinsfileRT_dev Outdated Show resolved Hide resolved
JenkinsfileRT_dev Outdated Show resolved Hide resolved
Copy link
Collaborator

@zacharyburnett zacharyburnett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if the job runs

Currently the pip freeze happens after the initial dependency
install, but before the OVERRIDE_REQUIREMENTS option
is handled by Jenkins. This makes it difficult to see if Jenkins
has successfully installed an overriden requirement for the
test run.
@WilliamJamieson
Copy link
Collaborator Author

It works just fine, see the list here:
Screen Shot 2023-06-15 at 6 05 29 PM

@WilliamJamieson
Copy link
Collaborator Author

@WilliamJamieson WilliamJamieson merged commit 0820ff4 into spacetelescope:main Jun 16, 2023
@WilliamJamieson WilliamJamieson deleted the regression/add_list branch June 16, 2023 01:32
mairanteodoro pushed a commit to mairanteodoro/romancal that referenced this pull request Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants