Skip to content
Merged
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: 4 additions & 0 deletions utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ function create_cluster() {

$OPENSHIFT_INSTALLER --dir "${assets_dir}" --log-level=debug create manifests

# For CI and nightly releases we need to remove the channel property to
# prevent critical alerts.
sed -i '/^ channel:/d' "${assets_dir}/manifests/cvo-overrides.yaml"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be conditional, since we do support a release type of "ga" in addition to the "ci" and "nightly" options?

https://github.com/openshift-metal3/dev-scripts/blob/master/common.sh#L117


mkdir -p ${assets_dir}/openshift
generate_assets
custom_ntp ${assets_dir}/openshift
Expand Down