-
Notifications
You must be signed in to change notification settings - Fork 169
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
regtests: install main branch commit of stcal
and stdatamodels
#7502
regtests: install main branch commit of stcal
and stdatamodels
#7502
Conversation
stcal
, stdatamodels
, and stpipe
stcal
, stdatamodels
, and stpipe
stcal
, stdatamodels
, and stpipe
…nstalled from requirements-dev.txt)
stcal
, stdatamodels
, and stpipe
stcal
and stdatamodels
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #7502 +/- ##
==========================================
+ Coverage 77.49% 77.61% +0.12%
==========================================
Files 452 452
Lines 36193 36193
==========================================
+ Hits 28046 28092 +46
+ Misses 8147 8101 -46
see 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
@@ -95,9 +95,19 @@ bc0.test_configs = [data_config] | |||
bc1 = utils.copy(bc0) | |||
bc1.nodetype = 'macos' | |||
bc1.name = 'macos-unstable-deps' | |||
bc1.build_cmds = ["pip install -e ."] | |||
bc0.pip_reqs_files = ['requirements-dev.txt'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noticed this now, after the fact. Should this be bc1
here, as opposed to bc0
? Looks like a copy-n-paste error?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch; #7504
This PR installs the latest commits of
stcal
,stdatamodels
,andin the Jenkins regression testsstpipe
Checklist for maintainers
added entry inCHANGES.rst
within the relevant release sectionHow to run regression tests on a PR