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 Jul 20, 2021
1 parent c0f9b71 commit e1b4c6c
Showing 1 changed file with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ presubmits:
optional: false
decorate: true
decoration_config:
timeout: 1h
timeout: 4h
max_concurrency: 1
labels:
preset-dind-enabled: "true"
Expand Down Expand Up @@ -50,8 +50,17 @@ 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
make cluster-up &&
./cluster-up/cluster/kind/check-cluster-up.sh
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down

0 comments on commit e1b4c6c

Please sign in to comment.