Skip to content

Commit 3d3c567

Browse files
committed
Automated retesting: Only trigger required jobs
The job is intended to trigger required tests that flake, however it currently triggers all tests, including optional ones that might not be stable. Update it to use `/retest-required` so only mandatory jobs get triggered.
1 parent c87b3c2 commit 3d3c567

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
@@ -255,7 +255,7 @@ periodics:
255255
annotations:
256256
testgrid-dashboards: sig-contribex-k8s-triage-robot
257257
testgrid-tab-name: retester
258-
description: Automatically /retest for approved PRs that are failing tests
258+
description: Automatically /retest-required for approved PRs that are failing tests
259259
spec:
260260
containers:
261261
- image: gcr.io/k8s-staging-test-infra/commenter:v20250306-095fc63a16
@@ -302,7 +302,7 @@ periodics:
302302
- Prevent this bot from retesting with `/lgtm cancel` or `/hold`
303303
- Help make our tests less flaky by following our [Flaky Tests Guide][1]
304304
305-
/retest
305+
/retest-required
306306
307307
[1]: https://git.k8s.io/community/contributors/devel/sig-testing/flaky-tests.md
308308
- --template

0 commit comments

Comments
 (0)