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

Add a alternative_disk_image feature for tests that require disk images #19

Open
eureka-cpu opened this issue Aug 20, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@eureka-cpu
Copy link
Collaborator

Some testing may require a user to have a copy of a disk image at a specifc directory, which seems like something that should be handled a bit more comprehensively. This type of testing seems like something that could be handled by CI and thus, be a subfeature for testing purposes.

@eureka-cpu eureka-cpu added the bug Something isn't working label Aug 20, 2024
@eureka-cpu eureka-cpu self-assigned this Aug 20, 2024
@eureka-cpu
Copy link
Collaborator Author

The image could be pulled from a nix-cache or with curl in CI, and then moved to the location that the test expects it to be.

eureka-cpu added a commit that referenced this issue Aug 20, 2024
Closes #13 
Closes #16 

Adds all necessary infrastructure code for development, testing and building allegra packages.

Allows allegra packages and checks to be built by MacOS machines, assuming they have `nix-darwin` installed to forward tasks on to a `linux-builder`.

Ignores tests that require sudo privilages or users to provide a disk image.
Ref #18 #19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant