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-11059: 4.18: Get ready for RCs #5690

Merged
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ csv_namespace: openshift

# whether and how to check if all buildroots have consistent versions of golang compilers (rpm build only)
# "x.y" (default): only major and minor version; "exact": the z-version must be the same; "no": do not check
check_golang_versions: "x.y"
check_golang_versions: exact

# Until feature freeze, prefer to use the golang builder that the upstream CI build is using
# if different from what ART has configured, encouraging deliberate transitioning.
Expand All @@ -535,7 +535,7 @@ canonical_builders_from_upstream: True
# If it will ship via errata (state=release), we want to build signed.
# For early access without an errata (state=pre-release), that is not required
software_lifecycle:
phase: pre-release
phase: release

external_scanners:
sast_scanning:
Expand Down
6 changes: 0 additions & 6 deletions releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,6 @@ releases:
permits:
- code: OUTDATED_RPMS_IN_STREAM_BUILD
component: '*'
- code: CONFLICTING_GROUP_RPM_INSTALLED
component: rhcos
- code: CONFLICTING_GROUP_RPM_INSTALLED
component: openshift-clients
- code: CONFLICTING_GROUP_RPM_INSTALLED
component: local-storage-mustgather
members:
images:
- distgit_key: '*'
Expand Down
Loading