diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index cf8794f..6107c87 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - cable_driver: ['libreswan', 'wireguard'] + cable_driver: ['libreswan', 'wireguard', 'vxlan'] globalnet: ['', 'globalnet'] k8s_version: ['1.17'] lighthouse: ['', 'lighthouse'] diff --git a/.github/workflows/flake_finder.yml b/.github/workflows/flake_finder.yml index b4fe47d..550fc6c 100644 --- a/.github/workflows/flake_finder.yml +++ b/.github/workflows/flake_finder.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - cable_driver: ['libreswan', 'wireguard'] + cable_driver: ['libreswan', 'wireguard', 'vxlan'] globalnet: ['', 'globalnet'] lighthouse: ['', 'lighthouse'] steps: