Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/konflux-auto-retest.yml
Original file line number Diff line number Diff line change
@@ -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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't have auto-updates of GH actions in this repo ATM. So we either change this to follow @v1 or we let the RIT team know so they can put it together.

Just because I know what the follow-up question will be, we don't have this because I tried to have MintMaker do the updates and it was broken (context) and didn't want to add a separate bot for updates. If the RIT team is up to help with the repo, I'm OK with dependabot being added.

permissions:
pull-requests: write
issues: write

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is issues: write needed? Isn't this something that work on PRs only?

checks: read
contents: read
with:
max_retries: 3
retest_command: '/konflux-retest'
Loading