Skip to content

Commit 5c5a797

Browse files
committed
defconfigs: enable systemd remote journal on CI selftests
We want to enable CONFIG_DEVCONFIG_ENABLE_SYSTEMD_JOURNAL_REMOTE=y on selftests as this can let us capture the kernel journals from systemd, and gives us a second mechanism to capture the kernel log from the target nodes. We enable this on the cli selftests, that is, the selftests used where we specify the LINUX_TREE and LINUX_TREE_REF on the command line interface, used for automated CI tests. We don't enable this on the non-cli defconfigs as folks may want to run these test on the cloud, and there is no setup yet for managing CONFIG_DEVCONFIG_ENABLE_SYSTEMD_JOURNAL_REMOTE=y on the cloud. That can easily be done by creating an extra system and using that as the source for where to stash the remote journals. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 8018e56 commit 5c5a797

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

defconfigs/seltests-kmod-cli

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ CONFIG_WORKFLOWS_DEDICATED_WORKFLOW=y
1313
CONFIG_KDEVOPS_WORKFLOW_DEDICATE_SELFTESTS=y
1414

1515
CONFIG_SELFTESTS_SECTION_KMOD=y
16+
17+
CONFIG_DEVCONFIG_ENABLE_SYSTEMD_JOURNAL_REMOTE=y

defconfigs/seltests-radix-tree-cli

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ CONFIG_WORKFLOWS_DEDICATED_WORKFLOW=y
1313
CONFIG_KDEVOPS_WORKFLOW_DEDICATE_SELFTESTS=y
1414

1515
CONFIG_SELFTESTS_TEST_BUNDLE_RADIX_TREE=y
16+
17+
CONFIG_DEVCONFIG_ENABLE_SYSTEMD_JOURNAL_REMOTE=y

0 commit comments

Comments
 (0)