Replies: 2 comments
-
Are you using/hitting the cache as expected? Also what version of Maybe some posts in #297 might help you troubleshoot. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@bombsimon Thank you for your response. As in the action I am using, I am specifying this to be
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, so we are using github actions CI on self-hosted setup, and using the official
golangci/golangci-lint-action
for using this. However for fairly large codebase it's taking ~ 50 - 60 mins in github-actions CI, whereas it's taking ~ 11 mins in AWS Codebuild.I also tried running this as a Docker Container, still the same.
I have tried increasing the compute (CPU), and am currently using 8v CPU with 16G memory for the main container in the ECS task (i.e. I am running Github Action as self-hosted Runner in a Docker container), however still getting the same result.
There seems to be no significant difference between using 8V CPU - 16G memory and 4V CPU - 8G memorym which is counter intuitive. While using 8V CPU machine, I also had increased the no. of threads to 8, still no luck.
Github Action Config:
Configuration File that I am using:
Please help in suggesting what can go wrong here ? Like am I missing anything here ?
Beta Was this translation helpful? Give feedback.
All reactions