Skip to content

ART-18509: skip blocker bug check for inherited targeted-fix assemblies - #2

Closed
fgallott wants to merge 1 commit into
art-18508from
art-18509
Closed

ART-18509: skip blocker bug check for inherited targeted-fix assemblies#2
fgallott wants to merge 1 commit into
art-18508from
art-18509

Conversation

@fgallott

Copy link
Copy Markdown
Owner

Summary

  • When an assembly has basis.assembly (inherited) and issues.include set, it is a targeted fix (e.g. CVE). Unrelated blocker bugs should not block such releases.
  • The blocker check is skipped entirely in both prepare-release-konflux and promote pipelines.
  • Uses assembly_basis() and assembly_own_issues_config() from artcommonlib to read assembly state via shared functions.

Stacked on openshift-eng#2914 (ART-18508).

Jira: https://issues.redhat.com/browse/ART-18509

Test plan

  • uv run pytest pyartcd/tests/pipelines/test_prepare_release_konflux.py pyartcd/tests/pipelines/test_promote.py -v
  • make unit && make lint

🤖 Generated with Claude Code

…semblies

When an assembly has basis.assembly (inherited) and issues.include set,
it is a targeted fix (e.g. CVE). Unrelated blocker bugs should not block
such releases. The blocker check is skipped entirely in both
prepare-release-konflux and promote pipelines.

Uses assembly_basis() and assembly_own_issues_config() from artcommonlib
to read assembly state via shared functions.

rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED
@fgallott fgallott closed this May 18, 2026
@fgallott
fgallott deleted the art-18509 branch May 18, 2026 12:06
@fgallott
fgallott restored the art-18509 branch May 18, 2026 12:06
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.

1 participant