From 420abdbdcb6a81166fdfda6d376902543482f3db Mon Sep 17 00:00:00 2001 From: Aleksandr Kurlov Date: Tue, 3 Mar 2026 16:51:58 +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 a982073ad..9a652f3fa 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 c71d01b55..d046b978e 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 e7b4f96e9..37b8ae530 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 def26a2d3..53207ed30 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/.*)$"))