Skip to content

Commit

Permalink
[ISV-4253] Script to automate catalog promotion (#679)
Browse files Browse the repository at this point in the history
* [ISV-4253] Script to automate catalog promotion
  • Loading branch information
mantomas committed Jul 10, 2024
1 parent 0df4e71 commit 0689460
Show file tree
Hide file tree
Showing 4 changed files with 498 additions and 3 deletions.
2 changes: 2 additions & 0 deletions fbc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ OPERATOR_CATALOG_TEMPLATE_DIR = ${PDW}/catalog-templates

# A list of OCP versions to generate catalogs for
# This list can be customized to include the versions that are relevant to the operator
# DO NOT change this line (except for the versions) if you want to take advantage
# of the automated catalog promotion
OCP_VERSIONS=$(shell echo "v4.12 v4.13 v4.14 v4.15 v4.16" )


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def open_pr( # pylint: disable=too-many-arguments
github_api_url (str): Github API URL
repo_name (str): Repository name where the PR will be open
head (str): Current git head that's used as a source for the PR
base (str): A targer branch
base (str): A target branch
title (str): Pull request title
body (str): Pull request body
Expand Down
4 changes: 2 additions & 2 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0689460

Please sign in to comment.