Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Test SRIOV provider with kindnet CNI instead of Calico
and run conformance tests.

Signed-off-by: Or Mergi <[email protected]>
  • Loading branch information
ormergi committed Aug 5, 2021
1 parent 345994c commit 9cd56cd
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ presubmits:
optional: false
decorate: true
decoration_config:
timeout: 2h
timeout: 4h
max_concurrency: 1
labels:
preset-dind-enabled: "true"
Expand Down Expand Up @@ -54,6 +54,14 @@ presubmits:
- "/bin/bash"
- "-c"
- >
pr="644";
branch644="pr$pr";
git fetch "https://github.com/kubevirt/kubevirtci" "pull/$pr/head":"$branch644";
git checkout "$branch644";
pr="645";
branch645="pr$pr";
git fetch "https://github.com/kubevirt/kubevirtci" "pull/$pr/head":"$branch645";
git rebase "$branch645";
trap "echo teardown && make cluster-down" EXIT ERR SIGINT SIGTERM &&
make cluster-up &&
./cluster-up/cluster/kind/check-cluster-up.sh
Expand Down

0 comments on commit 9cd56cd

Please sign in to comment.