-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update cloudgov.py #2730
Update cloudgov.py #2730
Conversation
Had to bind develop services:
and then |
The |
.circleci/deployment/workflows.yml
Outdated
@@ -35,6 +35,7 @@ | |||
branches: | |||
only: | |||
- develop | |||
- debug/develop-deployment-failures |
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.
remove before merge
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2730 +/- ##
===========================================
- Coverage 92.99% 92.41% -0.58%
===========================================
Files 219 239 +20
Lines 4482 5340 +858
Branches 385 473 +88
===========================================
+ Hits 4168 4935 +767
- Misses 242 312 +70
- Partials 72 93 +21
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review 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.
Once the branches tracked are reverted back to develop only, I think this is good to go
…ech/TANF-app into debug/develop-deployment-failures
@@ -62,6 +64,8 @@ set_cf_envs() | |||
cf_cmd="cf unset-env $CGAPPNAME_BACKEND $var_name ${!var_name}" | |||
$cf_cmd | |||
continue | |||
elif [[ ("$var_name" =~ "STAGING_*") && ("$CF_SPACE" = "tanf-staging") ]]; then |
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.
Should this be ("$CF_SPACE" == "tanf-staging")
?
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.
Initially thought the same thing but saw the single =
used in other comparisons so went with what was used elsewhere.
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.
lgtml
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.
@andrew-jameson this is ready to merge. thanks for the summary. added a comment in-line re: jwt_key.
Update: just saw the note about prefix. good to go!
Summary of Changes
This PR is a hotfix in coordination with manual changes performed in the staging space for our crashed develop app. The main jist of this changeset is correcting the variable name to
CGAPPNAME_BACKEND
indeploy-backend.sh
as this was incorrectly attempting to bind to incorrect services. Additionally, the incorrectJWT_KEY
variable was being assigned to develop since raft's CircleCI would automatically attempt to utilize the dev space's Cloud.gov connector and key.How to Test
HHS:main
.Deliverables
More details on how deliverables herein are assessed included here.
Deliverable 1: Accepted Features
Checklist of ACs:
lfrohlich
and/oradpennington
confirmed that ACs are met.Deliverable 2: Tested Code
CodeCov Report
comment in PR)CodeCov Report
comment in PR)Deliverable 3: Properly Styled Code
Deliverable 4: Accessible
iamjolly
andttran-hub
using Accessibility Insights reveal any errors introduced in this PR?Deliverable 5: Deployed
Deliverable 6: Documented
Deliverable 7: Secure
Deliverable 8: User Research
Research product(s) clearly articulate(s):