mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
hack: Bump e2e-setup.sh version
Bump the software versions defined in hack/e2e-setup.sh to the latest ones and sync version installed of kind in github integration tests with e2e-setup.sh. Update the CentOS 9 Stream preference name used in the tests to the new name in common-instancetypes v0.4.0. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
1
.github/workflows/integration.yml
vendored
1
.github/workflows/integration.yml
vendored
@@ -98,6 +98,7 @@ jobs:
|
||||
- name: install kind / kubectl
|
||||
uses: helm/kind-action@v1.9.0
|
||||
with:
|
||||
version: v0.22.0
|
||||
install_only: true
|
||||
if: inputs.ansible_test_targets != ''
|
||||
|
||||
|
||||
@@ -23,17 +23,17 @@ set_default_params() {
|
||||
BIN_DIR=${BIN_DIR:-$DIR/../bin}
|
||||
|
||||
KIND=${KIND:-$BIN_DIR/kind}
|
||||
KIND_VERSION=${KIND_VERSION:-v0.20.0}
|
||||
KIND_VERSION=${KIND_VERSION:-v0.22.0}
|
||||
|
||||
KUBECTL=${KUBECTL:-$BIN_DIR/kubectl}
|
||||
KUBECTL_VERSION=${KUBECTL_VERSION:-v1.28.1}
|
||||
KUBECTL_VERSION=${KUBECTL_VERSION:-v1.29.2}
|
||||
|
||||
KUBEVIRT_VERSION=${KUBEVIRT_VERSION:-v1.0.0}
|
||||
KUBEVIRT_CDI_VERSION=${KUBEVIRT_CDI_VERSION:-v1.57.0}
|
||||
KUBEVIRT_COMMON_INSTANCETYPES_VERSION=${KUBEVIRT_COMMON_INSTANCETYPES_VERSION:-v0.3.2}
|
||||
KUBEVIRT_VERSION=${KUBEVIRT_VERSION:-v1.1.0}
|
||||
KUBEVIRT_CDI_VERSION=${KUBEVIRT_CDI_VERSION:-v1.58.1}
|
||||
KUBEVIRT_COMMON_INSTANCETYPES_VERSION=${KUBEVIRT_COMMON_INSTANCETYPES_VERSION:-v0.4.0}
|
||||
KUBEVIRT_USE_EMULATION=${KUBEVIRT_USE_EMULATION:-"false"}
|
||||
|
||||
CNAO_VERSION=${CNAO_VERSION:-v0.89.0}
|
||||
CNAO_VERSION=${CNAO_VERSION:-v0.91.0}
|
||||
|
||||
CLUSTER_NAME=${CLUSTER_NAME:-kind}
|
||||
SECONDARY_NETWORK_NAME=${NETWORK_NAME:-kindexgw}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
instancetype:
|
||||
name: u1.small
|
||||
preference:
|
||||
name: centos.9.stream
|
||||
name: centos.stream9
|
||||
spec:
|
||||
domain:
|
||||
devices: {}
|
||||
|
||||
Reference in New Issue
Block a user