Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: k8snetworkplumbingwg/sriov-network-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 390bdeda7878b0ed97a7121f751fc2cf8f187f93
Choose a base ref
..
head repository: k8snetworkplumbingwg/sriov-network-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: db39e3c834198fb28604663900105142596d945f
Choose a head ref
Showing with 4 additions and 2 deletions.
  1. +4 −0 .github/workflows/test.yml
  2. +0 −2 hack/run-e2e-conformance-virtual-ocp.sh
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -145,3 +145,7 @@ jobs:
with:
name: ocp-artifact
path: ./ocp-artifacts

- name: clean cluster
if: always()
run: kcli delete cluster $cluster_name -y && kcli delete network $cluster_name -y
2 changes: 0 additions & 2 deletions hack/run-e2e-conformance-virtual-ocp.sh
Original file line number Diff line number Diff line change
@@ -167,8 +167,6 @@ 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"