Skip to content

Add periodic konflux retest - #1630

Open
kurlov wants to merge 1 commit into
mainfrom
akurlov/ROX-34722-add-periodic-konflux-retest
Open

Add periodic konflux retest#1630
kurlov wants to merge 1 commit into
mainfrom
akurlov/ROX-34722-add-periodic-konflux-retest

Conversation

@kurlov

@kurlov kurlov commented Sep 1, 2026

Copy link
Copy Markdown
Member

Description

Updates the Konflux retest process to run periodically, with the goal of optimizing GitHub Actions invocations.

Checklist

  • Patch has a change log entry OR does not need one.
  • Investigated and inspected CI test results
  • Updated documentation accordingly

Automated testing

  • Added unit tests
  • Added integration tests
  • Added regression tests

If any of these don't apply, please comment below.

Testing Performed

test: https://github.com/stackrox/test-konflux-repo/pull/5

@kurlov
kurlov requested a review from a team as a code owner September 1, 2026 13:08
@coderabbitai

coderabbitai Bot commented Sep 1, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Team

Run ID: 014078f9-1153-4d18-9ed3-2ade88f4fa09


Comment @coderabbitai help to get the list of available commands.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 33.20%. Comparing base (898e424) to head (1ca41be).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1630   +/-   ##
=======================================
  Coverage   33.20%   33.20%           
=======================================
  Files          22       22           
  Lines        3499     3499           
  Branches     3499     3499           
=======================================
  Hits         1162     1162           
  Misses       2332     2332           
  Partials        5        5           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.


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.

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

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants