Skip to content

Commit

Permalink
Move kubemark-5k and manual scale jobs to new scalability project
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamjvs committed Aug 28, 2017
1 parent a817404 commit 81a2e41
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 81a2e41

Please sign in to comment.