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

speed up CI and golangci-lint #1070

Merged
merged 1 commit into from
May 9, 2020
Merged

speed up CI and golangci-lint #1070

merged 1 commit into from
May 9, 2020

Conversation

jirfag
Copy link
Member

@jirfag jirfag commented May 5, 2020

No description provided.

@jirfag jirfag changed the title dev: test only go1.14 on mac and win dev: fix CI fails and speed up CI May 6, 2020
@jirfag
Copy link
Member Author

jirfag commented May 6, 2020

need to run mac os tests temporary only on go1.13 because of golang/go#38824

Run CI on mac os only with go1.13 and on windows only on go1.14.
Speed up tests. Introduce --allow-parallel-runners.
Block on parallel run lock 5s instead of 60s.
Don't invalidate analysis cache for minor config changes.
@jirfag jirfag requested a review from ernado May 6, 2020 08:26
@jirfag jirfag changed the title dev: fix CI fails and speed up CI speed up CI and golangci-lint May 6, 2020
@@ -546,6 +546,7 @@ Flags:
- (^|/)builtin($|/)
(default true)
--skip-files strings Regexps of files to skip
--allow-parallel-runners Allow multiple parallel golangci-lint instances running. If false (default) - golangci-lint acquires file lock on start.
Copy link
Member

Choose a reason for hiding this comment

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

Can be related to #879

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.

None yet

3 participants