Skip to content

Commit 4f347b3

Browse files
hdurand0710oktalz
authored andcommitted
CLEANUP/MINOR: remove conformance-create-local task
1 parent 6d97124 commit 4f347b3

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

taskfile/conformance.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,3 @@ tasks:
239239
CONFORMANCE_JUNIT_HTML_OUTPUT: '{{default "conformance-junit.html" .CONFORMANCE_JUNIT_HTML_OUTPUT}}'
240240
cmds:
241241
- go run ./cmd/junit-report/main.go {{.CONFORMANCE_JUNIT_OUTPUT}} {{.CONFORMANCE_JUNIT_HTML_OUTPUT}}
242-
243-
conformance-create-local:
244-
desc: "create a Kind cluster for local conformance testing (Linux host, no iptables required)"
245-
cmds:
246-
- task: kind-create-cluster
247-
vars:
248-
KIND_CONFIG: "kind-config.yaml"
249-
- task: conformance-pull-images
250-
- task: conformance-deploy-ci

0 commit comments

Comments
 (0)