Skip to content

Commit fcc1b1c

Browse files
authored
Merge pull request #33924 from Rajalakshmi-Girish/edit-config-rotator
Update of testgrid annotations by config-rotator
2 parents 0b4459c + f0f0370 commit fcc1b1c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

releng/config-rotator/main.go

+5
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ func updateEverything(c *config.JobConfig, old, new string) {
119119
}
120120
}
121121
}
122+
for k, v := range p.Annotations {
123+
if k == "testgrid-tab-name" || k == "testgrid-dashboards" {
124+
p.Annotations[k] = updateString(v, old, new)
125+
}
126+
}
122127
for j := range p.Tags {
123128
p.Tags[j] = updateString(p.Tags[j], old, new)
124129
}

0 commit comments

Comments
 (0)