|
1 | 1 | base_images:
|
| 2 | + assisted-service-scripts: |
| 3 | + name: ocm-2.9 |
| 4 | + namespace: edge-infrastructure |
| 5 | + tag: assisted-service-scripts |
2 | 6 | cli:
|
3 | 7 | name: "4.14"
|
4 | 8 | namespace: ocp
|
@@ -93,6 +97,87 @@ tests:
|
93 | 97 | test:
|
94 | 98 | - chain: openshift-upgrade-qe-test-hypershift-full
|
95 | 99 | 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 |
96 | 181 | zz_generated_metadata:
|
97 | 182 | branch: release-4.16
|
98 | 183 | org: openshift
|
|
0 commit comments