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

When quick-deploy do not run unit test for deployment #639

Closed
maximeg44 opened this issue Jul 5, 2024 · 1 comment · Fixed by #655
Closed

When quick-deploy do not run unit test for deployment #639

maximeg44 opened this issue Jul 5, 2024 · 1 comment · Fixed by #655

Comments

@maximeg44
Copy link
Contributor

When transitioning from a minor to a major branch and the quick-deploy is no longer available (due to a prior deployment invalidating it), we currently perform a deployment with test classes execution. It is preferable not to rerun the test classes because the branch has already been merged, which doesn't provide any benefit to the team that will still encounter the issue. This situation is marginal, unlike the invalidation of quick-deploy.

Desired behavior: If quick-deploy fails between minor and major, then initiate the deployment without running test classes.

See the class : https://github.com/hardisgroupcom/sfdx-hardis/blob/89dcd95abacee6d9c2793f005d205da0b6915bed/src/common/utils/deployUtils.ts

@nvuillam
Copy link
Member

Done ! cc @maximeg44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants