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

ci: run unit and integration tests on freebsd #4128

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

galargh
Copy link
Contributor

@galargh galargh commented Oct 24, 2023

Follow up on ipdxco/custom-github-runners#24

This PR adds FreeBSD builds support (unit + integration) using https://github.com/cross-platform-actions/action (the action runs FreeBSD in a VM; using macos provides faster builds).

Providing native FreeBSD self-hosted runners would require using unofficial runner binary (https://github.com/ChristopherHX/github-act-runner). Looking through the description of the repo, that can sometimes result in irrecoverable breakage of GitHub Actions in a repo where such runner is used which we'd definitely want to avoid. That's why I decided using VM action is safer. We could still look into running VMs on self-hosted machines to speed up the builds though.

Issues I noticed when using the action:

  • sometimes the builds get stuck in go download phase
  • sometimes hd attachment that the action does fails on hosted runners

Testing:

Unit test failures:

  • [FAIL] HTTP 0.9 integration tests [It] allows setting of headers
  • [FAIL] HTTP 0.9 integration tests [It] performs request

Integration test failures:

  • HTTP tests [It] * (self tests, using QUIC v1)
  • HTTP tests [It] *(self tests, using QUIC v2)

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.

None yet

1 participant