Skip to content

Commit b21a1d3

Browse files
authored
Merge pull request #35169 from alvaroaleman/retest-required
Automated retesting: Only trigger required jobs
2 parents 5496e63 + 3d3c567 commit b21a1d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/jobs/kubernetes/sig-k8s-infra/trusted/sig-contribex-k8s-triage-robot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ periodics:
257257
annotations:
258258
testgrid-dashboards: sig-contribex-k8s-triage-robot
259259
testgrid-tab-name: retester
260-
description: Automatically /retest for approved PRs that are failing tests
260+
description: Automatically /retest-required for approved PRs that are failing tests
261261
spec:
262262
containers:
263263
- image: gcr.io/k8s-staging-test-infra/commenter:v20250922-af75983448
@@ -304,7 +304,7 @@ periodics:
304304
- Prevent this bot from retesting with `/lgtm cancel` or `/hold`
305305
- Help make our tests less flaky by following our [Flaky Tests Guide][1]
306306
307-
/retest
307+
/retest-required
308308
309309
[1]: https://git.k8s.io/community/contributors/devel/sig-testing/flaky-tests.md
310310
- --template

0 commit comments

Comments
 (0)