Skip to content

Commit

Permalink
Bump kubevirtci
Browse files Browse the repository at this point in the history
[a087e7e Automatic bump of CentOS Stream to latest](kubevirt/kubevirtci#1219)
[83e15cc alpine,image: Use full image name for qemu-user-static image](kubevirt/kubevirtci#1218)
[aa7d876 Library based ssh](kubevirt/kubevirtci#1209)
[c43f010 fix missing whitespace](kubevirt/kubevirtci#1216)
[9bb50bf enable vm-image-builder for s390x.](kubevirt/kubevirtci#1207)

```release-note
NONE
```

Signed-off-by: kubevirt-bot <[email protected]>
  • Loading branch information
kubevirt-bot committed Jul 17, 2024
1 parent e24f3bb commit f6bc76b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cluster-up-sha.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2519fb6cb9af365c2c7515d631cf38c23c721c31
a104bd43051c03ed4ebcda582e57df687c20e2c6
2 changes: 1 addition & 1 deletion cluster-up/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function is_enabled() {
if [ "$1" == "1" ]; then
return 0
fi
if [ "$1" == "Y" ] || [ "$1" == "y"]; then
if [ "$1" == "Y" ] || [ "$1" == "y" ]; then
return 0
fi
return 1
Expand Down
2 changes: 1 addition & 1 deletion cluster-up/hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ provider_prefix=${JOB_NAME:-${KUBEVIRT_PROVIDER}}${EXECUTOR_NUMBER}
job_prefix=${JOB_NAME:-kubevirt}${EXECUTOR_NUMBER}

mkdir -p $KUBEVIRTCI_CONFIG_PATH/$KUBEVIRT_PROVIDER
KUBEVIRTCI_TAG=2407081227-7c042242
KUBEVIRTCI_TAG=2407170605-a087e7e1
2 changes: 1 addition & 1 deletion cluster-up/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2407081227-7c042242
2407170605-a087e7e1
2 changes: 1 addition & 1 deletion hack/config-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cdi_namespace=cdi
image_pull_policy=${IMAGE_PULL_POLICY:-IfNotPresent}
verbosity=${VERBOSITY:-2}
package_name=${PACKAGE_NAME:-kubevirt-dev}
kubevirtci_git_hash="2407081227-7c042242"
kubevirtci_git_hash="2407170605-a087e7e1"
conn_check_ipv4_address=${CONN_CHECK_IPV4_ADDRESS:-""}
conn_check_ipv6_address=${CONN_CHECK_IPV6_ADDRESS:-""}
conn_check_dns=${CONN_CHECK_DNS:-""}
Expand Down

0 comments on commit f6bc76b

Please sign in to comment.