From 0328ce28668e958e12f1834e7e6b31c5118c0db8 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurlov Date: Tue, 3 Mar 2026 16:16:17 +0100 Subject: [PATCH 1/2] Add on-comment trigger for konflux-retest --- .tekton/collector-build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.tekton/collector-build.yaml b/.tekton/collector-build.yaml index 34801388b8..f15a2988c1 100644 --- a/.tekton/collector-build.yaml +++ b/.tekton/collector-build.yaml @@ -8,6 +8,7 @@ metadata: build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/max-keep-runs: "500" + pipelinesascode.tekton.dev/on-comment: "/konflux-retest fact-on-push" pipelinesascode.tekton.dev/on-cel-expression: | (event == "pull_request" && body.action != "ready_for_review") || ( event == "push" && target_branch.matches("^(master|release-.*|refs/tags/.*)$") From f329ec26f441a776c39699656d36a9dbcfe1f716 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurlov Date: Tue, 3 Mar 2026 16:17:10 +0100 Subject: [PATCH 2/2] Update comment trigger for collector build --- .tekton/collector-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/collector-build.yaml b/.tekton/collector-build.yaml index f15a2988c1..059099fd37 100644 --- a/.tekton/collector-build.yaml +++ b/.tekton/collector-build.yaml @@ -8,7 +8,7 @@ metadata: build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/max-keep-runs: "500" - pipelinesascode.tekton.dev/on-comment: "/konflux-retest fact-on-push" + pipelinesascode.tekton.dev/on-comment: "/konflux-retest collector-on-push" pipelinesascode.tekton.dev/on-cel-expression: | (event == "pull_request" && body.action != "ready_for_review") || ( event == "push" && target_branch.matches("^(master|release-.*|refs/tags/.*)$")