Skip to content

Commit

Permalink
Update remaining release-blocking jobs to use k8s-infra buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffxp committed Feb 17, 2021
1 parent ba30ffa commit f7c57df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/jobs/kubernetes/sig-cli/sig-cli-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ periodics:
- --check-version-skew=false
- --extract=ci/k8s-stable1
- --extract=ci/latest
- --extract-ci-bucket=k8s-release-dev
- --gcp-node-image=gci
- --gcp-zone=us-west1-b
- --ginkgo-parallel=25
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ periodics:
- --check-version-skew=false
- --extract=ci/k8s-stable2
- --extract=ci/latest
- --extract-ci-bucket=k8s-release-dev
- --gcp-node-image=gci
- --gcp-zone=us-west1-b
- --ginkgo-parallel=25
Expand Down Expand Up @@ -61,6 +62,7 @@ periodics:
- --scenario=kubernetes_e2e
- --
- --extract=ci/latest-1.18
- --extract-ci-bucket=k8s-release-dev
- --gcp-master-image=gci
- --gcp-node-image=gci
- --gcp-zone=us-west1-b
Expand Down Expand Up @@ -100,6 +102,7 @@ periodics:
- --
- --check-leaked-resources
- --extract=ci/latest-1.18
- --extract-ci-bucket=k8s-release-dev
- --env=KUBE_CONTAINER_RUNTIME=docker
- --gcp-node-image=gci
- --gcp-project-type=gpu-project
Expand Down Expand Up @@ -359,6 +362,7 @@ periodics:
- --check-leaked-resources
- --cluster=e2e-big
- --extract=ci/latest-1.18
- --extract-ci-bucket=k8s-release-dev
- --gcp-node-image=gci
- --gcp-nodes=100
- --gcp-project-type=scalability-project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ periodics:
- --scenario=kubernetes_e2e
- --
- --extract=ci/latest-1.19
- --extract-ci-bucket=k8s-release-dev
- --gcp-master-image=gci
- --gcp-node-image=gci
- --gcp-zone=us-west1-b
Expand Down Expand Up @@ -59,6 +60,7 @@ periodics:
- --
- --check-leaked-resources
- --extract=ci/latest-1.19
- --extract-ci-bucket=k8s-release-dev
- --env=KUBE_CONTAINER_RUNTIME=docker
- --gcp-node-image=gci
- --gcp-project-type=gpu-project
Expand Down Expand Up @@ -315,6 +317,7 @@ periodics:
- --check-leaked-resources
- --cluster=e2e-big
- --extract=ci/latest-1.19
- --extract-ci-bucket=k8s-release-dev
- --gcp-node-image=gci
- --gcp-nodes=100
- --gcp-project-type=scalability-project
Expand Down

0 comments on commit f7c57df

Please sign in to comment.