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

Migrate Golang performance job to use community-owned GCS bucket #25296

Merged
merged 1 commit into from
Feb 16, 2022
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
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ periodics:

- interval: 4h
name: ci-golang-tip-k8s-1-23
cluster: k8s-infra-prow-build
tags:
- "perfDashPrefix: golang-tip-k8s-1-23"
- "perfDashJobType: performance"
Expand Down Expand Up @@ -97,7 +98,7 @@ periodics:
- --env=KUBEMARK_SCHEDULER_TEST_ARGS=--profiling --kube-api-qps=200 --kube-api-burst=200
- --env=DEPLOY_GCI_DRIVER=false
- --env=PROMETHEUS_STORAGE_CLASS_PROVISIONER=kubernetes.io/gce-pd
- --extract=gs://k8s-scale-golang-build/ci/latest-1.23.txt
- --extract=gs://k8s-infra-scale-golang-builds/ci/latest-1.23.txt
- --gcp-node-size=e2-standard-8
- --gcp-nodes=50
- --gcp-project-type=scalability-project
Expand All @@ -121,7 +122,7 @@ periodics:
- --test-cmd-name=ClusterLoaderV2
- --timeout=180m
- --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)
env:
- name: CL2_ENABLE_VIOLATIONS_FOR_API_CALL_PROMETHEUS
value: "true"
Expand Down