From b33cec12b07f78b1177e3c783c7ef4a0d31a3cbe Mon Sep 17 00:00:00 2001 From: Aleksandr Kurlov Date: Tue, 1 Sep 2026 14:59:42 +0200 Subject: [PATCH 1/2] Switch to periodic konflux retest --- .github/workflows/konflux-auto-retest.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/konflux-auto-retest.yml b/.github/workflows/konflux-auto-retest.yml index f0ecb4cfc..23718e702 100644 --- a/.github/workflows/konflux-auto-retest.yml +++ b/.github/workflows/konflux-auto-retest.yml @@ -1,17 +1,18 @@ -name: Retest Konflux Builds +name: Periodic Retest Failed Konflux Builds on: - check_run: - types: [completed] - pull_request: - types: [synchronize] + schedule: + - cron: '5,15,25,35,45,55 * * * *' + workflow_dispatch: jobs: - retest-failed-builds: - uses: stackrox/actions/.github/workflows/retest-konflux-builds.yml@v1 + 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 - check_name_suffix: '-on-push' + retest_command: '/konflux-retest' From 4b05bcaa3df8a9cda06cb199a283c4c35bc916ab Mon Sep 17 00:00:00 2001 From: Aleksandr Kurlov Date: Mon, 7 Sep 2026 16:39:08 +0200 Subject: [PATCH 2/2] Fix version --- .github/workflows/konflux-auto-retest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/konflux-auto-retest.yml b/.github/workflows/konflux-auto-retest.yml index 23718e702..b4cc8f8bd 100644 --- a/.github/workflows/konflux-auto-retest.yml +++ b/.github/workflows/konflux-auto-retest.yml @@ -7,7 +7,7 @@ on: jobs: retest: - uses: stackrox/actions/.github/workflows/periodic-retest-konflux-builds.yml@f4660e8 # ratchet:stackrox/actions/.github/workflows/periodic-retest-konflux-builds.yml@v1 + uses: stackrox/actions/.github/workflows/periodic-retest-konflux-builds.yml@v1 permissions: pull-requests: write issues: write