Skip to content

Commit 72f785f

Browse files
committed
github/workflows/fstests.yml: fix debug callback
And add V=1 to bringup. Signed-off-by: Daniel Gomez <[email protected]>
1 parent dc9ebfc commit 72f785f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/fstests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,17 @@ jobs:
3838
run: |
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})"
41-
make KDEVOPS_HOSTS_PREFIX="$SHORT_PREFIX" defconfig-xfs_reflink_4k
42-
ANSIBLE_CFG_CALLBACK_PLUGIN="debug"
41+
make KDEVOPS_HOSTS_PREFIX="$SHORT_PREFIX" \
42+
ANSIBLE_CFG_CALLBACK_PLUGIN="debug" \
43+
defconfig-xfs_reflink_4k
4344
4445
- name: Run kdevops make
4546
run: |
4647
make -j$(nproc)
4748
4849
- name: Run kdevops make bringup
4950
run: |
50-
make bringup
51+
make bringup V=1
5152
5253
- name: Build linux and boot test nodes on test kernel
5354
run: |

0 commit comments

Comments
 (0)