You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
There are some types of bugs that cannot be caught in the release profile, but we have slow tests that we would like to run only in release. I would separate these two types of tests to have risks associated with the release profile only where it really has a significant impact on runtime.
This is important because I would like to include e2e tests related to IVC in CI, but running them in debug mode would slow down code-review process a lot. Another option is to run them only on merged in main PR.
This issue also involves modifying git-hook pre-push, which should also work in two modes
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are some types of bugs that cannot be caught in the release profile, but we have slow tests that we would like to run only in release. I would separate these two types of tests to have risks associated with the release profile only where it really has a significant impact on runtime.
This is important because I would like to include e2e tests related to IVC in CI, but running them in debug mode would slow down code-review process a lot. Another option is to run them only on merged in main PR.
This issue also involves modifying git-hook pre-push, which should also work in two modes
The text was updated successfully, but these errors were encountered: