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

docker: Containerized testsuite and build containers in CI workflow #1674

Merged
merged 3 commits into from
Oct 24, 2024

Conversation

rdmark
Copy link
Member

@rdmark rdmark commented Oct 23, 2024

Create a Docker container that builds both netatalk and the testsuite. While the baseline spectest test suite can be run remotely, the tier 2 spectest requires access to the local filesystem, so I opted to have the netatalk instance under test in the same container as the testsuite. AFP requests still done over port 548 but on a local socket.

Additionally, create a new GitHub actions workflow that builds the Docker containers, publishes them to the GitHub container store, and then runs the two containerized spectest suites.

@rdmark rdmark linked an issue Oct 23, 2024 that may be closed by this pull request
@rdmark rdmark force-pushed the 1649-create-testsuite-docker-image branch 2 times, most recently from 297b5b0 to 5bc7b38 Compare October 24, 2024 13:02
@rdmark rdmark changed the title docker: Containerized testsuite docker: Containerized testsuite and build containers in CI workflow Oct 24, 2024
@rdmark rdmark force-pushed the 1649-create-testsuite-docker-image branch from 5bc7b38 to bec8faf Compare October 24, 2024 17:22
Copy link

sonarcloud bot commented Oct 24, 2024

@rdmark rdmark merged commit a5e97cb into main Oct 24, 2024
19 checks passed
@rdmark rdmark deleted the 1649-create-testsuite-docker-image branch October 24, 2024 17:31
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.

Create testsuite Docker image
1 participant