Skip to content

Commit

Permalink
Fetch kubevirt/kubevirtci#645 changes
Browse files Browse the repository at this point in the history
Signed-off-by: Or Mergi <[email protected]>
  • Loading branch information
ormergi committed Aug 6, 2021
1 parent 3512350 commit 3806f35
Showing 1 changed file with 3 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 @@ -55,6 +55,8 @@ presubmits:
- "-c"
- >
trap "echo teardown && make cluster-down" EXIT ERR SIGINT SIGTERM &&
PR="645" && BRANCH="pr$PR" && git fetch "https://github.com/kubevirt/kubevirtci" pull/$PR/head:$BRANCH &&
git checkout $BRANCH &&
make cluster-up &&
./cluster-up/cluster/kind/check-cluster-up.sh
# docker-in-docker needs privileged mode
Expand Down

0 comments on commit 3806f35

Please sign in to comment.