ROX-34722: Switch to periodic konflux retest - #22554
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. 📝 WalkthroughSummary by CodeRabbit
WalkthroughThe Konflux retest workflow now runs every 10 minutes or through manual dispatch. It calls the periodic retest workflow, adds read permissions, and uses the ChangesKonflux Retest Scheduling
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This localized workflow change is merge-ready after normal checks and review; no actionable merge-blocking risk remains. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) Full details: Description checkExplanation The description follows the required template, explains the change, addresses documentation, records testing status, and links to validation results. Several checklist items remain unchecked, but the description is sufficiently complete for this workflow-only change. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #22554 +/- ##
==========================================
- Coverage 51.42% 51.38% -0.05%
==========================================
Files 2876 2876
Lines 180446 180446
==========================================
- Hits 92799 92720 -79
- Misses 79560 79615 +55
- Partials 8087 8111 +24
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
🚀 Build Images ReadyImages are ready for commit 01ceed5. To use with deploy scripts: export MAIN_IMAGE_TAG=5.0.x-136-g01ceed5a96 |
|
/konflux-retest operator-on-push |
| contains(github.event.check_run.pull_requests[0].url, format('/repos/{0}/pulls/', github.repository)) | ||
| uses: stackrox/actions/.github/workflows/retest-konflux-builds.yml@9238e423c3ae1ac4eb0f254cbb98da9daae24d86 # ratchet: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 |
There was a problem hiding this comment.
I think this needs to be the full SHA
| 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@f4660e8ce6bd7558e782e8e7cd26bad8cfbb6b9f # ratchet:stackrox/actions/.github/workflows/periodic-retest-konflux-builds.yml@v1 |
Description
Updates the Konflux retest process to run periodically, with the goal of optimizing GitHub Actions invocations.
User-facing documentation
Testing and quality
Automated testing
How I validated my change
test: https://github.com/stackrox/test-konflux-repo/pull/5