Skip to content

WIP Misha/try switch to action#19303

Draft
msugakov wants to merge 12 commits intomasterfrom
misha/try-switch-to-action
Draft

WIP Misha/try switch to action#19303
msugakov wants to merge 12 commits intomasterfrom
misha/try-switch-to-action

Conversation

@msugakov
Copy link
Contributor

@msugakov msugakov commented Mar 5, 2026

Modified #19291

@openshift-ci
Copy link

openshift-ci bot commented Mar 5, 2026

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey - I've left some high level feedback:

  • This workflow runs on pull_request and uses repository secrets (INFRA_TOKEN, Quay credentials, GCP account), which won’t be available for PRs from forks and might break those runs; consider either scoping the trigger to trusted branches or using a different event (e.g. pull_request_target with appropriate safety checks) for external contributors.
  • The INFRA_TOKEN is set as a job-level environment variable but also passed explicitly to create-cluster; if it isn’t used elsewhere in the job, you can remove the redundant env: INFRA_TOKEN definition to reduce confusion.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- This workflow runs on `pull_request` and uses repository secrets (`INFRA_TOKEN`, Quay credentials, GCP account), which won’t be available for PRs from forks and might break those runs; consider either scoping the trigger to trusted branches or using a different event (e.g. `pull_request_target` with appropriate safety checks) for external contributors.
- The `INFRA_TOKEN` is set as a job-level environment variable but also passed explicitly to `create-cluster`; if it isn’t used elsewhere in the job, you can remove the redundant `env: INFRA_TOKEN` definition to reduce confusion.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@rhacs-bot
Copy link
Contributor

rhacs-bot commented Mar 5, 2026

Images are ready for the commit at ac5334f.

To use with deploy scripts, first export MAIN_IMAGE_TAG=4.11.x-246-gac5334f78b.

@msugakov msugakov force-pushed the misha/try-switch-to-action branch 3 times, most recently from 967d0e0 to b8038da Compare March 5, 2026 09:53
@msugakov msugakov force-pushed the misha/try-switch-to-action branch from b8038da to c36129d Compare March 5, 2026 09:58
@codecov
Copy link

codecov bot commented Mar 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 49.62%. Comparing base (141b82d) to head (ac5334f).
⚠️ Report is 10 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #19303   +/-   ##
=======================================
  Coverage   49.62%   49.62%           
=======================================
  Files        2680     2680           
  Lines      202195   202231   +36     
=======================================
+ Hits       100332   100367   +35     
+ Misses      94386    94379    -7     
- Partials     7477     7485    +8     
Flag Coverage Δ
go-unit-tests 49.62% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants