diff --git a/config/jobs/kubernetes/cloud-provider-aws/cloud-provider-aws-periodics.yaml b/config/jobs/kubernetes/cloud-provider-aws/cloud-provider-aws-periodics.yaml index 3255cce58979..7c556e662c9c 100644 --- a/config/jobs/kubernetes/cloud-provider-aws/cloud-provider-aws-periodics.yaml +++ b/config/jobs/kubernetes/cloud-provider-aws/cloud-provider-aws-periodics.yaml @@ -234,7 +234,7 @@ periodics: --test=ginkgo \ -- \ --parallel=30 \ - --test-package-url=https://dl.k8s.io/ \ + --test-package-url=https://dl.k8s.io \ --test-package-dir=ci/fast \ --test-package-marker=latest-fast.txt \ --focus-regex='Pods should be submitted and removed' diff --git a/config/jobs/kubernetes/cloud-provider-aws/cloud-provider-aws-presubmit.yaml b/config/jobs/kubernetes/cloud-provider-aws/cloud-provider-aws-presubmit.yaml index f747072c0c62..2e5d7bcba468 100644 --- a/config/jobs/kubernetes/cloud-provider-aws/cloud-provider-aws-presubmit.yaml +++ b/config/jobs/kubernetes/cloud-provider-aws/cloud-provider-aws-presubmit.yaml @@ -186,7 +186,7 @@ presubmits: --test=ginkgo \ -- \ --parallel=30 \ - --test-package-url=https://dl.k8s.io/ \ + --test-package-url=https://dl.k8s.io \ --test-package-dir=ci/fast \ --test-package-marker=latest-fast.txt \ --focus-regex='Pods should be submitted and removed' diff --git a/config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml b/config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml index 22c838434512..112ff9577a10 100644 --- a/config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml +++ b/config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml @@ -967,7 +967,7 @@ presubmits: --test=ginkgo \ -- \ --test-args="--node-os-arch=$NODE_OS_ARCH --provider=aws --minStartupPods=8" \ - --test-package-url=https://dl.k8s.io/ \ + --test-package-url=https://dl.k8s.io \ --test-package-dir=ci/fast \ --test-package-marker=latest-fast.txt \ --focus-regex="\[Feature:(AdmissionWebhookMatchConditions|InPlacePodVerticalScaling|StorageVersionAPI|PodPreset|StatefulSetAutoDeletePVC)\]|Networking" \