Skip to content

Commit

Permalink
Merge pull request #9946 from mildas/centos_profiles_all
Browse files Browse the repository at this point in the history
Build all profiles on all CentOS and CentOS Streams
  • Loading branch information
matusmarhefka authored Dec 12, 2022
2 parents 04caa90 + f4bfcef commit 4300b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-scripts/enable_derivatives.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ def main():
raise RuntimeError("No Benchmark found!")

for namespace, benchmark in benchmarks:
if args[1] != "cs9" and args[1] != "centos8":
# In CentOS Stream 8 and 9, profiles are kept because they are systems
if args[1] != "cs9" and not args[1].startswith("centos"):
# In all CentOS and CentOS Streams, profiles are kept because they are systems
# intended to test content that will get into RHEL
ssg.build_derivatives.profile_handling(benchmark, namespace)
if not ssg.build_derivatives.add_cpes(benchmark, namespace, mapping):
Expand Down

0 comments on commit 4300b3e

Please sign in to comment.