Skip to content

Commit

Permalink
ci: enable auto_config_kernel_parameter for kernel test
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwinger233 committed Jan 1, 2024
1 parent 0d13bca commit 8f96bbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/kernel-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
lan_interface: auto
wan_interface: auto
allow_insecure: false
auto_config_kernel_parameter: true
}
node {
Expand Down Expand Up @@ -267,6 +268,7 @@ jobs:
lan_interface: dae-veth-peer
wan_interface: auto
allow_insecure: false
auto_config_kernel_parameter: true
}
node {
Expand Down

0 comments on commit 8f96bbf

Please sign in to comment.