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

chore: free up space on the runner before e2e tests #235

Merged
merged 2 commits into from
Mar 11, 2025

Conversation

kshychko
Copy link
Contributor

@kshychko kshychko commented Mar 10, 2025

What type of PR is this? (check all applicable)

  • πŸ• Feature
  • πŸ› Bug Fix
  • πŸ“ Documentation Update
  • 🎨 Style
  • πŸ§‘β€πŸ’» Code Refactor
  • πŸ”₯ Performance Improvements
  • βœ… Test
  • πŸ€– Build
  • πŸ” CI
  • πŸ“¦ Chore (Release)
  • ⏩ Revert

Description

This PR fixes #234 and adds a dependency for app service in e2e docker compose on untp-playground that prevents running yarn install && yarn cache clean multiple times because of untp-playground build in progress, that changes the context for app.

Related Tickets & Documents

actions/runner-images#2840 (comment)

Mobile & Desktop Screenshots/Recordings

Added tests?

  • πŸ‘ yes
  • πŸ™… no, because they aren't needed
  • πŸ™‹ no, because I need help

Added to documentation?

  • πŸ“– Mock App docs site
  • πŸ“œ README.md
  • πŸ“• storybook
  • πŸ™… no documentation needed

[optional] Are there any post-deployment tasks we need to perform?

Copy link

github-actions bot commented Mar 10, 2025

Code Coverage Report

Lines Statements Branches Functions
Coverage: 82%
81.79% (3572/4367) 69.1% (859/1243) 73.54% (417/567)
Title Lines Statements Branches Functions
All packages Coverage: 82%
81.79% (3572/4367) 69.1% (859/1243) 73.54% (417/567)
Components Coverage: 84%
84.03% (516/614) 69.36% (120/173) 77.23% (95/123)
Mock app Coverage: 71%
71.95% (372/517) 53.23% (74/139) 68.14% (77/113)
Services Coverage: 81%
79.29% (1038/1309) 64.88% (255/393) 75.71% (106/140)
UNTP test suite Coverage: 85%
85.75% (1090/1271) 81.35% (144/177) 67.21% (41/61)
VC test suite Coverage: 100%
100% (20/20) 100% (2/2) 100% (4/4)
UNTP Playground Coverage: 87%
84.92% (569/670) 73.68% (266/361) 75.38% (98/130)

@kshychko kshychko force-pushed the ci/fix-no-more-space branch from e6426ea to 3e7cdaa Compare March 10, 2025 15:03
@kshychko kshychko closed this Mar 10, 2025
@kshychko kshychko force-pushed the ci/fix-no-more-space branch from 3e7cdaa to 259c7a1 Compare March 10, 2025 15:16
@kshychko kshychko reopened this Mar 10, 2025
@ashleythedeveloper
Copy link
Collaborator

Confirming that the failing pipeline is due to an issue with the app configuration, causing the e2e test to fail. This will be addressed in another PR that will be raised shortly, which is associated with PR #271

@ashleythedeveloper ashleythedeveloper merged commit 7d34d05 into next Mar 11, 2025
1 of 2 checks passed
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.

GitHub workflows exhaust worker disk space
2 participants