diff --git a/github/ci/prow-deploy/files/jobs/kubevirt/kubevirtci/kubevirtci-presubmits.yaml b/github/ci/prow-deploy/files/jobs/kubevirt/kubevirtci/kubevirtci-presubmits.yaml index 26b2295c13e..4c657e58d6f 100644 --- a/github/ci/prow-deploy/files/jobs/kubevirt/kubevirtci/kubevirtci-presubmits.yaml +++ b/github/ci/prow-deploy/files/jobs/kubevirt/kubevirtci/kubevirtci-presubmits.yaml @@ -7,7 +7,7 @@ presubmits: optional: false decorate: true decoration_config: - timeout: 1h + timeout: 4h max_concurrency: 1 labels: preset-dind-enabled: "true" @@ -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