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

Moving from Travis to GitHub Actions #398

Open
ErikSchierboom opened this issue Oct 15, 2020 · 4 comments
Open

Moving from Travis to GitHub Actions #398

ErikSchierboom opened this issue Oct 15, 2020 · 4 comments
Labels
x:action/improve Improve existing functionality/content x:knowledge/intermediate Quite a bit of Exercism knowledge required x:size/medium Medium amount of work x:type/ci Work on Continuous Integration (e.g. GitHub Actions workflows)

Comments

@ErikSchierboom
Copy link
Member

Hello 🙂

Over the last few months we've been transferring all our CI from Travis to GitHub Actions (GHA). We've found that GHA are easier to work with, more reliable, and much much faster.

Based on our success with GHA and increasing intermittent failures on Travis, we have now decided to try and remove Travis from Exercism's org altogether and shift everything to GHA. This issue acts as a call to action if your track is still using Travis.

For most CI checks this should be a transposing from Travis' syntax to GHA syntax, and hopefully quite straightforward (see this PR for an example). However, if you do encounter any issues doing this, please ask on Slack where lots of us now have experience with GHA, or post a comment here and I'll tag relevant people. This would also make a good Hacktoberfest issue for anyone interested in making their first contribution 🙂

If you've already switched this track to GHA, please feel free to close this issue and ignore it.

Thanks!

@wneumann
Copy link
Contributor

Not sure how I missed this issue when it was created, but I'm glad to see this. There's been an issue with the swift track's CircleCI setup for a while that needs fixing, but it wasn't impacting v3 work so I'd been pushing off figuring out how to fix it (I know absolutely nothing about CI setups).

Apparently the current CircleCI setup checks the test-suites against three old (though not as old at the time) versions of Swift, the oldest of which requires the Ruby gem 'Danger' (for some reason) and apparently there's a Ruby version mismatch causing the install of Danger, and thus that check, to fails. Note that Travis is also failing when it tries to fetch configlet.

I'll probably have to pester y'all over in the CI slack channel once I get to working on this.

@cmccandless
Copy link

You can also tag @exercism/github-actions for assistance in related PRs.

@iHiD
Copy link
Member

iHiD commented Oct 21, 2020

@cmccandless
Copy link

Whoever resolves this issue, would you also be willing to look into migrating the Objective C track? The current CI config is a bit messy, but the tooling should be similar to this track.

@ErikSchierboom ErikSchierboom added x:action/improve Improve existing functionality/content x:knowledge/intermediate Quite a bit of Exercism knowledge required x:size/medium Medium amount of work x:type/ci Work on Continuous Integration (e.g. GitHub Actions workflows) labels Aug 24, 2021
@sanderploegsma sanderploegsma mentioned this issue Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:action/improve Improve existing functionality/content x:knowledge/intermediate Quite a bit of Exercism knowledge required x:size/medium Medium amount of work x:type/ci Work on Continuous Integration (e.g. GitHub Actions workflows)
Projects
None yet
Development

No branches or pull requests

4 participants