From f623736a8bae033d7dfaa218aeac9be7c6073953 Mon Sep 17 00:00:00 2001 From: Joep van Delft Date: Wed, 23 Oct 2024 10:47:55 +0200 Subject: [PATCH] RPM to different file per rpm --- rpms/{openshift.yml => openshift.rhel8.yml} | 4 ++-- rpms/openshift.rhel9.yml | 23 +++++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) rename rpms/{openshift.yml => openshift.rhel8.yml} (88%) create mode 100644 rpms/openshift.rhel9.yml diff --git a/rpms/openshift.yml b/rpms/openshift.rhel8.yml similarity index 88% rename from rpms/openshift.yml rename to rpms/openshift.rhel8.yml index b6629a55a9..d49e42f769 100644 --- a/rpms/openshift.yml +++ b/rpms/openshift.rhel8.yml @@ -11,12 +11,12 @@ content: tito_target: aos-{MAJOR}.{MINOR} # Address https://coreos.slack.com/archives/GDBRP5YJH/p1573497720048000 before turning to false push_release_commit: false +distgit: + branch: rhaos-{MAJOR}.{MINOR}-rhel-8 name: openshift owners: - aos-master@redhat.com targets: - rhaos-{MAJOR}.{MINOR}-rhel-8-candidate -- rhaos-{MAJOR}.{MINOR}-rhel-9-candidate hotfix_targets: - rhaos-{MAJOR}.{MINOR}-rhel-8-hotfix -- rhaos-{MAJOR}.{MINOR}-rhel-9-hotfix diff --git a/rpms/openshift.rhel9.yml b/rpms/openshift.rhel9.yml new file mode 100644 index 0000000000..a3fce625df --- /dev/null +++ b/rpms/openshift.rhel9.yml @@ -0,0 +1,23 @@ +content: + source: + specfile: openshift.spec + git: + branch: + target: release-{MAJOR}.{MINOR} + url: git@github.com:openshift-priv/kubernetes.git + web: https://github.com/openshift/kubernetes + build: + use_source_tito_config: false + tito_target: aos-{MAJOR}.{MINOR} + # Address https://coreos.slack.com/archives/GDBRP5YJH/p1573497720048000 before turning to false + push_release_commit: false +distgit: + name: openshift + branch: rhaos-{MAJOR}.{MINOR}-rhel-9 +name: openshift +owners: +- aos-master@redhat.com +targets: +- rhaos-{MAJOR}.{MINOR}-rhel-9-candidate +hotfix_targets: +- rhaos-{MAJOR}.{MINOR}-rhel-9-hotfix