Skip to content

Commit 8c1a6e6

Browse files
committed
github/workflows/fstests.yml: use debug callback plugin
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 <[email protected]>
1 parent 57f1a8d commit 8c1a6e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/fstests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
KDEVOPS_TREE_REF="${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}"
4040
SHORT_PREFIX="$(echo ${KDEVOPS_TREE_REF:0:12})"
4141
make KDEVOPS_HOSTS_PREFIX="$SHORT_PREFIX" defconfig-xfs_reflink_4k
42+
ANSIBLE_CFG_CALLBACK_PLUGIN="debug"
4243
4344
- name: Run kdevops make
4445
run: |

0 commit comments

Comments
 (0)