Skip to content

Commit 5ac5507

Browse files
committed
add use upgrade for baremetalds
1 parent 0dcfb36 commit 5ac5507

4 files changed

+988
-0
lines changed

ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.16__amd64-nightly-4.16-eus-upgrade-from-4.14.yaml

+85
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
base_images:
2+
assisted-service-scripts:
3+
name: ocm-2.9
4+
namespace: edge-infrastructure
5+
tag: assisted-service-scripts
26
cli:
37
name: "4.14"
48
namespace: ocp
@@ -93,6 +97,87 @@ tests:
9397
test:
9498
- chain: openshift-upgrade-qe-test-hypershift-full
9599
workflow: cucushift-installer-rehearse-aws-ipi-ovn-hypershift-mce-guest
100+
- as: baremetalds-agent-hypershift-mce-inplace-f28
101+
cluster: build05
102+
cron: 50 2 15 * *
103+
steps:
104+
cluster_profile: equinix-ocp-metal-qe
105+
env:
106+
EXTRA_ARGS: --node-upgrade-type=InPlace
107+
LVM_OPERATOR_SUB_CHANNEL: stable-4.14
108+
MCE_VERSION: "2.6"
109+
TEST_FILTERS: ~DisconnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&;~NonHyperShiftHOST&
110+
test:
111+
- chain: openshift-upgrade-qe-test-hypershift
112+
workflow: cucushift-installer-rehearse-baremetalds-assisted-hypershift-agent-mce-guest
113+
- as: baremetalds-agent-hypershift-mce-mceupgrade-inplace-f28
114+
cluster: build05
115+
cron: 11 23 21 * *
116+
steps:
117+
cluster_profile: equinix-ocp-metal-qe
118+
env:
119+
EXTRA_ARGS: --node-upgrade-type=InPlace
120+
LVM_OPERATOR_SUB_CHANNEL: stable-4.14
121+
MCE_TARGET_VERSION: "2.6"
122+
MCE_VERSION: "2.4"
123+
TEST_FILTERS: ~DisconnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&;~NonHyperShiftHOST&
124+
test:
125+
- ref: hypershift-mce-upgrade
126+
- chain: openshift-upgrade-qe-test-hypershift
127+
workflow: cucushift-installer-rehearse-baremetalds-assisted-hypershift-agent-mce-guest
128+
- as: baremetalds-agent-hypershift-mce-compact-full-inplace-f28
129+
cluster: build05
130+
cron: 3 15 2 * *
131+
steps:
132+
cluster_profile: equinix-ocp-metal-qe
133+
env:
134+
DEVSCRIPTS_CONFIG: |
135+
IP_STACK=v4
136+
NUM_WORKERS=0
137+
NUM_MASTERS=3
138+
MASTER_VCPU=16
139+
MASTER_MEMORY=32768
140+
MASTER_DISK=256
141+
NETWORK_TYPE=OVNKubernetes
142+
VM_EXTRADISKS=true
143+
VM_EXTRADISKS_LIST=vda
144+
VM_EXTRADISKS_SIZE=256G
145+
NUM_EXTRA_WORKERS=2
146+
EXTRA_ARGS: --node-upgrade-type=InPlace
147+
LVM_OPERATOR_SUB_CHANNEL: stable-4.14
148+
MCE_TARGET_VERSION: "2.6"
149+
MCE_VERSION: "2.4"
150+
TEST_FILTERS: ~DisconnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&;~NonHyperShiftHOST&
151+
test:
152+
- chain: openshift-upgrade-qe-test-hypershift-full
153+
workflow: cucushift-installer-rehearse-baremetalds-assisted-hypershift-agent-mce-guest
154+
- as: baremetalds-kubevirt-hypershift-mce-replace-f28
155+
cron: 1 12 4 * *
156+
steps:
157+
cluster_profile: equinix-ocp-metal-qe
158+
env:
159+
LVM_OPERATOR_SUB_CHANNEL: stable-4.14
160+
MCE_VERSION: "2.6"
161+
ODF_OPERATOR_SUB_CHANNEL: stable-4.14
162+
TEST_FILTERS: ~DisconnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&;~NonHyperShiftHOST&
163+
test:
164+
- chain: openshift-upgrade-qe-test-hypershift
165+
workflow: cucushift-installer-rehearse-baremetalds-ipi-ovn-ipv4-kubevirt-hypershift-mce-guest
166+
- as: baremetalds-kubevirt-hypershift-mce-mceupgrade-replace-f28
167+
cluster: build05
168+
cron: 37 8 6 * *
169+
steps:
170+
cluster_profile: equinix-ocp-metal-qe
171+
env:
172+
LVM_OPERATOR_SUB_CHANNEL: stable-4.14
173+
MCE_TARGET_VERSION: "2.6"
174+
MCE_VERSION: "2.4"
175+
ODF_OPERATOR_SUB_CHANNEL: stable-4.14
176+
TEST_FILTERS: ~DisconnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&;~NonHyperShiftHOST&
177+
test:
178+
- ref: hypershift-mce-upgrade
179+
- chain: openshift-upgrade-qe-test-hypershift
180+
workflow: cucushift-installer-rehearse-baremetalds-ipi-ovn-ipv4-kubevirt-hypershift-mce-guest
96181
zz_generated_metadata:
97182
branch: release-4.16
98183
org: openshift

ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.18__amd64-nightly-4.18-eus-upgrade-from-4.16.yaml

+85
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
base_images:
2+
assisted-service-scripts:
3+
name: ocm-2.11
4+
namespace: edge-infrastructure
5+
tag: assisted-service-scripts
26
cli:
37
name: "4.16"
48
namespace: ocp
@@ -93,6 +97,87 @@ tests:
9397
test:
9498
- chain: openshift-upgrade-qe-test-hypershift-full
9599
workflow: cucushift-installer-rehearse-aws-ipi-ovn-hypershift-mce-guest
100+
- as: baremetalds-agent-hypershift-mce-inplace-f28
101+
cluster: build05
102+
cron: 31 10 20 * *
103+
steps:
104+
cluster_profile: equinix-ocp-metal-qe
105+
env:
106+
EXTRA_ARGS: --node-upgrade-type=InPlace
107+
LVM_OPERATOR_SUB_CHANNEL: stable-4.16
108+
MCE_VERSION: "2.8"
109+
TEST_FILTERS: ~DisconnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&;~NonHyperShiftHOST&
110+
test:
111+
- chain: openshift-upgrade-qe-test-hypershift
112+
workflow: cucushift-installer-rehearse-baremetalds-assisted-hypershift-agent-mce-guest
113+
- as: baremetalds-agent-hypershift-mce-mceupgrade-inplace-f28
114+
cluster: build05
115+
cron: 47 8 15 * *
116+
steps:
117+
cluster_profile: equinix-ocp-metal-qe
118+
env:
119+
EXTRA_ARGS: --node-upgrade-type=InPlace
120+
LVM_OPERATOR_SUB_CHANNEL: stable-4.16
121+
MCE_TARGET_VERSION: "2.8"
122+
MCE_VERSION: "2.6"
123+
TEST_FILTERS: ~DisconnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&;~NonHyperShiftHOST&
124+
test:
125+
- ref: hypershift-mce-upgrade
126+
- chain: openshift-upgrade-qe-test-hypershift
127+
workflow: cucushift-installer-rehearse-baremetalds-assisted-hypershift-agent-mce-guest
128+
- as: baremetalds-agent-hypershift-mce-compact-full-inplace-f28
129+
cluster: build05
130+
cron: 5 1 6 * *
131+
steps:
132+
cluster_profile: equinix-ocp-metal-qe
133+
env:
134+
DEVSCRIPTS_CONFIG: |
135+
IP_STACK=v4
136+
NUM_WORKERS=0
137+
NUM_MASTERS=3
138+
MASTER_VCPU=16
139+
MASTER_MEMORY=32768
140+
MASTER_DISK=256
141+
NETWORK_TYPE=OVNKubernetes
142+
VM_EXTRADISKS=true
143+
VM_EXTRADISKS_LIST=vda
144+
VM_EXTRADISKS_SIZE=256G
145+
NUM_EXTRA_WORKERS=2
146+
EXTRA_ARGS: --node-upgrade-type=InPlace
147+
LVM_OPERATOR_SUB_CHANNEL: stable-4.16
148+
MCE_TARGET_VERSION: "2.8"
149+
MCE_VERSION: "2.6"
150+
TEST_FILTERS: ~DisconnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&;~NonHyperShiftHOST&
151+
test:
152+
- chain: openshift-upgrade-qe-test-hypershift-full
153+
workflow: cucushift-installer-rehearse-baremetalds-assisted-hypershift-agent-mce-guest
154+
- as: baremetalds-kubevirt-hypershift-mce-replace-f28
155+
cron: 52 7 1 * *
156+
steps:
157+
cluster_profile: equinix-ocp-metal-qe
158+
env:
159+
LVM_OPERATOR_SUB_CHANNEL: stable-4.16
160+
MCE_VERSION: "2.8"
161+
ODF_OPERATOR_SUB_CHANNEL: stable-4.16
162+
TEST_FILTERS: ~DisconnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&;~NonHyperShiftHOST&
163+
test:
164+
- chain: openshift-upgrade-qe-test-hypershift
165+
workflow: cucushift-installer-rehearse-baremetalds-ipi-ovn-ipv4-kubevirt-hypershift-mce-guest
166+
- as: baremetalds-kubevirt-hypershift-mce-mceupgrade-replace-f28
167+
cluster: build05
168+
cron: 59 12 29 * *
169+
steps:
170+
cluster_profile: equinix-ocp-metal-qe
171+
env:
172+
LVM_OPERATOR_SUB_CHANNEL: stable-4.16
173+
MCE_TARGET_VERSION: "2.8"
174+
MCE_VERSION: "2.6"
175+
ODF_OPERATOR_SUB_CHANNEL: stable-4.16
176+
TEST_FILTERS: ~DisconnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&;~NonHyperShiftHOST&
177+
test:
178+
- ref: hypershift-mce-upgrade
179+
- chain: openshift-upgrade-qe-test-hypershift
180+
workflow: cucushift-installer-rehearse-baremetalds-ipi-ovn-ipv4-kubevirt-hypershift-mce-guest
96181
zz_generated_metadata:
97182
branch: release-4.18
98183
org: openshift

0 commit comments

Comments
 (0)