From 491126d3349ed14f93eda2c597414b3c05ea8b22 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Thu, 3 Feb 2022 17:23:57 -0500 Subject: [PATCH] Don't skip external net test in external net E2E The current Shipyard default is to skip tests labled external-dataplane. Override this in tests that are meant to test external networks. Signed-off-by: Daniel Farrell --- .github/workflows/e2e-full.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e-full.yml b/.github/workflows/e2e-full.yml index 32951a82c..4d4d34e19 100644 --- a/.github/workflows/e2e-full.yml +++ b/.github/workflows/e2e-full.yml @@ -56,3 +56,4 @@ jobs: uses: submariner-io/shipyard/gh-actions/e2e@devel with: using: ${{ matrix.external_net }} ${{ matrix.globalnet }} + skip: ""