Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNM: test #2137

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
url = https://github.com/openshift/metallb-operator.git
[submodule "cnf-tests/submodules/sriov-network-operator"]
path = cnf-tests/submodules/sriov-network-operator
url = https://github.com/openshift/sriov-network-operator.git
url = https://github.com/SchSeba/sriov-network-operator.git
[submodule "cnf-tests/submodules/cluster-node-tuning-operator"]
path = cnf-tests/submodules/cluster-node-tuning-operator
url = https://github.com/openshift/cluster-node-tuning-operator.git
2 changes: 2 additions & 0 deletions cnf-tests/hack/init-git-submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ if [ -n "$TARGET_RELEASE" ]; then
CLUSTER_NODE_TUNING_OPERATOR_TARGET_COMMIT="$TARGET_RELEASE"
fi

SRIOV_NETWORK_OPERATOR_TARGET_COMMIT="test_1"

echo "metallb-operator target commit: ${METALLB_OPERATOR_TARGET_COMMIT}"
echo "sriov-operator target commit: ${SRIOV_NETWORK_OPERATOR_TARGET_COMMIT}"
echo "cluster-node-tuning-operator target commit: ${CLUSTER_NODE_TUNING_OPERATOR_TARGET_COMMIT}"
Expand Down
2 changes: 1 addition & 1 deletion cnf-tests/submodules/metallb-operator
Submodule metallb-operator updated 159 files
2 changes: 1 addition & 1 deletion cnf-tests/submodules/sriov-network-operator