Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | H A D | 11-Oct-2024 | 512 | 15 | 12 | |
generate-ci-type.py | H A D | 05-May-2025 | 3.1 KiB | 109 | 85 | |
merge_summary.awk | H A D | 11-Oct-2024 | 2.4 KiB | 110 | 71 | |
qemu-1-setup.sh | H A D | 05-May-2025 | 1.9 KiB | 68 | 42 | |
qemu-2-start.sh | H A D | 22-Jun-2025 | 8.6 KiB | 300 | 236 | |
qemu-3-deps-vm.sh | H A D | 31-May-2025 | 8.5 KiB | 261 | 212 | |
qemu-3-deps.sh | H A D | 30-May-2025 | 1 KiB | 29 | 10 | |
qemu-4-build-vm.sh | H A D | 31-May-2025 | 9.3 KiB | 380 | 247 | |
qemu-4-build.sh | H A D | 09-Mar-2025 | 415 | 12 | 3 | |
qemu-5-setup.sh | H A D | 05-May-2025 | 2.9 KiB | 117 | 80 | |
qemu-6-tests.sh | H A D | 22-Jun-2025 | 3 KiB | 118 | 89 | |
qemu-7-prepare.sh | H A D | 05-May-2025 | 3.4 KiB | 125 | 87 | |
qemu-8-summary.sh | H A D | 05-May-2025 | 1.5 KiB | 72 | 50 | |
qemu-9-summary-page.sh | H A D | 20-Oct-2024 | 1.6 KiB | 58 | 39 | |
qemu-prepare-for-build.sh | H A D | 09-Mar-2025 | 299 | 9 | 4 | |
qemu-test-repo-vm.sh | H A D | 09-Mar-2025 | 2.8 KiB | 91 | 54 | |
qemu-wait-for-vm.sh | H A D | 09-Mar-2025 | 244 | 11 | 3 | |
replace-dupes-with-symlinks.sh | H A D | 09-Mar-2025 | 667 | 33 | 18 |
README.md
1 2Workflow for each operating system: 3- install qemu on the github runner 4- download current cloud image of operating system 5- start and init that image via cloud-init 6- install dependencies and poweroff system 7- start system and build openzfs and then poweroff again 8- clone build system and start 2 instances of it 9- run functional testings and complete in around 3h 10- when tests are done, do some logfile preparing 11- show detailed results for each system 12- in the end, generate the job summary 13 14/TR 14.09.2024 15