We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9ebfc commit 72f785fCopy full SHA for 72f785f
.github/workflows/fstests.yml
@@ -38,16 +38,17 @@ jobs:
38
run: |
39
KDEVOPS_TREE_REF="${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}"
40
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"
+ make KDEVOPS_HOSTS_PREFIX="$SHORT_PREFIX" \
+ ANSIBLE_CFG_CALLBACK_PLUGIN="debug" \
43
+ defconfig-xfs_reflink_4k
44
45
- name: Run kdevops make
46
47
make -j$(nproc)
48
49
- name: Run kdevops make bringup
50
- make bringup
51
+ make bringup V=1
52
53
- name: Build linux and boot test nodes on test kernel
54
0 commit comments