Skip to content

Commit

Permalink
Merge pull request #4209 from shyamjvs/use-new-scale-porject
Browse files Browse the repository at this point in the history
Move kubemark-5k and manual scale jobs to new scalability project
  • Loading branch information
shyamjvs authored Aug 28, 2017
2 parents a817404 + 81a2e41 commit a062a81
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions jobs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2516,8 +2516,8 @@
"--env-file=jobs/env/ci-kubernetes-e2e-gce-large-manual-up.env",
"--env-file=jobs/env/ci-kubernetes-e2e-gce-large-manual-down.env",
"--extract=ci/latest",
"--gcp-project=kubernetes-scale",
"--gcp-zone=us-central1-b",
"--gcp-project=k8s-scale-testing",
"--gcp-zone=us-east1-a",
"--mode=docker",
"--provider=gce",
"--test=false",
Expand All @@ -2535,8 +2535,8 @@
"--down=false",
"--env-file=jobs/env/ci-kubernetes-e2e-gce-large-manual-up.env",
"--extract=ci/latest",
"--gcp-project=kubernetes-scale",
"--gcp-zone=us-central1-b",
"--gcp-project=k8s-scale-testing",
"--gcp-zone=us-east1-a",
"--mode=docker",
"--provider=gce",
"--test_args=--ginkgo.focus=\\[Feature:Empty\\] --allowed-not-ready-nodes=10 --node-schedulable-timeout=60m",
Expand Down Expand Up @@ -6814,7 +6814,7 @@
"--extract=ci/latest",
"--gcp-cloud-sdk=gs://cloud-sdk-testing/ci/staging",
"--gcp-node-image=gci",
"--gcp-project=kubernetes-scale",
"--gcp-project=k8s-scale-testing",
"--gcp-zone=us-east1-a",
"--gke-create-command=container clusters create --quiet --max-nodes-per-pool=1000",
"--gke-environment=staging",
Expand Down Expand Up @@ -6858,7 +6858,7 @@
"--extract=ci/latest",
"--gcp-cloud-sdk=gs://cloud-sdk-testing/ci/staging",
"--gcp-node-image=container_vm",
"--gcp-project=kubernetes-scale",
"--gcp-project=k8s-scale-testing",
"--gcp-zone=us-east1-a",
"--gke-create-command=container clusters create --quiet --max-nodes-per-pool=1000",
"--gke-environment=staging",
Expand Down Expand Up @@ -9135,8 +9135,8 @@
"--env-file=jobs/platform/gce.env",
"--env-file=jobs/env/ci-kubernetes-kubemark-gce-scale.env",
"--extract=ci/latest",
"--gcp-project=kubernetes-scale",
"--gcp-zone=us-central1-b",
"--gcp-project=k8s-scale-testing",
"--gcp-zone=us-east1-a",
"--kubemark",
"--kubemark-master-size=n1-standard-64",
"--kubemark-nodes=5000",
Expand Down

0 comments on commit a062a81

Please sign in to comment.