We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f09c6c commit 5164afcCopy full SHA for 5164afc
config/jobs/kubernetes/sig-network/sig-network-kind.yaml
@@ -1005,7 +1005,7 @@ periodics:
1005
set -o pipefail;
1006
set -o xtrace;
1007
cd $GOPATH/src/sigs.k8s.io/cloud-provider-kind;
1008
- - curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && $GOPATH/src/k8s.io/test-infra/experiment/kind-noendpoints-e2e.sh
+ curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && $GOPATH/src/k8s.io/test-infra/experiment/kind-noendpoints-e2e.sh
1009
env:
1010
- name: LABEL_FILTER
1011
value: "(Conformance || sig-network ) && !Disruptive && !Flaky"
0 commit comments