Skip to content

Commit

Permalink
sig-scalability: migrate some e2e tests
Browse files Browse the repository at this point in the history
Ref: kubernetes/perf-tests#1898

Migrate:
- ci-kubernetes-e2e-gce-network-metric-measurement
- ci-kubernetes-e2e-gci-gce-scalability-networkpolicies

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
  • Loading branch information
ameukam committed Oct 21, 2021
1 parent 4a8ff83 commit 9832713
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ periodics:
- --use-logexporter
- --logexporter-gcs-path=gs://sig-scalability-logs/$(JOB_NAME)/$(BUILD_ID)

- interval: 6h
name: ci-kubernetes-e2e-gci-gce-scalability-networkpolicies
- name: ci-kubernetes-e2e-gci-gce-scalability-networkpolicies
cluster: k8s-infra-prow-build
interval: 6h
tags:
- "perfDashPrefix: networkpolicies"
- "perfDashJobType: networkpolicies"
Expand Down Expand Up @@ -115,7 +116,14 @@ periodics:
- --test-cmd-name=ClusterLoaderV2
- --timeout=120m
- --use-logexporter
- --logexporter-gcs-path=gs://sig-scalability-logs/$(JOB_NAME)/$(BUILD_ID)
- --logexporter-gcs-path=gs://k8s-infra-scalability-tests-logs/$(JOB_NAME)/$(BUILD_ID)
resources:
limits:
cpu: 2
memory: "6Gi"
requests:
cpu: 2
memory: "6Gi"

# Experimental job confirming that node killer works. Fork of ci-kubernetes-e2e-gci-gce-scalability.
# To be removed after Chaos Monkey flags are enabled in ci-kubernetes-e2e-gci-gce-scalability
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,7 @@ periodics:
cpu: 1
memory: "2Gi"
- name: ci-kubernetes-e2e-gce-network-metric-measurement
cluster: k8s-infra-prow-build
tags:
- "perfDashPrefix: network-performance"
- "perfDashJobType: performance"
Expand Down

0 comments on commit 9832713

Please sign in to comment.