Skip to content

Commit

Permalink
bump ocp version for CI
Browse files Browse the repository at this point in the history
we also disable the mcp for master as we have only one master

Signed-off-by: Sebastian Sch <[email protected]>
  • Loading branch information
SchSeba committed Oct 18, 2023
1 parent bf595e4 commit ae3bc49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hack/run-e2e-conformance-virtual-ocp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ kcli create network -c 192.168.123.0/24 ocp
kcli create network -c 192.168.${virtual_router_id}.0/24 --nodhcp -i $cluster_name

cat <<EOF > ./${cluster_name}-plan.yaml
tag: 4.14.0-rc.1
tag: 4.14.0-rc.6
ctlplane_memory: 24576
worker_memory: 8192
pool: default
Expand Down Expand Up @@ -167,6 +167,8 @@ EOF

kubectl patch configs.imageregistry.operator.openshift.io/cluster --patch '{"spec":{"defaultRoute":true,"storage":{"emptyDir": null,"pvc":{"claim":"registry-pv-claim"}},"topologySpreadConstraints":[],"rolloutStrategy":"Recreate","tolerations":[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"},{"effect":"NoSchedule","key":"node-role.kubernetes.io/control-plane","operator":"Exists"}]}}' --type=merge

kubectl patch mcp master --type json -p '[{"op": "add", "path": "/spec/paused", "value": true}]'

export ENABLE_ADMISSION_CONTROLLER=true
export SKIP_VAR_SET=""
export NAMESPACE="openshift-sriov-network-operator"
Expand Down

0 comments on commit ae3bc49

Please sign in to comment.