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 fc72e56b6289..3255cce58979 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 @@ -227,7 +227,7 @@ periodics: GOPROXY=direct go install sigs.k8s.io/provider-aws-test-infra/kubetest2-ec2@latest VERSION=$(curl -Ls https://dl.k8s.io/ci/fast/latest-fast.txt) kubetest2 ec2 \ - --stage https://dl.k8s.io/ci/fast/ \ + --stage https://dl.k8s.io/ci/fast \ --version $VERSION \ --up \ --down \ 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 cd6ee1da6157..f747072c0c62 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 @@ -177,7 +177,7 @@ presubmits: VERSION=$(curl -Ls https://dl.k8s.io/ci/fast/latest-fast.txt) kubetest2 ec2 \ - --stage https://dl.k8s.io/ci/fast/ \ + --stage https://dl.k8s.io/ci/fast \ --external-cloud-provider true \ --external-cloud-provider-image="${IMAGE_NAME}:${IMAGE_TAG}" \ --version $VERSION \ diff --git a/config/jobs/kubernetes/sig-cloud-provider/aws/ec2-e2e.yaml b/config/jobs/kubernetes/sig-cloud-provider/aws/ec2-e2e.yaml index cf13c3bb96a1..ec739dc22550 100644 --- a/config/jobs/kubernetes/sig-cloud-provider/aws/ec2-e2e.yaml +++ b/config/jobs/kubernetes/sig-cloud-provider/aws/ec2-e2e.yaml @@ -409,7 +409,7 @@ presubmits: cd kubetest2-ec2 && GOPROXY=direct go install . VERSION=$(curl -Ls --retry 5 --retry-delay 10 --retry-all-errors https://gcsweb.k8s.io/gcs/k8s-release-dev/ci/fast/latest-fast.txt) kubetest2 ec2 \ - --stage https://gcsweb.k8s.io/gcs/k8s-release-dev/ci/fast/ \ + --stage https://gcsweb.k8s.io/gcs/k8s-release-dev/ci/fast \ --version $VERSION \ --up \ --down \ @@ -464,7 +464,7 @@ presubmits: cd kubetest2-ec2 && GOPROXY=direct go install . VERSION=$(curl -Ls --retry 5 --retry-delay 10 --retry-all-errors https://gcsweb.k8s.io/gcs/k8s-release-dev/ci/fast/latest-fast.txt) kubetest2 ec2 \ - --stage https://gcsweb.k8s.io/gcs/k8s-release-dev/ci/fast/ \ + --stage https://gcsweb.k8s.io/gcs/k8s-release-dev/ci/fast \ --external-cloud-provider true \ --version $VERSION \ --up \ diff --git a/config/jobs/kubernetes/sig-cloud-provider/periodic-e2e.yaml b/config/jobs/kubernetes/sig-cloud-provider/periodic-e2e.yaml index 94276ef3af01..aa6ed60763dc 100644 --- a/config/jobs/kubernetes/sig-cloud-provider/periodic-e2e.yaml +++ b/config/jobs/kubernetes/sig-cloud-provider/periodic-e2e.yaml @@ -37,7 +37,7 @@ periodics: --query 'Parameters[0].[Value]' --output text) VERSION=$(curl -Ls --retry 5 --retry-delay 10 --retry-all-errors https://gcsweb.k8s.io/gcs/k8s-release-dev/ci/fast/latest-fast.txt) kubetest2 ec2 \ - --stage https://gcsweb.k8s.io/gcs/k8s-release-dev/ci/fast/ \ + --stage https://gcsweb.k8s.io/gcs/k8s-release-dev/ci/fast \ --version $VERSION \ --worker-instance-type=g4dn.12xlarge \ --device-plugin-nvidia true \ @@ -103,7 +103,7 @@ periodics: GOPROXY=direct go install sigs.k8s.io/provider-aws-test-infra/kubetest2-ec2@latest VERSION=$(curl -Ls --retry 5 --retry-delay 10 --retry-all-errors https://gcsweb.k8s.io/gcs/k8s-release-dev/ci/fast/latest-fast.txt) kubetest2 ec2 \ - --stage https://gcsweb.k8s.io/gcs/k8s-release-dev/ci/fast/ \ + --stage https://gcsweb.k8s.io/gcs/k8s-release-dev/ci/fast \ --version $VERSION \ --feature-gates="AllAlpha=true,AllBeta=true,EventedPLEG=false" \ --runtime-config="api/all=true" \ @@ -169,7 +169,7 @@ periodics: GOPROXY=direct go install sigs.k8s.io/provider-aws-test-infra/kubetest2-ec2@latest VERSION=$(curl -Ls --retry 5 --retry-delay 10 --retry-all-errors https://gcsweb.k8s.io/gcs/k8s-release-dev/ci/fast/latest-fast.txt) kubetest2 ec2 \ - --stage https://gcsweb.k8s.io/gcs/k8s-release-dev/ci/fast/ \ + --stage https://gcsweb.k8s.io/gcs/k8s-release-dev/ci/fast \ --version $VERSION \ --feature-gates="AllAlpha=true,AllBeta=true,EventedPLEG=false" \ --runtime-config="api/all=true" \ diff --git a/config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml b/config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml index b1900cfa52c1..22c838434512 100644 --- a/config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml +++ b/config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml @@ -958,7 +958,7 @@ presubmits: GOPROXY=direct go install sigs.k8s.io/provider-aws-test-infra/kubetest2-ec2@latest VERSION=$(curl -Ls https://dl.k8s.io/ci/fast/latest-fast.txt) kubetest2 ec2 \ - --stage https://dl.k8s.io/ci/fast/ \ + --stage https://dl.k8s.io/ci/fast \ --version $VERSION \ --feature-gates="AllAlpha=true,AllBeta=true,EventedPLEG=false,StorageVersionAPI=true,APIServerIdentity=true" \ --runtime-config="api/all=true" \