1
0
mirror of https://git.proxmox.com/git/mirror_zfs.git synced 2025-02-25 08:18:27 +03:00
mirror_zfs/.github/workflows
Tony Hutter bb946ff232 ZTS: Add Fedora 41, remove Fedora 39
Fedora 41 was released 10/29/24, and Fedora 39 will be EOL on 11/12/24.
Update Fedora runners in the test suite.  Some minor tweaks also needed
to support ksh 1.0.10.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes 
2024-11-05 11:09:22 -08:00
..
scripts ZTS: Add Fedora 41, remove Fedora 39 2024-11-05 11:09:22 -08:00
checkstyle.yaml CI: cancel workflows when PRs are updated () 2024-11-04 11:08:38 -08:00
codeql.yml CI: Stick with ubuntu-22.04 for CodeQL analysis 2024-11-05 11:09:22 -08:00
README.md Move nodes into correct subgraphs 2024-01-29 14:53:29 -08:00
zfs-qemu.yml ZTS: Add Fedora 41, remove Fedora 39 2024-11-05 11:09:22 -08:00
zloop.yml CI: Add logs to zloop workflow 2024-11-04 11:09:09 -08:00

The testings are done this way

  1. build zfs modules for Ubuntu 20.04 and 22.04 (~15m)
  2. 2x zloop test (~10m) + 2x sanity test (~25m)
  3. 4x functional testings in parts 1..4 (each ~1h)
  4. cleanup and create summary
    • content of summary depends on the results of the steps

When everything runs fine, the full run should be done in about 2 hours.

The codeql.yml and checkstyle.yml are not part in this circle.