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

Create automated tests on ARM #111

Open
Dilorfin opened this issue Dec 30, 2020 · 1 comment
Open

Create automated tests on ARM #111

Dilorfin opened this issue Dec 30, 2020 · 1 comment
Assignees
Labels
devops activity related with automatization

Comments

@Dilorfin
Copy link
Collaborator

May be for whit will be needed to move from Github Actions...

@Dilorfin Dilorfin added the devops activity related with automatization label Dec 30, 2020
@Dilorfin Dilorfin added this to To do in MatrixDotNet DevOps via automation Dec 30, 2020
@Dilorfin Dilorfin moved this from To do to Backlog(General) in MatrixDotNet DevOps Dec 30, 2020
@Dilorfin Dilorfin self-assigned this Jan 10, 2021
@Dilorfin
Copy link
Collaborator Author

Dilorfin commented Jan 10, 2021

Investigation results

Travis CI

  • ARM arch OOTB support
  • For now dotnet on this ci platform has some strange things
    • Build-10: windows & osx has troubles with installing dotnet, arm vms hadn't started
    • Build-11: amd&arm vms had started, but "The version of this operating system is not supported by .NET Core."
    • may be ubuntu 18 should be tried (not sure how it can help)
    • ...and I have doubts about stability of Travis

Azure Pipelines & Github Actions

  • seems that ARM is supported only on self-hosted runners

Not Tested

  • Drone CI
    • has arm support
    • free for open source
    • dotnet is not OOTB (but there are some possibilities.. may be)
  • Circle CI
    • is enterprise oriented, but that they have "Free" paragraph in pricing
    • seems to have arm support (not sure if it's free)
  • Jenkins
    • self-hosted at all
    • but free
  • AWS
    • not free

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops activity related with automatization
Projects
MatrixDotNet DevOps
  
Backlog(General)
Development

No branches or pull requests

1 participant