Skip to content

Commit 51335d1

Browse files
committed
drop the test
1 parent 523d474 commit 51335d1

File tree

3 files changed

+2
-92
lines changed

3 files changed

+2
-92
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,6 @@ tests:
8686
- ref: cucushift-upgrade-setedge-2hops
8787
- chain: openshift-upgrade-qe-test-cpou
8888
workflow: cucushift-installer-rehearse-vsphere-upi-encrypt
89-
- as: azure-ipi-workers-rhel8-f28
90-
cron: 21 8 24 * *
91-
steps:
92-
cluster_profile: azure-qe
93-
env:
94-
BASE_DOMAIN: qe.azure.devcluster.openshift.com
95-
test:
96-
- ref: cucushift-upgrade-setedge-2hops
97-
- chain: openshift-upgrade-qe-sanity-cpou
98-
workflow: cucushift-installer-rehearse-azure-ipi-workers-rhel8
9989
zz_generated_metadata:
10090
branch: release-4.18
10191
org: openshift

ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.18-periodics.yaml

Lines changed: 0 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -243,87 +243,6 @@ periodics:
243243
- name: result-aggregator
244244
secret:
245245
secretName: result-aggregator
246-
- agent: kubernetes
247-
cluster: build09
248-
cron: 21 8 24 * *
249-
decorate: true
250-
decoration_config:
251-
skip_cloning: true
252-
extra_refs:
253-
- base_ref: release-4.18
254-
org: openshift
255-
repo: openshift-tests-private
256-
labels:
257-
ci-operator.openshift.io/cloud: azure4
258-
ci-operator.openshift.io/cloud-cluster-profile: azure-qe
259-
ci-operator.openshift.io/variant: amd64-nightly-4.18-cpou-upgrade-from-4.16
260-
ci.openshift.io/generator: prowgen
261-
pj-rehearse.openshift.io/can-be-rehearsed: "true"
262-
name: periodic-ci-openshift-openshift-tests-private-release-4.18-amd64-nightly-4.18-cpou-upgrade-from-4.16-azure-ipi-workers-rhel8-f28
263-
spec:
264-
containers:
265-
- args:
266-
- --gcs-upload-secret=/secrets/gcs/service-account.json
267-
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
268-
- --lease-server-credentials-file=/etc/boskos/credentials
269-
- --oauth-token-path=/usr/local/github-credentials/oauth
270-
- --report-credentials-file=/etc/report/credentials
271-
- --secret-dir=/secrets/ci-pull-credentials
272-
- --target=azure-ipi-workers-rhel8-f28
273-
- --variant=amd64-nightly-4.18-cpou-upgrade-from-4.16
274-
command:
275-
- ci-operator
276-
image: ci-operator:latest
277-
imagePullPolicy: Always
278-
name: ""
279-
resources:
280-
requests:
281-
cpu: 10m
282-
volumeMounts:
283-
- mountPath: /etc/boskos
284-
name: boskos
285-
readOnly: true
286-
- mountPath: /secrets/ci-pull-credentials
287-
name: ci-pull-credentials
288-
readOnly: true
289-
- mountPath: /secrets/gcs
290-
name: gcs-credentials
291-
readOnly: true
292-
- mountPath: /usr/local/github-credentials
293-
name: github-credentials-openshift-ci-robot-private-git-cloner
294-
readOnly: true
295-
- mountPath: /secrets/manifest-tool
296-
name: manifest-tool-local-pusher
297-
readOnly: true
298-
- mountPath: /etc/pull-secret
299-
name: pull-secret
300-
readOnly: true
301-
- mountPath: /etc/report
302-
name: result-aggregator
303-
readOnly: true
304-
serviceAccountName: ci-operator
305-
volumes:
306-
- name: boskos
307-
secret:
308-
items:
309-
- key: credentials
310-
path: credentials
311-
secretName: boskos-credentials
312-
- name: ci-pull-credentials
313-
secret:
314-
secretName: ci-pull-credentials
315-
- name: github-credentials-openshift-ci-robot-private-git-cloner
316-
secret:
317-
secretName: github-credentials-openshift-ci-robot-private-git-cloner
318-
- name: manifest-tool-local-pusher
319-
secret:
320-
secretName: manifest-tool-local-pusher
321-
- name: pull-secret
322-
secret:
323-
secretName: registry-pull-credentials
324-
- name: result-aggregator
325-
secret:
326-
secretName: result-aggregator
327246
- agent: kubernetes
328247
cluster: build09
329248
cron: 11 21 12 * *

ci-operator/step-registry/cucushift/chainupgrade/toimage/cucushift-chainupgrade-toimage-commands.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,8 +1176,9 @@ for target in "${TARGET_RELEASES[@]}"; do
11761176
run_command "oc get node -owide"
11771177
if [[ $(oc get machineconfigpools worker -ojson | jq -r '.spec.paused') == "true" ]]; then
11781178
echo "worker mcp are paused, it sounds eus upgrade, skip rhel worker upgrade here, should upgrade them after worker mcp unpaused"
1179+
#Temporary workaround for 4.14 to 4.16 cpou test with RHEL workers, would be removed until https://github.com/openshift/openshift-ansible/pull/12531 merged
11791180
if [[ "${SOURCE_MINOR_VERSION}" == "14" ]]; then
1180-
echo "Workaround for https://issues.redhat.com/browse/OCPBUGS-32057 in 4.14 to 4.16 cpou test"
1181+
echo "Running workaround for https://issues.redhat.com/browse/OCPBUGS-32057 in 4.14 to 4.16 cpou test"
11811182
rhel_repo
11821183
rhel_pre_unpause
11831184
fi

0 commit comments

Comments
 (0)