From 6973d136606a040907495ceee55f34a2224ed326 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..f9d53b3f 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: 7f8f25cde61e2c9fa431385f10680b5bd2c860f3 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 \