File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
experiment/prowjob-report Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ func ScaledValue(q resource.Quantity, s resource.Scale) int64 {
168168
169169// Testgrid dashboard utils
170170
171- // Primary dashboard aka which is most likely to have more viewers
171+ // PrimaryDashboard aka which is most likely to have more viewers
172172// Choose from: sig-release-.*, or sig-.*, or first in list
173173func PrimaryDashboard (job cfg.JobBase ) string {
174174 dashboardsAnnotation , ok := job .Annotations ["testgrid-dashboards" ]
@@ -193,7 +193,7 @@ func PrimaryDashboard(job cfg.JobBase) string {
193193 return dashboards [0 ]
194194}
195195
196- // Owner dashboard aka who is responsible for maintaining the job
196+ // OwnerDashboard aka who is responsible for maintaining the job
197197// Choose from: sig-(not-release)-*, or sig-release, or first in list
198198func OwnerDashboard (job cfg.JobBase ) string {
199199 dashboardsAnnotation , ok := job .Annotations ["testgrid-dashboards" ]
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ type Step struct {
4444 Args []string
4545}
4646
47- // struct for images/<image>/cloudbuild.yaml
47+ // CloudBuildYAMLFile represeents images/<image>/cloudbuild.yaml
4848// Example: images/alpine/cloudbuild.yaml
4949type CloudBuildYAMLFile struct {
5050 Steps []Step `yaml:"steps"`
You can’t perform that action at this time.
0 commit comments