Skip to content

Commit 58d5d31

Browse files
committed
fix: tests for cephfs exporter
1 parent 5454981 commit 58d5d31

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,9 +501,16 @@ jobs:
501501
- name: Print kernel version
502502
run: uname -a
503503

504-
# Some programs expect to attach to symbols in modules
504+
- name: Install dependencies for ceph fs exporter
505+
run: |
506+
sudo apt update
507+
sudo apt install -y ceph-common
508+
509+
# Some programs expect to attach to symbols in modules
505510
- name: Load expected kernel modules
506-
run: sudo modprobe xfs
511+
run: |
512+
sudo modprobe xfs
513+
sudo modprobe ceph
507514
508515
- name: Run configuration check
509516
run: make config-check

0 commit comments

Comments
 (0)