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

fix colima deploy #800

Merged
merged 7 commits into from
Oct 12, 2022
Merged

fix colima deploy #800

merged 7 commits into from
Oct 12, 2022

Conversation

sunkickr
Copy link
Contributor

Description

This PR should fix colima deploy

🎟 Issue(s)

🧪 Functional Testing

List the functional testing steps to confirm this feature or fix.

📸 Screenshots

Screen Shot 2022-10-11 at 3 50 50 PM

📋 Checklist

  • Rebased from the main (or release if patching) branch (before testing)
  • Ran make test before taking out of draft
  • Ran make lint before taking out of draft
  • Added/updated applicable tests
  • Tested against Astro-API (if necessary).
  • Tested against Houston-API and Astronomer (if necessary).
  • Communicated to/tagged owners of respective clients potentially impacted by these changes.
  • Updated any related documentation

@codecov
Copy link

codecov bot commented Oct 11, 2022

Codecov Report

Base: 86.98% // Head: 86.92% // Decreases project coverage by -0.06% ⚠️

Coverage data is based on head (8332ee0) compared to base (7bc1d52).
Patch coverage: 40.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #800      +/-   ##
==========================================
- Coverage   86.98%   86.92%   -0.07%     
==========================================
  Files          97       97              
  Lines        8301     8304       +3     
==========================================
- Hits         7221     7218       -3     
- Misses        636      640       +4     
- Partials      444      446       +2     
Impacted Files Coverage Δ
airflow/docker_image.go 76.34% <40.00%> (-0.71%) ⬇️
cmd/software/deploy.go 80.55% <0.00%> (-8.34%) ⬇️
cmd/cloud/deploy.go 86.79% <0.00%> (-1.89%) ⬇️

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

@sunkickr sunkickr marked this pull request as ready for review October 11, 2022 21:04
Copy link
Contributor

@neel-astro neel-astro left a comment

Choose a reason for hiding this comment

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

LGTM, have left a nitpick comment

conn_port: 5432
conn_uri: postgres://username:password@example.db.example.com:5432/schema
conn_extra: {}
- conn_id: local_postgres
Copy link
Contributor

Choose a reason for hiding this comment

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

nitpick: could we please fix the tests that cause the update to these test files every time we run the tests? Are your changes in this PR to settings/settings_test.go fixing them?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes if the yaml file is like this than the tests shouldn't update the file any more

@sunkickr sunkickr requested a review from jemishp as a code owner October 12, 2022 14:08
@sunkickr sunkickr merged commit 3310758 into main Oct 12, 2022
@sunkickr sunkickr deleted the issue/colima-deploy branch October 12, 2022 14:17
sunkickr added a commit that referenced this pull request Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants