-
Notifications
You must be signed in to change notification settings - Fork 24
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
psp-6988 File tabs fix #3575
psp-6988 File tabs fix #3575
Conversation
✅ No secrets were detected in the code. |
Codecov Report
@@ Coverage Diff @@
## dev #3575 +/- ##
==========================================
+ Coverage 69.53% 74.53% +4.99%
==========================================
Files 1369 898 -471
Lines 33704 18575 -15129
Branches 6264 5244 -1020
==========================================
- Hits 23436 13844 -9592
+ Misses 10017 4731 -5286
+ Partials 251 0 -251
Flags with carried forward coverage won't be shown. Click here to find out more.
|
.github/workflows/ci-cd-pims-dev.yml
Outdated
@@ -123,7 +123,7 @@ jobs: | |||
- name: call scripts to upgrade database | |||
shell: bash | |||
run: | | |||
oc process -f ./openshift/4.0/templates/jobs/db-deploy.yaml -p SERVER_NAME=sqldevtst.th.gov.bc.ca -p DB_NAME=PIMS_DEV -p NAMESPACE=3cd915-dev | oc create -f - | grep -oP "(?<=job\.batch/)[^\s]*" | (read JOB_NAME; oc wait --for=condition=complete job/$JOB_NAME --timeout=120s) | |||
oc process -f ./openshift/4.0/templates/jobs/db-deploy.yaml -p DB_SECRET_NAME=pims-database GIT_BRANCH=dev SERVER_NAME=sqldevtst.th.gov.bc.ca -p DB_NAME=PIMS_DEV -p NAMESPACE=3cd915-dev | oc create -f - | grep -oP "(?<=job\.batch/)[^\s]*" | (read JOB_NAME; oc wait --for=condition=complete job/$JOB_NAME --timeout=120s) |
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.
this doesn't seem related to that story but I guess we can fix it anyways?
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.
This was from #3573, removed from this PR.
- name: GIT_BRANCH | ||
description: the git branch to pull the database scripts from. | ||
required: true | ||
- name: DB_SECRET_NAME | ||
description: the git branch to pull the database scripts from. | ||
required: true |
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.
Question - I'm assuming the corresponding secrets have been updated/configured in OCP?
93718b6
to
89d0466
Compare
✅ No secrets were detected in the code. |
No description provided.