Skip to content

Commit

Permalink
Update label filters
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Pantelis <[email protected]>
  • Loading branch information
tpantelis committed Dec 7, 2024
1 parent eea475d commit 7be0cc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 \
Expand Down

0 comments on commit 7be0cc9

Please sign in to comment.