CI: Log test name to /dev/kmsg in ZTS
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
This commit is contained in:
parent
6322a77ce7
commit
427fad7f24
|
@ -60,7 +60,7 @@ jobs:
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: |
|
run: |
|
||||||
set -o pipefail
|
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
|
shell: bash
|
||||||
timeout-minutes: 330
|
timeout-minutes: 330
|
||||||
- name: Prepare artifacts
|
- name: Prepare artifacts
|
||||||
|
|
|
@ -56,7 +56,7 @@ jobs:
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: |
|
run: |
|
||||||
set -o pipefail
|
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
|
shell: bash
|
||||||
timeout-minutes: 330
|
timeout-minutes: 330
|
||||||
- name: Prepare artifacts
|
- name: Prepare artifacts
|
||||||
|
|
Loading…
Reference in New Issue