containers / containers/gvisor-tap-vsock
Rework` make test` and github actions
- Dominant language
- Go
- Stars
- 437
- Forks
- 104
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 14
Description
At the moment, in gh actions, we run the `make test` target only on linux because some of the test require virtualization, and the only runners allowing this are the linux runners.
These testing targets could be reworked. We should be running all the tests which do not need virtualization on macos/linux/windows, and then run the tests which require virtualization on a linux runner since it is the only place where they can run.
Contributor guide
No contributing guide indexed for this repository
Research direction
Review the GitHub Actions workflow definitions and the Makefile's `make test` target to identify which tests require virtualization. Run the existing test target and inspect the current Linux-only workflow behavior. Done means non-virtualization tests run on Linux, macOS, and Windows, while virtualization-dependent tests remain on a Linux runner.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, go
- Domain
- build-system, ci-cd, testing-qa
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100