Skip to content

Commit c6d2a67

Browse files
authored
Merge pull request #34793 from dims/testing-latest-kubernetes-master-with-go-tip
Testing latest kubernetes master with gotip
2 parents 9264efb + ea677f6 commit c6d2a67

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

config/jobs/kubernetes/sig-scalability/sig-scalability-golang.yaml

+4-7
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ periodics:
1616
clone_uri: https://go.googlesource.com/go
1717
- org: kubernetes
1818
repo: kubernetes
19-
base_sha: 9f01cd7b28fdbc8a1ceb9ec371fd817551659ee5 # head of master branch as of 2024-09-05
2019
base_ref: master
2120
path_alias: k8s.io/kubernetes
2221
- org: kubernetes
@@ -25,7 +24,6 @@ periodics:
2524
path_alias: k8s.io/perf-tests
2625
- org: kubernetes
2726
repo: release
28-
base_sha: 75a8e7ef8b22fe41525d28c1818384aab795f145 # head of master branch as of 2024-09-05
2927
base_ref: master
3028
path_alias: k8s.io/release
3129
annotations:
@@ -53,10 +51,10 @@ periodics:
5351
memory: "16Gi"
5452

5553
- interval: 24h
56-
name: ci-golang-tip-k8s-1-23
54+
name: ci-golang-tip-k8s-master
5755
cluster: k8s-infra-prow-build
5856
tags:
59-
- "perfDashPrefix: golang-tip-k8s-1-23"
57+
- "perfDashPrefix: golang-tip-k8s-master"
6058
- "perfDashJobType: performance"
6159
- "perfDashBuildsCount: 500"
6260
labels:
@@ -74,13 +72,12 @@ periodics:
7472
- org: kubernetes
7573
repo: perf-tests
7674
base_ref: master
77-
base_sha: 6f93c89d2bf3e6f18d621bc264091b6842967c61 # head of perf-tests' master as of 2021-10-18
7875
path_alias: k8s.io/perf-tests
7976
annotations:
8077
testgrid-alert-email: kubernetes-sig-scale@googlegroups.com, kubernetes-scalability-tickets@google.com, go-kubernetes-scalability-tickets@googlegroups.com
8178
testgrid-dashboards: sig-scalability-golang
8279
testgrid-num-failures-to-alert: "3"
83-
testgrid-tab-name: golang-tip-k8s-1-23
80+
testgrid-tab-name: golang-tip-k8s-master
8481
spec:
8582
containers:
8683
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250513-98d205aae3-master
@@ -94,7 +91,7 @@ periodics:
9491
- --env=KUBEMARK_SCHEDULER_TEST_ARGS=--authorization-always-allow-paths=/healthz,/readyz,/livez,/metrics --profiling --contention-profiling --kube-api-qps=200 --kube-api-burst=200
9592
- --env=DEPLOY_GCI_DRIVER=false
9693
- --env=PROMETHEUS_STORAGE_CLASS_PROVISIONER=kubernetes.io/gce-pd
97-
- --extract=gs://k8s-infra-scale-golang-builds/ci/latest-1.23.txt
94+
- --extract=gs://k8s-infra-scale-golang-builds/ci/latest.txt
9895
- --gcp-master-size=n2-standard-4
9996
- --gcp-node-size=e2-standard-8
10097
- --gcp-nodes=50

0 commit comments

Comments
 (0)