From 1ca41beb91d2f7eda948231749e55af3131430bd Mon Sep 17 00:00:00 2001 From: Aleksandr Kurlov Date: Tue, 1 Sep 2026 15:06:42 +0200 Subject: [PATCH] Add periodic konflux retest --- .github/workflows/konflux-auto-retest.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/konflux-auto-retest.yml diff --git a/.github/workflows/konflux-auto-retest.yml b/.github/workflows/konflux-auto-retest.yml new file mode 100644 index 00000000..23718e70 --- /dev/null +++ b/.github/workflows/konflux-auto-retest.yml @@ -0,0 +1,18 @@ +name: Periodic Retest Failed Konflux Builds + +on: + schedule: + - cron: '5,15,25,35,45,55 * * * *' + workflow_dispatch: + +jobs: + retest: + uses: stackrox/actions/.github/workflows/periodic-retest-konflux-builds.yml@f4660e8 # ratchet:stackrox/actions/.github/workflows/periodic-retest-konflux-builds.yml@v1 + permissions: + pull-requests: write + issues: write + checks: read + contents: read + with: + max_retries: 3 + retest_command: '/konflux-retest'