diff --git a/ci-operator/config/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.12.yaml b/ci-operator/config/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.12.yaml index 347b21a11b392..4431a210288d5 100644 --- a/ci-operator/config/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.12.yaml +++ b/ci-operator/config/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.12.yaml @@ -4,7 +4,7 @@ base_images: namespace: openshift tag: rhel-8-release-golang-1.19-openshift-4.12 operator-sdk: - name: "4.12" + name: "4.14" namespace: origin tag: operator-sdk binary_build_commands: make build @@ -148,6 +148,106 @@ tests: cpu: 1000m memory: 400Mi workflow: ipi-aws-ovn-hybrid +- always_run: false + as: azure-e2e-upgrade + steps: + cluster_profile: azure4 + test: + - as: install + cli: latest + commands: |- + export WMCO_NS=openshift-windows-machine-config-operator + oc create namespace $WMCO_NS + oc label --overwrite=true ns $WMCO_NS openshift.io/cluster-monitoring=true \ + pod-security.kubernetes.io/enforce=privileged + # deploy og + oc create -f - <