diff mbox series

[v3,4/4] github/workflows/fstests.yml: use debug callback plugin

Message ID 20250206-ansible_cfg3-v3-4-4588c8c07e22@samsung.com (mailing list archive)
State New
Headers show
Series ansible.cfg: generate with kconfig | expand

Commit Message

Daniel Gomez Feb. 6, 2025, 10:44 a.m. UTC
From: Daniel Gomez <da.gomez@samsung.com>

Use the new cli ANSIBLE_CFG_CALLBACK_PLUGIN to configure the debug
callback plugin for CI.

This keeps the output same level of verbosity for CI, before we change
the default to dense.

An alternative is to keep it dense but increase the Ansible verbosity
level with AV= makefile parameter.

Signed-off-by: Daniel Gomez <da.gomez@samsung.com>
---
 .github/workflows/fstests.yml | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.github/workflows/fstests.yml b/.github/workflows/fstests.yml
index 0cff94ab64aa6aa78cae9db6ed921cc24d9c3dac..4aeb2943546489bf0d91862a0f87cefb43d68454 100644
--- a/.github/workflows/fstests.yml
+++ b/.github/workflows/fstests.yml
@@ -39,6 +39,7 @@  jobs:
           KDEVOPS_TREE_REF="${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}"
           SHORT_PREFIX="$(echo ${KDEVOPS_TREE_REF:0:12})"
           make KDEVOPS_HOSTS_PREFIX="$SHORT_PREFIX" defconfig-xfs_reflink_4k
+          ANSIBLE_CFG_CALLBACK_PLUGIN="debug"
 
       - name: Run kdevops make
         run: |