Skip to content

Commit

Permalink
Merge pull request #123 from oshoval/fix_main
Browse files Browse the repository at this point in the history
cluster: Pin kubevirtci tag
  • Loading branch information
kubevirt-bot authored Sep 26, 2024
2 parents 6c2895f + 833efc9 commit 82f52bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automation/check-patch.e2e-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ teardown() {
}

main() {
export KUBEVIRT_PROVIDER='k8s-1.28'
export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-k8s-1.28}

source automation/check-patch.setup.sh
cd ${TMP_PROJECT_PATH}
Expand Down
4 changes: 2 additions & 2 deletions cluster/cluster.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

export KUBEVIRT_PROVIDER="${KUBEVIRT_PROVIDER:-k8s-1.28}"
export KUBEVIRTCI_TAG=$(curl -L -Ss https://storage.googleapis.com/kubevirt-prow/release/kubevirt/kubevirtci/latest)
export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-k8s-1.28}
export KUBEVIRTCI_TAG=${KUBEVIRTCI_TAG:-2408151028-a0ad3359}
export KUBEVIRTCI_RUNTIME=${OCI_BIN:-docker}

KUBEVIRTCI_REPO='https://github.com/kubevirt/kubevirtci.git'
Expand Down

0 comments on commit 82f52bd

Please sign in to comment.