Skip to content

Commit

Permalink
Migrate scalability 100 nodes job to pod-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
tosi3k committed Mar 10, 2021
1 parent 86ab88c commit cf49cf4
Showing 1 changed file with 18 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,18 @@ periodics:
preset-e2e-scalability-common: "true"
preset-e2e-scalability-periodics: "true"
preset-e2e-scalability-periodics-master: "true"
decorate: true
decoration_config:
timeout: 140m
extra_refs:
- org: kubernetes
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
- org: kubernetes
repo: perf-tests
base_ref: master
path_alias: k8s.io/perf-test
annotations:
fork-per-release: "true"
fork-per-release-cron: 0 */6 * * *, 0 0/12 * * *, 0 4-16/12 * * *, 0 8-20/12 * * *
Expand All @@ -146,13 +158,10 @@ periodics:
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210302-a6bf478-master
command:
- runner.sh
- /workspace/scenarios/kubernetes_e2e.py
args:
- --timeout=140
- --repo=k8s.io/kubernetes=master
- --repo=k8s.io/perf-tests=master
- --root=/go/src
- --scenario=kubernetes_e2e
- --
- --check-leaked-resources
- --cluster=e2e-big
- --extract=ci/latest-fast
Expand All @@ -166,11 +175,12 @@ periodics:
- --env=CL2_ENABLE_DNS_PROGRAMMING=true
- --env=CL2_SCHEDULER_THROUGHPUT_THRESHOLD=0
- --env=CL2_ENABLE_HUGE_SERVICES=true
- --env=DUMP_TO_GCS_ONLY=true
- --test=false
- --test-cmd=$GOPATH/src/k8s.io/perf-tests/run-e2e.sh
- --test-cmd-args=cluster-loader2
- --test-cmd-args=--experimental-gcp-snapshot-prometheus-disk=true
- --test-cmd-args=--experimental-prometheus-disk-snapshot-name=${JOB_NAME}-${BUILD_ID}
- --test-cmd-args=--experimental-prometheus-disk-snapshot-name=$(JOB_NAME)-$(BUILD_ID)
- --test-cmd-args=--nodes=100
- --test-cmd-args=--prometheus-scrape-node-exporter
- --test-cmd-args=--provider=gce
Expand All @@ -186,6 +196,7 @@ periodics:
- --test-cmd-name=ClusterLoaderV2
- --timeout=120m
- --use-logexporter
- --logexporter-gcs-path=gs://sig-scalability-logs/$(JOB_NAME)/$(BUILD_ID)
resources:
requests:
cpu: 2
Expand Down

0 comments on commit cf49cf4

Please sign in to comment.