Skip to content

Commit 22568c1

Browse files
committed
Add debug lines
1 parent 0b053af commit 22568c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ci-operator/config/openshift/multiarch/openshift-multiarch-master__nightly-4.18.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ tests:
739739
BRANCH: "4.18"
740740
CLUSTER_NAME_MODIFIER: capi-417
741741
FEATURE_GATES: '["ClusterAPIInstall=true"]'
742-
FEATURE_SET: CustomNoUpgrade
742+
FEATURE_SET: TechPreviewNoUpgrade
743743
INSTALLER: powervs
744744
TEST_TYPE: conformance-parallel
745745
workflow: openshift-e2e-powervs-ipi

ci-operator/step-registry/ipi/conf/powervs/ipi-conf-powervs-commands.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ set -o pipefail
77
echo "ARCH=${ARCH}"
88
echo "BRANCH=${BRANCH}"
99
echo "LEASED_RESOURCE=${LEASED_RESOURCE}"
10-
10+
echo "Printing feature set"
11+
echo ${FEATURE_SET}
1112
CONFIG="${SHARED_DIR}/install-config.yaml"
1213

1314
# Temporarily commenting out this section (lines 11 - 50 below) until profiles are supported in powervs environment

0 commit comments

Comments
 (0)