From 3e3d24e12750a5a79925ae36b5e48598116d5636 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 18 Jan 2026 13:25:00 -0600 Subject: Add CI/CD test infrastructure - Add Makefile with targets: all, test, test-unit, test-install, build, release, clean, lint - Add test-install.sh for automated VM installation testing - Add test configs: single-disk, mirror, raidz1, no-ssh, custom-locale - Add test-logs/ to .gitignore - Uses sshpass for SSH authentication to live ISO - Copies latest install-archzfs to VM before testing (allows testing without rebuild) - Supports --list to show available configs --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 82a91f6..3397767 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ profile/ zfs-packages/ vm/*.qcow2 vm/OVMF_VARS.fd +test-logs/ -- cgit v1.2.3