zfs/.github/workflows
Andrew Innes 3965c9ba38
Move nodes into correct subgraphs
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de>
Signed-off-by: Andrew Innes <andrew.c12@gmail.com>
Closes 
2024-01-29 09:16:02 -08:00
..
scripts ZTS: Update deprecated Github Action version numbers 2024-01-26 14:22:26 -08:00
README.md Move nodes into correct subgraphs 2024-01-29 09:16:02 -08:00
build-dependencies.txt Add native-deb* targets to build native Debian packages 2022-12-13 17:33:05 -08:00
checkstyle-dependencies.txt Ubuntu 22.04 integration: GitHub workflows 2022-11-18 11:27:03 -08:00
checkstyle.yaml ZTS: Update deprecated Github Action version numbers 2024-01-26 14:22:26 -08:00
codeql.yml ZTS: Update deprecated Github Action version numbers 2024-01-26 14:22:26 -08:00
zfs-linux-tests.yml ZTS: Update deprecated Github Action version numbers 2024-01-26 14:22:26 -08:00
zfs-linux.yml ZTS: Update deprecated Github Action version numbers 2024-01-26 14:22:26 -08:00

README.md

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.