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

Run all code quality tools in the same stage #6896

Merged
merged 1 commit into from
Dec 16, 2017

Conversation

lcobucci
Copy link
Member

In order to execute things in parallel and speed up the build.

@lcobucci lcobucci added this to the 2.6.0 milestone Dec 16, 2017
@lcobucci lcobucci self-assigned this Dec 16, 2017
In order to execute things in parallel and speed up the build.
@lcobucci lcobucci force-pushed the improve-build-stages branch from e3818a5 to 122e9c3 Compare December 16, 2017 22:52
@lcobucci lcobucci merged commit d6212dd into doctrine:master Dec 16, 2017
@lcobucci lcobucci deleted the improve-build-stages branch December 16, 2017 23:05
- stage: Coverage
env: DB=sqlite
- stage: Test
env: DB=sqlite COVERAGE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did we move coverage to tests stage? It slows down whole stage now from 2-3min to 7min before CQ is started.

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

Successfully merging this pull request may close these issues.

2 participants