]> git.proxmox.com Git - mirror_zfs.git/commitdiff
CI: Log test name to /dev/kmsg in ZTS
authorGeorge Melikov <mail@gmelikov.ru>
Thu, 24 Mar 2022 14:01:26 +0000 (17:01 +0300)
committerGitHub <noreply@github.com>
Thu, 24 Mar 2022 14:01:26 +0000 (08:01 -0600)
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Signed-off-by: George Melikov <mail@gmelikov.ru>
Closes  #13249

.github/workflows/zfs-tests-functional.yml
.github/workflows/zfs-tests-sanity.yml

index 1a32e2e22932c4420e902a531c44915ec8cef19c..0273610af0453ad7c66e5f50b228477bfa9199df 100644 (file)
@@ -60,7 +60,7 @@ jobs:
     - name: Tests
       run: |
         set -o pipefail
-        /usr/share/zfs/zfs-tests.sh -vR -s 3G | scripts/zfs-tests-color.sh
+        /usr/share/zfs/zfs-tests.sh -vKR -s 3G | scripts/zfs-tests-color.sh
       shell: bash
       timeout-minutes: 330
     - name: Prepare artifacts
index d10350d2961fc5fd3edd533b219724bd9e8c8389..73606f909e10b1c9bfd889064cd0d5ff727fa1b2 100644 (file)
@@ -56,7 +56,7 @@ jobs:
     - name: Tests
       run: |
         set -o pipefail
-        /usr/share/zfs/zfs-tests.sh -vR -s 3G -r sanity | scripts/zfs-tests-color.sh
+        /usr/share/zfs/zfs-tests.sh -vKR -s 3G -r sanity | scripts/zfs-tests-color.sh
       shell: bash
       timeout-minutes: 330
     - name: Prepare artifacts