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

Add Github Actions CI #219

Closed
wants to merge 5 commits into from
Closed

Add Github Actions CI #219

wants to merge 5 commits into from

Conversation

sohkai
Copy link
Contributor

@sohkai sohkai commented Nov 13, 2019

See results in the Actions tab: https://github.com/aragon/aragon-court/actions.

Commit by commit:

  1. The naive setup takes quite a lot of time, and allows for no test parallelization. You will likely be waiting a long time to get results
  2. An attempt at caching dependencies via upload / download fails spectacularly. It takes forever to upload the node_modules; no go
  3. The naive parallelization is closest to what is available on Travis, but still looks quite slow in comparison.

However, it looks like the Github Actions runner is still more starved for resources than other equivalent CI platforms, and is unreliable due to how many files ganache needs to touch (EMFILE errors seem to be common). I've sent a help ticket for more guidance on this, so let's see if this is something we can change.

@sohkai
Copy link
Contributor Author

sohkai commented Dec 16, 2019

Going to close this for now; it does not look like Github Actions CI is reliable enough for large contract testing at the moment.

@sohkai sohkai closed this Dec 16, 2019
@sohkai sohkai deleted the github-action branch December 16, 2019 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:chore House keeping tasks enhancement New enhancement request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants