From 69ff334c72abe9a897113f89fe8dab1e12f520ae Mon Sep 17 00:00:00 2001 From: Janki Chhatbar Date: Mon, 14 Jun 2021 16:34:36 +0530 Subject: [PATCH] Add vxlan cable driver to test matrix Signed-Off-By: Janki Chhatbar --- .github/workflows/e2e.yml | 2 +- .github/workflows/flake_finder.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: