Skip to content

Commit 58a0a19

Browse files
committed
bootlinux: use different kernel for A/B testing by default
If you are doing A/B testing then by default you'd want to test different kernels typically. So enable that by default. This will help make our CIs easier to write leveraging defconfigs with less crap in them. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 7f25db7 commit 58a0a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/linux/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ if KDEVOPS_BASELINE_AND_DEV
385385

386386
choice
387387
prompt "A/B kernel testing configuration"
388-
default BOOTLINUX_AB_SAME_REF
388+
default BOOTLINUX_AB_DIFFERENT_REF
389389
help
390390
When A/B testing is enabled, you can choose to use the same
391391
kernel reference for both baseline and dev nodes, or specify

0 commit comments

Comments
 (0)