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

regtests: install main branch commit of stcal and stdatamodels #7502

Merged
merged 3 commits into from
Mar 21, 2023

Conversation

zacharyburnett
Copy link
Collaborator

@zacharyburnett zacharyburnett commented Mar 20, 2023

This PR installs the latest commits of stcal, stdatamodels, and stpipe in the Jenkins regression tests

Checklist for maintainers

  • added entry in CHANGES.rst within the relevant release section
  • updated or added relevant tests
  • updated relevant documentation
  • added relevant milestone
  • added relevant label(s)
  • ran regression tests, post a link to the Jenkins job below.
    How to run regression tests on a PR
  • Make sure the JIRA ticket is resolved properly

@zacharyburnett zacharyburnett self-assigned this Mar 20, 2023
@zacharyburnett zacharyburnett changed the title install main branch commit of stcal, stdatamodels, and stpipe install main branch commit of stcal, stdatamodels, and stpipe Mar 20, 2023
@github-actions github-actions bot added automation Continuous Integration (CI) and testing automation tools regression_testing labels Mar 20, 2023
@zacharyburnett zacharyburnett added no-changelog-entry-needed and removed regression_testing automation Continuous Integration (CI) and testing automation tools labels Mar 20, 2023
@zacharyburnett zacharyburnett changed the title install main branch commit of stcal, stdatamodels, and stpipe regtests: install main branch commit of stcal, stdatamodels, and stpipe Mar 20, 2023
@github-actions github-actions bot added automation Continuous Integration (CI) and testing automation tools regression_testing labels Mar 20, 2023
JenkinsfileRT Outdated Show resolved Hide resolved
JenkinsfileRT Outdated Show resolved Hide resolved
JenkinsfileRT_dev Outdated Show resolved Hide resolved
@zacharyburnett zacharyburnett changed the title regtests: install main branch commit of stcal, stdatamodels, and stpipe regtests: install main branch commit of stcal and stdatamodels Mar 20, 2023
@codecov
Copy link

codecov bot commented Mar 20, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.12 🎉

Comparison is base (0f8d25e) 77.49% compared to head (b89e8c6) 77.61%.

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     
Flag Coverage Δ
nightly 77.60% <ø> (+0.12%) ⬆️
unit 49.71% <ø> (-0.02%) ⬇️

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@hbushouse hbushouse merged commit 134a80d into spacetelescope:master Mar 21, 2023
@zacharyburnett zacharyburnett deleted the downstream_devdeps branch March 21, 2023 15:55
@@ -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']
Copy link
Collaborator

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

good catch; #7504

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation Continuous Integration (CI) and testing automation tools no-changelog-entry-needed regression_testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants