Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

etcd: remove performance ratio periodic jobs #33425

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
180 changes: 0 additions & 180 deletions config/jobs/etcd/etcd-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -463,183 +463,3 @@ periodics:
privileged: true
nodeSelector:
kubernetes.io/arch: arm64

- name: ci-etcd-performance-ratio-1-128-amd64
interval: 24h
cluster: eks-prow-build-cluster
decorate: true
decoration_config:
timeout: 4h
extra_refs:
- org: etcd-io
repo: etcd
base_ref: main
annotations:
testgrid-dashboards: sig-etcd-periodics
testgrid-tab-name: ci-etcd-performance-ratio-1-128-amd64
spec:
containers:
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20240705-131cd74733-master
command:
- runner.sh
args:
- bash
- -c
- |
set -euo pipefail
make build tools
RATIO_LIST=1/128 ./tools/rw-heatmaps/rw-benchmark.sh
cp result-*.csv "${ARTIFACTS}/result-$(git rev-parse HEAD).csv"
resources:
requests:
cpu: "7"
memory: "4Gi"
limits:
cpu: "7"
memory: "4Gi"
nodeSelector:
kubernetes.io/arch: amd64

- name: ci-etcd-performance-ratio-1-8-amd64
interval: 24h
cluster: eks-prow-build-cluster
decorate: true
decoration_config:
timeout: 10h
extra_refs:
- org: etcd-io
repo: etcd
base_ref: main
annotations:
testgrid-dashboards: sig-etcd-periodics
testgrid-tab-name: ci-etcd-performance-ratio-1-8-amd64
spec:
containers:
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20240705-131cd74733-master
command:
- runner.sh
args:
- bash
- -c
- |
set -euo pipefail
make build tools
RATIO_LIST=1/8 ./tools/rw-heatmaps/rw-benchmark.sh
cp result-*.csv "${ARTIFACTS}/result-$(git rev-parse HEAD).csv"
resources:
requests:
cpu: "7"
memory: "8Gi"
limits:
cpu: "7"
memory: "8Gi"
nodeSelector:
kubernetes.io/arch: amd64

- name: ci-etcd-performance-ratio-1-4-amd64
interval: 24h
cluster: eks-prow-build-cluster
decorate: true
decoration_config:
timeout: 14h
extra_refs:
- org: etcd-io
repo: etcd
base_ref: main
annotations:
testgrid-dashboards: sig-etcd-periodics
testgrid-tab-name: ci-etcd-performance-ratio-1-4-amd64
spec:
containers:
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20240705-131cd74733-master
command:
- runner.sh
args:
- bash
- -c
- |
set -euo pipefail
make build tools
RATIO_LIST=1/4 ./tools/rw-heatmaps/rw-benchmark.sh
cp result-*.csv "${ARTIFACTS}/result-$(git rev-parse HEAD).csv"
resources:
requests:
cpu: "7"
memory: "8Gi"
limits:
cpu: "7"
memory: "8Gi"
nodeSelector:
kubernetes.io/arch: amd64

- name: ci-etcd-performance-ratio-1-2-amd64
interval: 24h
cluster: eks-prow-build-cluster
decorate: true
decoration_config:
timeout: 16h
extra_refs:
- org: etcd-io
repo: etcd
base_ref: main
annotations:
testgrid-dashboards: sig-etcd-periodics
testgrid-tab-name: ci-etcd-performance-ratio-1-2-amd64
spec:
containers:
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20240705-131cd74733-master
command:
- runner.sh
args:
- bash
- -c
- |
set -euo pipefail
make build tools
RATIO_LIST=1/2 ./tools/rw-heatmaps/rw-benchmark.sh
cp result-*.csv "${ARTIFACTS}/result-$(git rev-parse HEAD).csv"
resources:
requests:
cpu: "7"
memory: "10Gi"
limits:
cpu: "7"
memory: "10Gi"
nodeSelector:
kubernetes.io/arch: amd64

- name: ci-etcd-performance-ratio-2-1-amd64
interval: 24h
cluster: eks-prow-build-cluster
decorate: true
decoration_config:
timeout: 16h
extra_refs:
- org: etcd-io
repo: etcd
base_ref: main
annotations:
testgrid-dashboards: sig-etcd-periodics
testgrid-tab-name: ci-etcd-performance-ratio-2-1-amd64
spec:
containers:
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20240705-131cd74733-master
command:
- runner.sh
args:
- bash
- -c
- |
set -euo pipefail
make build tools
RATIO_LIST=2/1 ./tools/rw-heatmaps/rw-benchmark.sh
cp result-*.csv "${ARTIFACTS}/result-$(git rev-parse HEAD).csv"
resources:
requests:
cpu: "7"
memory: "10Gi"
limits:
cpu: "7"
memory: "10Gi"
nodeSelector:
kubernetes.io/arch: amd64