Skip to content

Commit

Permalink
Revert "kubevirtci: Bump version (kubevirt#1807)"
Browse files Browse the repository at this point in the history
This reverts commit 8f67002.
  • Loading branch information
nestoracunablanco committed Sep 25, 2024
1 parent 63194a7 commit 407ec04
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions automation/check-patch.e2e-lifecycle-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ versionChanged() {
}

main() {
export KUBEVIRT_PROVIDER='k8s-1.25'

source automation/check-patch.setup.sh
cd ${TMP_PROJECT_PATH}

Expand Down
2 changes: 2 additions & 0 deletions automation/check-patch.e2e-monitoring-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ teardown() {
}

main() {
export KUBEVIRT_PROVIDER='k8s-1.25'

source automation/check-patch.setup.sh
cd ${TMP_PROJECT_PATH}

Expand Down
2 changes: 2 additions & 0 deletions automation/check-patch.e2e-workflow-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ teardown() {
}

main() {
export KUBEVIRT_PROVIDER='k8s-1.25'

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
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-'k8s-1.28'}
export KUBEVIRTCI_TAG=${KUBEVIRTCI_TAG:-2406041642-8d359a3}
export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-'k8s-1.25'}
export KUBEVIRTCI_TAG='2303201102-ef46217'

KUBEVIRTCI_REPO='https://github.com/kubevirt/kubevirtci.git'
# The CLUSTER_PATH var is used in cluster folder and points to the _kubevirtci where the cluster is deployed from.
Expand Down
2 changes: 1 addition & 1 deletion hack/bump-kubevirtci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
KUBEVIRTCI_TAG=$(curl -L -Ss https://storage.googleapis.com/kubevirt-prow/release/kubevirt/kubevirtci/latest)
[[ ${#KUBEVIRTCI_TAG} != "18" ]] && echo "error getting KUBEVIRTCI_TAG" && exit 1

sed -i "s/\(KUBEVIRTCI_TAG:-\)[^}]*/\1${KUBEVIRTCI_TAG}/" cluster/cluster.sh
sed -i "s/export KUBEVIRTCI_TAG=.*/export KUBEVIRTCI_TAG='${KUBEVIRTCI_TAG}'/g" cluster/cluster.sh

git --no-pager diff cluster/cluster.sh | grep KUBEVIRTCI_TAG || true

0 comments on commit 407ec04

Please sign in to comment.