Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ART-11432: 4.19: Do not yet open reconciliation prs #5723

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,12 @@ check_golang_versions: "x.y"
# If set to True, it will honor the image's config
canonical_builders_from_upstream: True

# This is a toggle to allow streams prs to not yet be opened. This can be useful when golang
# builders are not yet set up correctly for the release at branch cut time, and we want to limit
# the churn.
reconciliation_prs:
enabled: false

# To decide whether to build and use signed RPMs, and to decide if a strict bug validation flow is necessary.
# Possible values are defined here: https://github.com/openshift-eng/art-tools/blob/main/artcommon/artcommonlib/release_util.py#L55-L59
# At the moment of writing this comment, there are:
Expand Down
Loading