From 00c2b1ade4b81c66e05c7c578567ad78a7bcc4e9 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurlov Date: Thu, 19 Feb 2026 12:20:54 +0100 Subject: [PATCH] Add konflux-retest alias --- .tekton/scanner-build.yaml | 1 + .tekton/scanner-db-build.yaml | 1 + .tekton/scanner-db-slim-build.yaml | 1 + .tekton/scanner-slim-build.yaml | 1 + 4 files changed, 4 insertions(+) diff --git a/.tekton/scanner-build.yaml b/.tekton/scanner-build.yaml index 8e13de444..ab4b3e107 100644 --- a/.tekton/scanner-build.yaml +++ b/.tekton/scanner-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 scanner-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/.*)$")) diff --git a/.tekton/scanner-db-build.yaml b/.tekton/scanner-db-build.yaml index ea43f6c7b..50183883c 100644 --- a/.tekton/scanner-db-build.yaml +++ b/.tekton/scanner-db-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 scanner-db-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/.*)$")) diff --git a/.tekton/scanner-db-slim-build.yaml b/.tekton/scanner-db-slim-build.yaml index 3fd222eae..c539a3d65 100644 --- a/.tekton/scanner-db-slim-build.yaml +++ b/.tekton/scanner-db-slim-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 scanner-db-slim-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/.*)$")) diff --git a/.tekton/scanner-slim-build.yaml b/.tekton/scanner-slim-build.yaml index e486fd645..d959ecb08 100644 --- a/.tekton/scanner-slim-build.yaml +++ b/.tekton/scanner-slim-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 scanner-slim-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/.*)$"))