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

Integration ci #303

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft

Integration ci #303

wants to merge 23 commits into from

Conversation

CAGS295
Copy link
Contributor

@CAGS295 CAGS295 commented Oct 18, 2023

Summary of Changes

Follow up PR #215 to add a CI job running integration tests—blocked atm and not actively working on it.
I would appreciate feedback on #307 and #215 first.

  1. Devenv's javascript services are too big and are making 'devenv' CI fail. I can't fix it myself right now without digging deeper. I've thought about options: merging javascript containers, increasing runner's resources, having a dedicated devenv profile to skip building unnecessary services, and last but not least, minimizing image size by having a 'release build' for javascript-based services (My first attempt failed).

  2. This PR exports docker image artifacts from the 'devenv build' job. Blocked by 1.

  3. Split devenv into different node profiles. #307 may help with 1. With devenv profiles, I can have a profile with the minimal services needed for testing.

Testing

Risks

How were these changes tested?

What future testing should occur?

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@CAGS295 CAGS295 marked this pull request as ready for review October 18, 2023 22:22
@CAGS295 CAGS295 marked this pull request as draft October 18, 2023 22:22
@codecov
Copy link

codecov bot commented Oct 18, 2023

Codecov Report

Attention: 23 lines in your changes are missing coverage. Please review.

Comparison is base (c1b5abd) 41.49% compared to head (2cd98d7) 43.09%.
Report is 12 commits behind head on main.

Files Patch % Lines
sbtc-cli/src/main.rs 0.00% 11 Missing ⚠️
sbtc-cli/src/commands/deposit.rs 0.00% 10 Missing ⚠️
sbtc-cli/src/commands/broadcast.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #303      +/-   ##
==========================================
+ Coverage   41.49%   43.09%   +1.60%     
==========================================
  Files          40       45       +5     
  Lines        5111     5362     +251     
  Branches        0       47      +47     
==========================================
+ Hits         2121     2311     +190     
- Misses       2990     3050      +60     
- Partials        0        1       +1     
Flag Coverage Δ
unittests 76.61% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@CAGS295 CAGS295 added enhancement New feature or request devenv Development Environment labels Oct 19, 2023
@AshtonStephens
Copy link
Collaborator

What's going on with this PR?

@CAGS295
Copy link
Contributor Author

CAGS295 commented Oct 25, 2023

What's going on with this PR?

@AshtonStephens I added a brief description.

@CAGS295
Copy link
Contributor Author

CAGS295 commented Nov 3, 2023

blocked by #350

@CAGS295 CAGS295 self-assigned this Nov 9, 2023
@CLAassistant
Copy link

CLAassistant commented Nov 16, 2023

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devenv Development Environment enhancement New feature or request
Projects
No open projects
Status: Triage
Development

Successfully merging this pull request may close these issues.

None yet

3 participants