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

Avoid concurrency limit for GH actions #776

Closed
2 tasks done
evertonfraga opened this issue Jun 15, 2020 · 1 comment
Closed
2 tasks done

Avoid concurrency limit for GH actions #776

evertonfraga opened this issue Jun 15, 2020 · 1 comment

Comments

@evertonfraga
Copy link
Contributor

evertonfraga commented Jun 15, 2020

It seems @ethereumjs (as opposed to @ethereum) is on the free plan. That gives us merely 20 concurrent jobs. Today we have 27 GitHub jobs for each run in a typical PR.

We should use the data gathered at #723 (comment) to make some smart cuts in our CI runs.

image
Source: GitHub Help.

Action items

  • Run only one node version per package, instead of four (from 27 to 9 GH jobs)
  • Run all supported node versions on master branch, so the remaining node versions will always get tested after merging.
@holgerd77
Copy link
Member

Closed by #939

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

No branches or pull requests

2 participants