-
Notifications
You must be signed in to change notification settings - Fork 9
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
SIMSBIOHUB-540/528: Pipeline Enhancements #1204
base: dev
Are you sure you want to change the base?
Conversation
Openshift URLs for the PR Deployment: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1204 +/- ##
=======================================
Coverage 56.43% 56.43%
=======================================
Files 576 576
Lines 17626 17626
Branches 2745 2745
=======================================
Hits 9948 9948
Misses 7014 7014
Partials 664 664 ☔ View full report in Codecov by Sentry. |
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.
Codes looks good to me 👍
Quality Gate passedIssues Measures |
May hold off on merging this until after we go to Prod, just to ensure the initial prod release works without issue under the old pipeline, which we know works.
Links to Jira Tickets
https://apps.nrs.gov.bc.ca/int/jira/browse/SIMSBIOHUB-540
https://apps.nrs.gov.bc.ca/int/jira/browse/SIMSBIOHUB-528
Description of Changes
Moving pipeline config settings into OpenShift config map, so they aren't hard-coded in the repo. Will allow env var changes to be made without needing to commit anything to the repo.
Testing Notes
The pipeline deploys, and all previous functionality works as expected.