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

Move all static validations to the setup job #717

Merged
merged 1 commit into from
Jun 25, 2021

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Jun 22, 2021

The default rake task is release_checks. This runs lint, validate prior to parallel_spec and ends with the check task. These static tasks shouldn't differ for the matrix job and can be run prior to running the whole test suite. Then in the actual test matrix, it only needs to run the tests (in parallel). This saves some CI resources when a static check fails.

The default rake task is release_checks. This runs `lint`, `validate`
prior to `parallel_spec` and ends with the `check` task. These static
tasks shouldn't differ for the matrix job and can be run prior to
running the whole test suite. Then in the actual test matrix, it only
needs to run the tests (in parallel). This saves some CI resources when
a static check fails.
Copy link
Member

@smortex smortex left a comment

Choose a reason for hiding this comment

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

Makes sense!

@bastelfreak bastelfreak merged commit d916eb3 into voxpupuli:master Jun 25, 2021
@ekohl ekohl deleted the static-validations branch June 30, 2021 14:25
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.

3 participants