Skip to content

Commit ebd13cd

Browse files
committed
CI: enable debug logging level for nightly run
To allow debugging failures, enable the debug level on default. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 3ab40b9 commit ebd13cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/run-nightly-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ jobs:
104104
{
105105
"controller" : "${CONTROLLER}",
106106
"ns1": "${BDEV0}",
107-
"log_dir": "/nvme-cli/tests/nvmetests/",
107+
"log_dir": "/nvme-cli/tests/nvmetests",
108+
"log_level": "DEBUG",
108109
"nvme_bin": "/nvme-cli/.build-ci/nvme"
109110
}
110111
EOJ

0 commit comments

Comments
 (0)