-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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: use bin mode to run e2e tests in CI #9311
Conversation
Signed-off-by: Alexander Matyushentsev <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #9311 +/- ##
==========================================
+ Coverage 45.97% 46.04% +0.06%
==========================================
Files 217 217
Lines 25903 25908 +5
==========================================
+ Hits 11910 11929 +19
+ Misses 12336 12321 -15
- Partials 1657 1658 +1
Continue to review full report at Codecov.
|
Signed-off-by: Alexander Matyushentsev <[email protected]>
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.
LGTM
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.
Signed-off-by: Alexander Matyushentsev [email protected]
PR changes CI to use
BIN_MODE
to stop usinggo run
to launch argocd components and save memory.Closes #9308