Skip to content

Commit 0689460

Browse files
authored
[ISV-4253] Script to automate catalog promotion (#679)
* [ISV-4253] Script to automate catalog promotion
1 parent 0df4e71 commit 0689460

File tree

4 files changed

+498
-3
lines changed

4 files changed

+498
-3
lines changed

fbc/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ OPERATOR_CATALOG_TEMPLATE_DIR = ${PDW}/catalog-templates
2525

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

3032

operator-pipeline-images/operatorcert/entrypoints/github_pr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def open_pr( # pylint: disable=too-many-arguments
8484
github_api_url (str): Github API URL
8585
repo_name (str): Repository name where the PR will be open
8686
head (str): Current git head that's used as a source for the PR
87-
base (str): A targer branch
87+
base (str): A target branch
8888
title (str): Pull request title
8989
body (str): Pull request body
9090

pdm.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)