aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-18 13:25:00 -0600
committerCraig Jennings <c@cjennings.net>2026-01-18 13:25:00 -0600
commit3e3d24e12750a5a79925ae36b5e48598116d5636 (patch)
tree6bcfed700cbc9fff0e35c54f8b26d5defd205aee /.gitignore
parent3ecf4e25cb52ca1ca57c386821f66e6a3b894848 (diff)
downloadarchangel-3e3d24e12750a5a79925ae36b5e48598116d5636.tar.gz
archangel-3e3d24e12750a5a79925ae36b5e48598116d5636.zip
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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/