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

Replace Travis with Github Actions #4

Merged
merged 6 commits into from
Oct 2, 2020
Merged

Replace Travis with Github Actions #4

merged 6 commits into from
Oct 2, 2020

Conversation

michel2323
Copy link
Collaborator

@michel2323 michel2323 commented Oct 2, 2020

This largely replaces Travis with Github Actions. It runs

  • pkg> test
  • the tests that were previously in .travis.yml

Github Actions should be free for public repositories and they allow to do self-hosted runners and run tests with the GPU enabled.

I don't have the permissions to add a runner. Here are the docs: https://docs.github.com/en/free-pro-team@latest/actions/hosting-your-own-runners/adding-self-hosted-runners .

Basically, if you add a runner Github will give you a link to download the client together with a key. This key is important. Maybe you can send the link and the key to me over slack if you like the idea of Github Actions. Our experience with ExaPF, short as it maybe, has been very nice so far.

Edit: A runner is added under "Settings -> Actions -> Self-hosted Runners"

@michel2323 michel2323 requested a review from sshin23 October 2, 2020 01:52
@codecov-commenter
Copy link

codecov-commenter commented Oct 2, 2020

Codecov Report

Merging #4 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #4   +/-   ##
=======================================
  Coverage   92.16%   92.16%           
=======================================
  Files          18       18           
  Lines        2336     2336           
=======================================
  Hits         2153     2153           
  Misses        183      183           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 11393ff...d16ed4c. Read the comment docs.

@sshin23
Copy link
Member

sshin23 commented Oct 2, 2020

Thanks for putting this together. Merging this to master

@sshin23 sshin23 closed this Oct 2, 2020
@sshin23 sshin23 reopened this Oct 2, 2020
@sshin23 sshin23 merged commit 57b70da into master Oct 2, 2020
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