diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index e27fdaed..0212b1e0 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: 9a2ad43d4b5d7e457c054afbacb01eb98e378bf0 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 \