Skip to content

NO-JIRA Upgrade jobs on P/Z are struggling to find the upgrade target. Trying to fix. #65159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ tests:
cron: 0 21 * * 2,5
steps:
cluster_profile: libvirt-s390x-1
dependencies:
OPENSHIFT_INSTALL_TARGET: release:initial
env:
ARCH: s390x
BRANCH: "4.16"
Expand All @@ -133,6 +135,8 @@ tests:
cron: 0 21 * * 2,5
steps:
cluster_profile: libvirt-ppc64le
dependencies:
OPENSHIFT_INSTALL_TARGET: release:initial
env:
ARCH: ppc64le
BRANCH: "4.16"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ tests:
cron: 0 22 * * 2,5
steps:
cluster_profile: libvirt-s390x-1
dependencies:
OPENSHIFT_INSTALL_TARGET: release:initial
env:
ARCH: s390x
BRANCH: "4.17"
Expand All @@ -134,6 +136,8 @@ tests:
cron: 0 22 * * 2,5
steps:
cluster_profile: libvirt-ppc64le
dependencies:
OPENSHIFT_INSTALL_TARGET: release:initial
env:
ARCH: ppc64le
BRANCH: "4.17"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ tests:
cron: 0 23 * * 2,5
steps:
cluster_profile: libvirt-s390x-1
dependencies:
OPENSHIFT_INSTALL_TARGET: release:initial
env:
ARCH: s390x
BRANCH: "4.18"
Expand All @@ -134,6 +136,8 @@ tests:
cron: 0 23 * * 2,5
steps:
cluster_profile: libvirt-ppc64le
dependencies:
OPENSHIFT_INSTALL_TARGET: release:initial
env:
ARCH: ppc64le
BRANCH: "4.18"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ tests:
cron: 0 23 * * 2,5
steps:
cluster_profile: libvirt-s390x-1
dependencies:
OPENSHIFT_INSTALL_TARGET: release:initial
env:
ARCH: s390x
BRANCH: "4.19"
Expand All @@ -134,6 +136,8 @@ tests:
cron: 0 23 * * 2,5
steps:
cluster_profile: libvirt-ppc64le
dependencies:
OPENSHIFT_INSTALL_TARGET: release:initial
env:
ARCH: ppc64le
BRANCH: "4.19"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if [ "${FIPS_ENABLED:-false}" = "true" ]; then
export OPENSHIFT_INSTALL_SKIP_HOSTCRYPT_VALIDATION=true
fi

# download the correct openshift-install from the payload
# download openshift-install from the payload
echo "Extracting openshift-install from the payload..."
oc adm release extract -a "${CLUSTER_PROFILE_DIR}/pull-secret" "${OPENSHIFT_INSTALL_TARGET}" \
--command=openshift-install --to="${INSTALL_DIR}"
Expand Down