Skip to content

Commit fe1e5bb

Browse files
committed
run all sig-api-machinery tests
1 parent 3ec87f8 commit fe1e5bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ test-conformance:
2929
--name kubeconformance \
3030
--network container:"$$(docker ps -q -f name='^k3s$$')" \
3131
-e KUBECONFIG="/etc/rancher/k3s/k3s.yaml" \
32-
-e E2E_FOCUS="Custom\sresource\sshould\shave\sstorage\sversion\shash" \
32+
-e E2E_FOCUS="sig-api-machinery" \
3333
-e E2E_SKIP="StorageVersionAPI|Slow|Flaky" \
3434
-e E2E_EXTRA_ARGS="--ginkgo.fail-fast" \
3535
-v kubeconfig:/etc/rancher/k3s:ro \
3636
--entrypoint /usr/local/bin/kubeconformance \
3737
registry.k8s.io/conformance:"$$(docker exec k3s k3s --version | grep -Eo 'v[0-9]+\.[0-9]+\.[0-9]+')"
38-
-#e E2E_FOCUS="sig-api-machinery" \
38+
# -e E2E_FOCUS="Custom\sresource\sshould\shave\sstorage\sversion\shash" \
3939
4040
.PHONY: test-conformance-flaky
4141
test-conformance-flaky:

0 commit comments

Comments
 (0)