@@ -16,7 +16,6 @@ periodics:
16
16
clone_uri : https://go.googlesource.com/go
17
17
- org : kubernetes
18
18
repo : kubernetes
19
- base_sha : 9f01cd7b28fdbc8a1ceb9ec371fd817551659ee5 # head of master branch as of 2024-09-05
20
19
base_ref : master
21
20
path_alias : k8s.io/kubernetes
22
21
- org : kubernetes
@@ -25,7 +24,6 @@ periodics:
25
24
path_alias : k8s.io/perf-tests
26
25
- org : kubernetes
27
26
repo : release
28
- base_sha : 75a8e7ef8b22fe41525d28c1818384aab795f145 # head of master branch as of 2024-09-05
29
27
base_ref : master
30
28
path_alias : k8s.io/release
31
29
annotations :
@@ -53,10 +51,10 @@ periodics:
53
51
memory : " 16Gi"
54
52
55
53
- interval : 24h
56
- name : ci-golang-tip-k8s-1-23
54
+ name : ci-golang-tip-k8s-master
57
55
cluster : k8s-infra-prow-build
58
56
tags :
59
- - " perfDashPrefix: golang-tip-k8s-1-23 "
57
+ - " perfDashPrefix: golang-tip-k8s-master "
60
58
- " perfDashJobType: performance"
61
59
- " perfDashBuildsCount: 500"
62
60
labels :
@@ -74,13 +72,12 @@ periodics:
74
72
- org : kubernetes
75
73
repo : perf-tests
76
74
base_ref : master
77
- base_sha : 6f93c89d2bf3e6f18d621bc264091b6842967c61 # head of perf-tests' master as of 2021-10-18
78
75
path_alias : k8s.io/perf-tests
79
76
annotations :
80
77
testgrid-alert-email : kubernetes-sig-scale@googlegroups.com, kubernetes-scalability-tickets@google.com, go-kubernetes-scalability-tickets@googlegroups.com
81
78
testgrid-dashboards : sig-scalability-golang
82
79
testgrid-num-failures-to-alert : " 3"
83
- testgrid-tab-name : golang-tip-k8s-1-23
80
+ testgrid-tab-name : golang-tip-k8s-master
84
81
spec :
85
82
containers :
86
83
- image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250513-98d205aae3-master
@@ -94,7 +91,7 @@ periodics:
94
91
- --env=KUBEMARK_SCHEDULER_TEST_ARGS=--authorization-always-allow-paths=/healthz,/readyz,/livez,/metrics --profiling --contention-profiling --kube-api-qps=200 --kube-api-burst=200
95
92
- --env=DEPLOY_GCI_DRIVER=false
96
93
- --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
98
95
- --gcp-master-size=n2-standard-4
99
96
- --gcp-node-size=e2-standard-8
100
97
- --gcp-nodes=50
0 commit comments