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 \