Skip to content

Commit

Permalink
conformance-e2e: Explicitly set devices to fix e2e tests
Browse files Browse the repository at this point in the history
We are failing a e2e test quite consistantly, while the root cause is
not fully clear, it seems that setting devices explicitly might help.

Signed-off-by: Dylan Reimerink <dylan.reimerink@isovalent.com>
  • Loading branch information
dylandreimerink committed Feb 14, 2024
1 parent 0844200 commit 0e67360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conformance-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
kernel: '6.1-20240201.165956'
kube-proxy: 'none'
kpr: 'true'
devices: '{eth0,eth1}'
tunnel: 'vxlan'
lb-mode: 'snat'
egress-gateway: 'true'
Expand Down

0 comments on commit 0e67360

Please sign in to comment.