From 7be0cc9332a9fc54d67280ca2b54d77650bcba3d Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Fri, 6 Dec 2024 15:05:29 -0500 Subject: [PATCH] Update label filters Signed-off-by: Tom Pantelis --- .github/workflows/e2e.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index e27fdaed..1c666ea1 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -84,7 +84,7 @@ jobs: - name: Check out the mcs-api repository uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: - ref: e225cd7dd9d7040d0e03f3c45c415ba72ad8abdf + ref: ec1b8c233966ab5fb06601b760356fd0a3c33137 repository: tpantelis/mcs-api path: mcs-api @@ -97,9 +97,9 @@ jobs: shell: bash run: | export KUBECONFIG=$(find $(git rev-parse --show-toplevel)/output/kubeconfigs/ -type f -printf %p:) - label_filter="Connectivity" + label_filter="!ClusterIP || Connectivity" if [[ "${{ matrix.using }}" =~ "clusterset-ip" ]]; then - label_filter="Required || EndpointSlice || DNS" + label_filter="ClusterIP && !Connectivity" fi cd mcs-api/conformance go test -v -timeout 30m -contexts cluster1,cluster2 -args -test.timeout 15m \