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

Switch from Travis and AppVeyor to GitHub Actions #1673

Closed
seanmonstar opened this issue Oct 16, 2018 · 3 comments · Fixed by #2044
Closed

Switch from Travis and AppVeyor to GitHub Actions #1673

seanmonstar opened this issue Oct 16, 2018 · 3 comments · Fixed by #2044
Labels
A-tests Area: tests. E-easy Effort: easy. A task that would be a great starting point for a new contributor.

Comments

@seanmonstar
Copy link
Member

AppVeyor is quite slow, and the current script in hyper tests Windows nightly, which can mean Windows testing can be flaky. It'd be nice to move to Travis-CI's new Windows support, running the tests on the same matrix as AppVeyor, but probably sticking with just stable Rust.

@seanmonstar seanmonstar added the E-easy Effort: easy. A task that would be a great starting point for a new contributor. label Oct 16, 2018
@seanmonstar
Copy link
Member Author

I'm noticing this more and more, since AppVeyor won't build any jobs in parallel, nor branches, so if a couple PRs appear, it can take a couple hours to get run (and even just a single PR will run 4 jobs at around ~6-7minutes each, for ~30mins total).

@seanmonstar
Copy link
Member Author

Previous attempt: #1690

@jonas-schievink
Copy link

Apparently Azure Pipelines allows up to 10 parallel builds for open source projects, so that might be an alternative. It also supports Windows, macOS and Linux.

@seanmonstar seanmonstar changed the title Investigate switching from AppVeyor to Travis' Windows support Investigate switching from Travis and AppVeyor to Azure Pipelines Feb 28, 2019
Perseus101 added a commit to Perseus101/hyper that referenced this issue Jul 8, 2019
Add a basic azure configuration to investigate using azure pipelines
for CI.

Closes hyperium#1673
Perseus101 added a commit to Perseus101/hyper that referenced this issue Aug 27, 2019
Add a basic azure configuration to investigate using azure pipelines
for CI.

Closes hyperium#1673
Perseus101 added a commit to Perseus101/hyper that referenced this issue Sep 9, 2019
Add a basic azure configuration to investigate using azure pipelines
for CI.

Closes hyperium#1673
Perseus101 added a commit to Perseus101/hyper that referenced this issue Sep 9, 2019
Add a basic azure configuration that runs tests and benchmarks
on linux, mac, and windows.

Closes hyperium#1673
@seanmonstar seanmonstar changed the title Investigate switching from Travis and AppVeyor to Azure Pipelines Switch from Travis and AppVeyor to GitHub Actions Oct 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tests Area: tests. E-easy Effort: easy. A task that would be a great starting point for a new contributor.
Projects
None yet
2 participants