Skip to content

fix imports#2492

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift-eng:mainfrom
fgallott:fix-imports
Feb 13, 2026
Merged

fix imports#2492
openshift-merge-bot[bot] merged 1 commit intoopenshift-eng:mainfrom
fgallott:fix-imports

Conversation

@fgallott
Copy link
Contributor

fixes #2483

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 13, 2026

Walkthrough

The module's public API is expanded by importing 38 pipeline components from pyartcd.pipelines and 5 scheduled pipeline functions from pyartcd.pipelines.scheduled, then exposing them through __all__ for convenient module-level access.

Changes

Cohort / File(s) Summary
Pipeline API Exports
pyartcd/pyartcd/__main__.py
Added imports for 38 pipeline components (advisory_drop, art_notify, brew_scan_osh, build_fbc, build_merged_fbc, build_microshift, build_microshift_bootc, build_oadp, build_plashets, build_rhcos, build_sync, build_sync_multi, check_bugs, cleanup_locks, fbc_import_from_index, gen_assembly, images_health, oadp_scan_konflux, ocp, ocp4_konflux, ocp4_scan, ocp4_scan_konflux, okd, okd_images_health, olm_bundle, olm_bundle_konflux, operator_sdk_sync, prepare_release, prepare_release_konflux, promote, quay_doomsday_backup, rebuild, rebuild_golang_rpms, release_from_fbc, review_cvp, scan_fips, scan_for_kernel_bugs, scan_plashet_rpms, sigstore_sign, sync_rhcos_bfb, tag_rpms, tarball_sources, update_golang) and 5 scheduled functions (schedule_build_sync_multi, schedule_oadp_scan, schedule_ocp4_scan, schedule_ocp4_scan_konflux, schedule_scan_plashet_rpms); updated __all__ list to reflect new exports.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

No actionable comments were generated in the recent review. 🎉

🧹 Recent nitpick comments
pyartcd/pyartcd/__main__.py (1)

57-106: Consider sorting __all__ to satisfy Ruff (RUF022).

Keeps static analysis clean and makes export changes easier to review.


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

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 13, 2026

@fgallott: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/security ce242a6 link false /test security

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Copy link
Contributor

@joepvd joepvd left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Feb 13, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 13, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: joepvd

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 13, 2026
@openshift-merge-bot openshift-merge-bot bot merged commit 6b240f7 into openshift-eng:main Feb 13, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants